@media print {
    #page > #header,
    #page > #breadcrumb,
    #page > .container > #footer {
        display: none;
    }
    #detail-order .col-md-6 {
        width: 50%;
        float: left;
    }
    #detail-order #shopping-cart table {
        display: table;
    }
    #detail-order #shopping-cart tr {
        display: table-row;
    }
    #detail-order #shopping-cart td {
        display: table-cell;
    }
    #detail-order #shopping-cart .clearfix.visible-sm-block {
        display: none;
    }
    #detail-order #shopping-cart .cart-row > .row > div {
        float: none;
        display: table-cell;
        margin-top: 0;
    }
    #detail-order #shopping-cart .cart-row > .row > .col-md-2 {
        width: 16.66667%;
    }
}

.button .ui-icon {
    display: inline-block;
    vertical-align: bottom;
}

.button.default {
    color: #656565;
    background-color: white;
    border: 1px solid #ccc;
    font-weight: normal;
    text-shadow: none;
}

.button.default:hover {
    background-color: #e6e6e6;
    border: 1px solid #adadad;
}