body {
    width: 80%;
    margin: 0 auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

.rec-banner {
    text-align: center;
}

.rec-p {
    text-align: justify;
    font-size: 24px;
}

.rec-h3 {
    background-color: greenyellow;
}

.rec-img {
    margin-top: 20px;
    width: 100%;
}

.rec-table-fee-details {
    width: 100%;
}

.rec-table-thead {
    background-color: red;
    text-align: left;

}

.rec-table-tbody {
    background-color: bisque;
    text-align: left;
}

.rec-table-important-dates {

    width: 100%;
}

.rec-links-ul{
    background-color: salmon;
}

.rec-links-ul-li{
    background-color: aqua;
    list-style-type: none;
    margin: 2px 2px;
}

.rec-links-ul-li:hover{
    background-color: goldenrod;
}



.td-btn-text:hover{
    background-color: grey;
    color: white;
}

.td-btn-text-a:hover{
    color: white;
}

.rec-links-ul-li-a{
    /* background-color: rebeccapurple; */
    text-decoration: none;
    list-style-type: none;
    margin: 2px 2px;
}

.last-table-tr{
    margin: 20px 20px;
}

tr{
    margin: 50px;
}

tr{
    height: 50px;
    
}


.official-logos{
   
    height: 67px;
    margin: 0 auto;
}
.official-logos-sign{
    width: 140px;
    height: 67px;
    margin: 0 auto;
}

.official-logos-doc{
    height: 67px;
    margin: 0 auto;
}

.video-logo{
    /* height: 170px; */
    width: 50%;
}

