
.table-container {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
div.table-container table {
    background-color: #ffffff;
    border: 1px solid #dedede;
    border-collapse: collapse;
    text-align: center;
}
div.table-container table tr td {
    border: 1px solid #dedede;
    min-height: 60px !important;
    padding: 5px !important;
    text-align: center;
    vertical-align: middle !important;
}
td.header {
    background-color: #5d5f5f;
    color: #ffffff;
    text-align: left !important;
}
div.table-container .push-middle {
    vertical-align: top !important;
}
div.table-container .headercell {
    background-color: #fefefe;
    font-weight: bold;
    min-height: 60px !important;
}
@media only screen and (max-width: 768px) {
div.table-container table {
    max-width: 100%;
}
}
