body {
    font-family: arial, Georgia, "Times New Roman", Serif;
}

.bldg {
    font-weight: 600;
    font-size: 24px;
    color: #33c;
}

.bldg_head {
    font-weight: 600;
    color: #930;
}

.nb {
    border-radius: 3px;
    border: 1px solid #666;
    font-size: 16px;
    color: #000;
    font-weight: 900;
    background: #ff9;
    padding: 2px;
}

.input_name {
    font-size: 10px
}

.bbal {
    font-size: 24px;
    border: 0px;
}

#s {
    font-size: 24px;
}

table {
  width:80%;
  border-collapse: collapse;
}

table, th, td {
  border: 1px solid black;
}

td {
  width:200px;
  vertical-align:top;
  padding: 8px;
  font-size: 16px;
}   

.small-font {
  font-size: 12px;
}

.gray {
  background-color: #efefef;
  border: 2px solid #f00;
}

#bldgs_nav {
  position:fixed;
  top:0px;
  left:0px;
  background:#fff;
}

.submit {
        font-weight: 600;
        font-size: 36px;
        font-family: Georgia, "Times New Roman", Serif;
}       

.red {  
        color: #f00;
}

.fs {
        font-size: 12px;
}   

#battery_saver {
  position:absolute;
  top:20px;
  left:-1px;
  font-size:11px;
}

