table#resultTable thead th {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    vertical-align: middle;
    background: #1E58B8;
    color: #fff;
}
table#resultTable{
    margin-top:40px;
}

.table-div {
    max-height: 400px;
    overflow: auto;
}
@media  (max-width: 767px) {
    table#resultTable thead th {
        font-size: 14px;
    }
    table#resultTable td {
        font-size: 12px;
    }
}

.inputs-and-results {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

.inputs-and-results .input-group {
    width: 100%;
}

@media(max-width:500px){
    .inputs-and-results {
    flex-direction:column;
        gap: 10px;
}
}