#vhim_results_wrapper{
    width: 97%;
    max-height: 600px;
    height: 600px;
    overflow-y: auto;;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
#vhim_results_wrapper table{
    width: 100%;
    text-align: center;
    background: #FFF;
}
#formId{
    text-align: center; 
}
#formId h2{
    font-weight: bold;
    font-size: 18px;
    color: #424242;
}
#formId input[type=submit], #startimport{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 15px;
}

#vhim_results_wrapper table tr:nth-child(even) {background: rgb(236, 236, 236)}
#vhim_results_wrapper table tr:nth-child(odd) {background: #FFF}
#vhimprogress_wrapper{
    margin-top: 20px;
    height: 30px;
    width: 97%;
    border: 1px solid #424242;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    overflow: hidden;
    background: #FFF;
    position: relative;
}
#vhimprogress{
    height: 100%;
    background: #1BC802;
    width: 0;
}
#vhimprogresspercent{
    position: absolute;
    font-weight: bold;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}