.hidden-print {
    display: none;
}

header,
footer,
.navbar,
.modal {
    display: none;
}

.table {
    width: 100%;
    margin-top: 30px;
}

.basket-table {
    color: #797979;
    font-size: 14px;
    margin-top: 20px;
}

.basket-table input {
    width: 44px;
}

.basket-table thead > tr > th {
    color: #3DBDAB;
    border-top: 0;
    padding: 8px;
    font-size: 15px;
    text-align: left;
}

.basket-table tbody > tr > td {
    background: #ffffff;
    padding: 8px;
    vertical-align: middle;
    font-size: 15px;
}

.basket-table .price {
    color: #39b54a;
}

.orderhistory-header {
    font-size: 14px!important;
    clear: both;
}

.print-logo {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.orderhistory-header > div {
    float: left;
    width: 50%!important;
}

.orderhistory-header p {
    margin: 0!important;
}

.orderhistory-address > div:first-child {
    display: none;
}

.orderhistory-address > div:last-child {
    float: right;
}

.info-table td
{
    vertical-align: top;
}

.orderhistory-totals {
    float: right;
    white-space: nowrap;
    width: 200px;
}

.please-wait
{
    display: none;
}