img {
    max-height: 75px;
    margin-bottom: 5px;
}

.table > tbody > tr > td.align-middle {
    vertical-align: middle;
}

img.oversize {
    max-height: 65px;
    max-width: 300px;
}

@media (max-width: 767px) {
    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: normal !important;
    }
}