/*
 * div styles
 */
 #gaugecol {
   text-align: center;
   align: center;
 }

 #currTemp {
   text-align: center;
   vertical-align: middle;
   height: 50px;
   line-height: 22px;
   width: 200px;
   font-weight: bold;
   color: white;
   background-color: navy;
 }

.histChartTitle {
  text-align: center;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: white;
  background-color: navy;
}

.margin15{
  height: 15px;
  width: 100%;
}
/*
 * Chart styles
 */
 .line {
    fill: none;
    stroke: #0b25e8;
    stroke-width: 3;
}
