#maintable tbody{
    font-size:14px;
}
#maintable thead{
    font-size:12px;
}
.viewdetails {
    font-size:10px;
}

.bb {
    font-size:20px;
}

.ltitle {
    font-weight:bold;
}
.leftb {
    border-left-style:solid;
    border-left-width:1px;
}
.rightb {
    border-right-style:solid;
    border-right-width:1px;
}
.bad {
    color:#A90008;
    font-weight:bold;
}
.good {
    color:#4B9A00;
    font-weight:bold;
}
.level {
    color:white;
    text-align:center;
    font-weight:bold;
    font-size:20px;
    width:100%
}

.viewdetails {
    font-size:10px;
}

.background {
  fill: none;
  pointer-events: all;
}

#states {
  fill: #aaa;
}

#states .active {
  fill: orange;
}

#state-borders {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5px;
  stroke-linejoin: round;
  stroke-linecap: round;
  pointer-events: none;
}