body, html {
  font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
  padding-top: 10px;
}

#footer {
  position: fixed;
  bottom:10px;
  left:10px;
}

.hrow {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 5px;
  font-weight: bold;
  clear: both;
}

.hheader {
  width: 50px;
  display: block;
  float: left;
  text-align: right;
  margin-right: 10px;

}

@media only screen and (max-width: 1300px) {

  #footer {
    display: none;
  }

}
