.find_table{
    width: 900px;        
    border-collapse: collapse
}



.table_title{    
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
}

.table_value{
    text-align: left;    
}



#VIS{
    width: 200px;
    font-size: 14pt;
}

#title_alt, #title_and{
    width: 100%;   
    text-align: left;    
    font-size: 16px;
    font-weight: normal;    
    padding-top: 20px;
    padding-bottom: 20px;
    color: darkgray;    
}


#and_nr{
    padding-left: 0px
}
#and_nr > #alt_f1{
    width: 40px;
}
#and_nr > #alt_f2{
    width: 80px;    
}
#and_nr > #alt_f3{
    width: 40px;
}
#and_nr > #alt_f4{
    width: 80px;
}
#and_nr > #alt_f5{
    width: 40px;
}

#td_button{
    text-align: left;
    padding-top: 25px;
}

#td_button_right{
    text-align: right;
    height: 30px;
    padding-top: 25px;
}

#reset_forms{  
    display: inline-block;
    cursor: pointer;
    height: 27px;
    font-size: 12pt;
    background-color: #f0cccc;
    text-align: center;
    border: 1px solid #556626;    
    color:black;
    vertical-align: middle;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
}

#reset_forms:hover{
    cursor: pointer;
    background-color: #f0cccc;
    font-weight: bold;
    border: 1px solid #889961;
    padding-left: 7px;
    padding-right: 7px;
}

#btn_search{
    cursor: pointer;
    width: 100px;
    height: 35px;
    font-size: 12pt;
    background-color: #AACD4B;
    text-align: center;
    border: 1px solid #556626;    
    color:black;
}
#btn_search:hover{
    cursor: pointer;
    background-color: #BBD76F;
    font-weight: bold;
    border: 1px solid #889961;
}