.tenure-container {
    display: flex;
    gap: 20px;
}

.input-control {
    display: flex;
    gap: 20px;
}

@media (max-width:550px){
    .tenure-container, .input-control{
        flex-direction: row;
    }
    .input-main-div {
        flex-direction: column;
        gap: 10px;
    }
}

table#resultsTable thead th {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    vertical-align: middle;
    background: #1E58B8;
    color: #fff;
}
table#resultsTable td {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    vertical-align: middle;
    text-align: center;
}
@media(max-width:767px){
    table#resultsTable thead th {
        font-size: 10px;
        line-height: 18px;
        padding: 6px 6px;
    }
    
    table#resultsTable td {
        font-size: 10px;
        padding: 4px;
    }
}
@media(min-width:371px) and (max-width:767px){
    table#resultsTable thead th {
        font-size: 14px;
    }
    
    table#resultsTable td {
        font-size: 12px;
    }
}
.table-div {
    max-height: 300px !important;
    overflow: auto;
}


@media (max-width:1399px){
    .tool-main-section {
        margin-top: 20px;
    }
}