div.main-cont-rating-div {
    min-height: 70vh;
}
div.main-cont-rating-div > div {}
div.main-cont-rating-div > div > h2 {
    padding: 0 0;
}


div.rating-sub-title-div {}
div.rating-sub-title-div > p {
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #112D49;
}


div.rating-search-inp-div {
    display: flex;
    align-items: center;
}
div.rating-search-inp-div > input {
    height: 106%;
}
div.rating-search-inp-div > input:focus,
div.rating-search-inp-div > input:active {
    border-color: transparent !important;
    outline: none;
    box-shadow: none !important;
}
div.rating-drop-boxes {
    padding: 33px 0;
}
div.rating-drop-boxes > div {}
div.rating-drop-boxes > div > div {}



div.rating-schedule-cont-div {}
div.rating-schedule-cont-div > div {
    padding-bottom: 90px;
}

table.table-rating {
    width: 100%;
    border-radius: 5px;
}
table.table-rating > thead {}
table.table-rating > thead > tr {}
table.table-rating > thead > tr > th {
    padding: 0 12px;
    background-color: #fff;
    text-align: left;
    /*color: #000;*/
    border: 1px solid #e6e4e4;

    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 48px;
    text-transform: uppercase;
    color: #112D49;
}
table.table-rating > thead > tr > th:first-child {
    text-align: center;
}

table.table-rating > tbody {}
table.table-rating > tbody > tr {}
table.table-rating > tbody > tr > td {
    padding: 12px 12px;
    background-color: #fff;
    text-align: left;
    /*color: #000;*/
    border: 1px solid #e6e4e4;

    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #505D6A;
}
table.table-rating > tbody > tr > td:first-child {
    width: 50px;
    text-align: center;
}



div.common-style-dropdown > button {
    color: #7C8792 !important;
}

tr.tr-class-line-1 {}
tr.tr-class-line-1 > td {
    background-color: #f7f7f7 !important;
}

tr.tr-class-line-2 {}
tr.tr-class-line-2 > td {}



div.desc-rate-det {
    padding-top: 12px;
}
div.desc-rate-det > p {
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #505D6A;
}


div.p-search-inp-div-cont > form {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}








