@media print {
    .form-actions {
        display: none !important;
    }

    .row .col-sm-8 {
        float: left;
        margin-top: 0;
        margin-left: 15px;
        margin-bottom: 20px;
    }

    .row .col-sm-8 address {
        font-style: normal;
    }

    .row .col-sm-8 h4 {
        margin: 0;
    }

    .row .col-sm-4 {
        float: right;
        display: table;
        margin-right: 15px;
    }

    .row .col-sm-4 span,.row .col-sm-4 strong {
        display: table-cell;
    }

    .col-sm-4 strong {
        width: 100px;
        text-align: right;
        padding-right: 10px;
    }

    .row .col-sm-4 div div {
        display: table-row;
    }
}
