/* CSS styles */

@font-face {
  font-family: interstate;
  src: url(interstate-bold-cond-58b64162258ca.woff);
}

.left {
  width: 45%;
  float: left;
}

.left a {
  float: right;
}

.center {
  float: left;
  width: 10%;
}

.right {
  float: right;
  width: 45%;
}

.right a {
  float: left;
}

.inner {
  font-size: calc(12px + 4vw);
  
}

html, body {
  font-family: interstate;
  margin:0px;
  height: 100%;
}

.outer {
  width: 100%;
  height: calc(100% - 16px);
  display: table;
}

.inner {
  text-align:center;
  display:table-cell;
  vertical-align: middle;
}

footer {
  text-align: center;
  height: 12px;
  line-height: 12px;
}
