.tableContainer{
    max-width: 1280px;
    margin:auto;
    overflow-x: auto;
    margin-bottom: 10px;
}
table.pricing {
    border-collapse: collapse;
    width: 100%;
    line-height: 1.2;
    /*margin-bottom: 0;*/
}
table.pricing tr.top-cats th {
    background: #26a3c0;
    border-left: 1px solid #1e7f95;
    border-right: 1px solid #1e7f95;
}
table.pricing td, table.pricing th {
    padding:10px;
    font-size: .85em;
    border: 1px solid #40bcd9;
    text-align: center;
}
table.pricing th {
    background: #40bcd9;
    border: 1px solid #1e7f95;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
table.pricing tr.top-cats th:first-child {
    border-left: 1px solid #1e7f95;
}
table.pricing.single td:first-child{
    background: #fdfff2;
    font-weight: bold;
    text-align: left;
}
table.pricing.single tbody tr.secSub-cats:hover>th {
    background: #40bcd9;
}
table.pricing.single tbody tr.secSub-cats {
    background: #40bcd9; 
}
.tableBeforeCont, .tableafterCont {
    padding: 10px 0;
}