BODY{font-family: Helvetica,Arial,open-sans;  }

#title_tab {background-color:grey; font-size: 14px; font-weight: bold; text-align: center;  border-color:black; color:white;}
#column_tab {background-color:grey; font-size: 14px; font-weight: bold; text-align: left; border:black; color:white;}
#label_tab {background-color:#d1d1d1; font-size: 14px; font-weight: bold; text-align: left; border:black; color:black;}
#data_tab {background-color:#faf7f7; font-size: 14px; font-weight: normal; text-align: left; border:black; color:black;}
 
.font1 { font-size: 13px; font-weight: normal; color:black;font-family: Helvetica,Arial,open-sans;}
               
.div_box {
  border: 0.2px solid black;
  background-color: lightblue;    
  text-align: center;
  width: 100px;
}

.div_separator_w1h1 {
 width: 1px; 
 height: 1px;
 visibility: hidden;
}

.div_separator_h1 {
 height: 1px;
 visibility: hidden;
}

h1 {
  font-size: 12px;
  font-weight: bold;
}
.female_div {
    background-color:#C0C0C0;
    border: 0.2px solid black;
    text-align: center;
    width: 100px;
    padding: 2px;
}

.male_div {
    background-color:#808080;
    border: 0.2px solid black;
    text-align: center;
    width: 100px;
    padding: 2px;
}

a {
   color: black;
}

a:hover { text-decoration: none; }

 .click  {font-family:Arial,Helvetica,sans-serif; font-size:10px; font-style:normal; background:#C2DFFF; color:#000000;
        height:18px; width:48px; text-decoration:none; padding-left:2px; padding-right:2px; cursor:pointer;font-weight:bold;
        text-transform:capitalize; }