#quickOrderloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    rgba(51, 51, 51, 0.55)
}
.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
}
.qo-spacer {
    display: block;
    font-size: 13px;
    height: auto;
    left: auto;
    line-height: 16px !important;
    margin: 10px auto;
    overflow: visible;
    position: relative;
    text-align: center;
    top: auto;
    width: auto;
}
#basketContent .qo-spacer table {
    border: medium none;
    width: 100%;
}
.qo-spacer table td {
    vertical-align: middle;
}
.qo-spacer .qo-border {
    border-top: 1px solid #e5e2e2;
    width: 100%;
}
.qo-spacer table td.w45{
    width: 45%;
}
.qo-spacer .qo-bordertext {
    color: #b2b2b2;
    font-size: 17px;
    text-align: center;
}
.qo-spacer table td {
    vertical-align: middle;
}