.curve_chart {
   width:100%;
   height:200px;
}
h1.obs {
   margin:10px 0;
   color:blue;
}
h2.obs {
   margin:0px 0 10px;
}
h3.obs {
   margin:0 5px 2px;
}
.obs_current {
   font-size:1.4em;
   color:blue;
   text-align:center;
}
.obs_current .obs {
   font-size:1.5em;
   font-weight:bold;
   color:#009;
}
.obs_current_old .obs {
   color:#f00;
}
