.table thead>tr>th, .table tbody>tr>th, .table tfoot>tr>th, .table thead>tr>td, .table tbody>tr>td, .table tfoot>tr>td {
    font-size: small !important;
}

.tCaption {
    white-space: normal;
}
.banner, .detail {
    max-width: 80%;
    zoom: 75%;
}
.btn {
    margin-top: 1em;
}
@media (min-width: 760px) {
    .btn {
        margin-top: auto;
    }
    .banner {
        width: auto;
    }
    .detail {
        width: auto;
    }
}
@media (min-width: 1200px) {
    .tCaption {
        white-space: nowrap;
    }
}

