#tc-search-form {
    margin-bottom: 20px;
}

#tc-search-results {
    margin-top: 20px;
}
#tc-search-form label{
    font-weight: 700;
    font-size: 27px;
    letter-spacing: 0px;
    margin-bottom: 10px;
    display: block;
}
#tc_admission_number{
        padding: 14px;
    min-width: 270px;
    border-radius: 8px;
}
#tc-search-results thead th,
#tc-search-results tr th{
        line-height: 1.2;
}
@media screen and (max-width:980px){
    .tc-search-form-table #tc_admission_number{
        max-width: 100%;
        width: 100%;
    }
    .tc-search-form-table button{
        position: absolute;
        left: auto;
        right: 0;
    }
    #tc-search-results {
        margin-top: 20px;
        width: 100%;
        overflow: auto;
    }
}