/* TABLE SECTION */
#table-section {
    width: 100%;
    height: 100%;
    text-align: left;
    background-color: #ffffff;
}
.kits-approach-table {
    width: 100%;
    border: none;
}
.wapTabela {
    background-color: #f8f9fa;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 10px;
}
.wapTabela2 {
    background-color: #ffffff;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 10px;
}
table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}
#comparativeTable .white_bg {
    background-color: #ffffff;
}
#comparativeTable .white {
    background-color: #ffffff;
    text-align: center;
    font-weight: normal;
}
#comparativeTable .white2 {
    background-color: #ffffff;
    text-align: left;
    padding-left: 10px;
    font-weight: normal;
}
#comparativeTable .white3 {
    background-color: #F1F2F2;
    text-align: left;
    padding-left: 10px;
    font-weight: normal;
}
#comparativeTable td {
    border-bottom: dashed 1px #ccc;
    font-weight: bold;
    padding: 8px 0 8px 8px;
    vertical-align: middle;
}
th, td, caption {
    font-weight: normal;
    vertical-align: top;
    text-align: left;
}
.yes span {
    color: #489584;
    font-size: 21px;
}
.no span {
    color: #f3485c;
    font-size: 21px;
}
.btn-default {
    /*margin-left: 19px;*/
    margin-left: 0;
}
/* PLATFORM SECTION */
#platform-section {
    text-align: left;
}
.audit-col-lg-8 h2 {
    font-size: 21px;
}
.col-lg-4-h2 h2 {
    font-size: 21px;
}

#comparativeTable .trad {
    vertical-align: bottom;
    font-size: 16px;
    text-align: center;
}
@media (min-width: 0) and (max-width: 450px) {
    #comparativeTable .trad {
        font-size: 8px;
    }
}
@media (min-width: 451px) and (max-width: 550px) {
    #comparativeTable .trad {
        font-size: 10px;
    }
}
@media (min-width: 551px) and (max-width: 650px) {
    #comparativeTable .trad {
        font-size: 12px;
    }
}
@media (min-width: 651px) and (max-width: 750px) {
    #comparativeTable .trad {
        font-size: 14px;
    }
}
@media (min-width: 0) and (max-width: 991px) {
    .kits-approach-logo {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .audit-col-lg-8 h2 {
        font-size: 16px;
    }
    .col-lg-4-h2 h2 {
        font-size: 16px;
    }
}
/* xs*/
@media (max-width: 400px) {
.platform-section img {
        width: 300px;
    }
}