﻿body, html, #wrapper {
    width: 100%;
    height: 100%;
    overflow: visible !important;
}

#cartContainer {
    width: 100%;
}
#cartHeader {
    display: none;
}
.verticalform .print, .verticalform .submitButton, .verticalform .printhidden {
    display: none;
}
.zebraTable {
    border: 0;
}
.closeRows {
    display: none;
}
.verticalform label, .verticalform .label {
    width: 150px;
}
.verticalform a.date {
    display: none;
}
#cartContainer .zebraTable {
    width: 99%;
    border: 0;
}
#cartContainer .zebraTable .zebraTable {
    width: 100%;
}
.zebraTable th {
    border-bottom: 2px solid #264A91;
}
.zebraTable .zebraTable th {
    border-bottom: 0;
}
#selectedAddress {
    left: 500px;
    width: 150px;
}
.verticalform .label-over {
    display: none;
}
#print, #close {
    display: none;
}