
/*Report Page*/
#graphArea{
  background: transparent;
}
.warning{
  color: #36f;
}
/*Config Page*/
#modifyReportForm{
  background-color: white;
  border: 1px solid #a6b7c4;
  border-top: 0;
  color: #333;
}
#indicatorSection .asiGrid tr.alternate {
  background-color: #dbedfd;
}
#asi_grid_indicators input{
  border: 1px solid #a0b6d0 !important;
}
#indicatorSection .disclaimer{
  font-weight: normal;
}