.table thead th {
    border: 0;
    color: #828282;
    font-weight: normal;
    font-size: 14px;
}
.table td {
    font-size: 14px;
}
/*.table th:nth-child(2){
    min-width: 500px;
    width: 500px;
}*/
.table th:nth-child(4) {
    width: 200px;
}
.table th:nth-child(1){
    width: 50px;
}
.table th:nth-child(2){
    width: 600px;
}
.table th span.info-crcl {
    width: 8px;
    height: 8px;
    display: inline-block;
}
.table th span.info-crcl.blue {
    background: rgb(54, 162, 235);
}
.table th span.info-crcl.red {
    background: rgb(255, 99, 132);
}

select.form-control {
    padding: 11px 16px;
    font-size: 14px;
    height: 42px;
    margin-bottom: 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    appearance: none;
    outline-width: 0;
    background: url("/img/chevron_black.svg") no-repeat;
    background-position: right 11px center;
    background-size: 13px;
}

h2 {
    font-size: 20px;
    font-weight: 600;
}
.h2-sub {
    font-size: 14px;
}
.h1-sub a{
    color: #BDBDBD;
    text-decoration: underline;
}

#rating {
    margin-top: -55px;
}

@media (max-width: 560px) {
    .main-screen {
        padding-bottom: 10rem;
    }
    #rating {
        margin-top: -150px;
    }
    .filters-wrapper > div:nth-child(odd) {
        padding-right: 5px;
    }
    .filters-wrapper > div:nth-child(even) {
        padding-left: 5px;
    }
    .table th:nth-child(2){
        min-width: 300px;
        width: 300px;
    }
}

table th .icon {
    stroke: #4F4F4F;
    width: 16px;
    height: 16px;
    vertical-align: sub;
}

.popover-header {
    background: transparent;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
    padding: 24px 20px 6px 20px;
}
.popover-body {
    padding: 6px 20px 24px 20px;
}
.popover {
    border-radius: 16px;
    border: 0;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.10);
}

section.faq h2 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}
section.faq p {
    color: #333;
    margin-bottom: 24px;
}
section.faq p:last-child {
    margin-bottom: 0;
}
.btn-outline-primary:hover .icon{
    stroke: #000;
}
.first-screen .subcategory-tags,
.first-screen .rating-links {
    margin-bottom: 40px;
}
.first-screen .rating-links a {
    text-decoration: underline;
    color: #BDBDBD;
    margin-right: 60px;
}
.first-screen .rating-links a:last-child {
    margin-right: 0;
}
@media (max-width: 560px) {
    .first-screen .subcategory-tags,
    .first-screen .rating-links {
        margin-bottom: 20px;
    }
    .first-screen .rating-links {
        overflow: auto;
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
    .first-screen .rating-links::-webkit-scrollbar {
        display: none;
    }
    .first-screen .rating-links a{
        white-space: nowrap;
        margin-right: 30px;
    }
}