
ul {
  font-size: smaller;
}

#base_sel {
  width: 300px;
}

th, td {
  padding: 0px;
}

th {
  padding-bottom: 5px;
}

th.colmid1 {
  padding-left: 10px;
}

td.colmid1 {
  padding-left: 10px;
}

.checkbox
  margin: 0px;
}

.pcon1_sel {

}

.pcon1_control{
  margin-top:5px;
  margin-bottom:10px;
  font-weight: normal;
  height: 40px;
}

.pcon1_label{
  font: 14px/16px Arial, Helvetica, sans-serif;
}

.pcon1_list {
  width:300px;
  padding: 6px 8px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255,255,255,0.8);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border-radius: 5px;
}

.indopt {
  margin-left: 5px;
}

#opt_sel {
  margin-bottom: 0px;
  font-size: smaller;
}

#base_sel {
  margin-bottom: 10px;
  font-size: smaller;
}

#chart1 {
  width: 420px;
  height: 480px;
  background-color: #FFF;
  border: 0px solid #000;
}

#svg1 {
  width: 400px;
  height: 400px;
}

#chart1_tt {

}

#chart1_txt {
  width: 100%;
  font-size: smaller;
}

.tooltip {	
  position: absolute;			
  text-align: left;			
  width: 120px;					
  height: 50px;		
  padding: 0px;			
  font: smaller;	
  background: rgba(255, 255, 255, 0.0);	
  border: 0px;		
  border-radius: 0px;			
  pointer-events: none;			
}

.attrib {
  font-size: smaller;
}

img {
  border: 0px;
  max-width:none;
  max-height:none;
}