/* Add here all your CSS customizations */

@font-face {
  font-family: "lcdfont";
  src: url("lcd.woff") format("woff");
}

.meter-reading {
  font-family: "lcdfont";
  font-size: 25px;
  line-height: 10px;
}

.meter-reading-time {
  font-size: 80%;
}

.clickable {
  cursor: pointer;
}

.text-right {
  text-align: right;
}

.availability-g {
  background-color: rgb(184, 249, 184) !important;
}

.availability-z {
  background-color: rgb(249, 171, 165) !important;
}

.availability-c {
  background-color: rgb(248, 225, 167) !important;
}

.availability-u {
  background-color: rgb(238, 157, 252) !important;
}


small {
  font-size: 60%;
}
