﻿.table-responsive {
    padding-bottom: 20px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .table-responsive {
        padding-bottom: 0px !important;
    }
}
