
@media screen and (min-width:1025px){
 .table-container{padding:10px 0 10px}
}

@media screen and (max-width:1024px){
 .inner-content{display:none;border-bottom:1px solid #bcbcbc}
 .inner-content.selected{display:block}
 .table-container{padding:20px 15px 10px}
}

 .table-container .table-title{display:block;font-size:13px;font-weight:900;text-transform:uppercase}
 .table-container .table{margin-top:10px;display:table;border:1px solid #bcbcbc;width:100%}
 .table-container .table .table-row:nth-of-type(odd){background-color:#f6f6f6}
 .table-container .table .table-row:nth-of-type(even){background-color:#fff}

@media screen and (max-width:1024px){
 .table-container .table .table-row{display:block;padding:13px 17px}
}

@media screen and (min-width:1025px){
 .table-container .table .table-row{display:table-row}
}

 .table-container .table .table-row .table-cell{font-size:13px;}

@media screen and (max-width:1024px){
 .table-container .table .table-row .table-cell{display:block}
}

 .table-container .table .table-row .table-cell.heading span{font-size:13px;font-weight:900;text-transform:uppercase;color:#1f1e21}

@media screen and (min-width:1025px){
 .table-container .table .table-row .table-cell{display:table-cell;padding:13px 17px}
 .table-container .table .table-row .table-cell.heading{width:31%}
 .table-container .table .table-row .table-cell:not(:first-of-type){border-left:1px solid #bcbcbc}
}

 .table-container .table .table-row .table-cell a, .table-container .table .table-row .table-cell p, .table-container .table .table-row .table-cell span{font-size:13px;font-weight:400;color:#1f1e21;margin:0}
 .table-container .table .table-row .table-cell td{padding:10px;vertical-align:top}
 .table-container .table .table-row .table-cell td:first-of-type{padding:10px 10px 10px 0}
 .table-container .table .table-row .table-cell td:last-of-type{padding:10px 0 10px 10px}