/*SKIN 1*/

div.sg table tr td, div.sg table tr th{
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    text-align: center;
}

div.sg table tr td:last-child{
    border-right: none;
}

div.sg table tr:first-child th{
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

div.sg table tr:first-child th:last-child{
    border-right: none;
}

div.sg table, div.sg table th{
    text-align: center;
    vertical-align: middle;
}

div.sg table td, div.sg table th{
    padding: 5px 0;
}

div.sg .ct_table_title {
    font-weight: bold;
    font-size: large;
}

a.button_sg {
    font-weight: normal;
    text-decoration: none;
    padding: 10px 20px;
    color: white;
    background: #000;
    border: 0px solid #e5e5e5;
    font-size: 11px;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: uppercase;
    background: #0b626b;
}


.ct_table_container .ct-size-guide--Responsive{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
}
