@font-face {
  font-family: 'RobotoSlab';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/RobotoSlab-Light.woff"), url("../fonts/RobotoSlab-Light.eot"); }
@font-face {
  font-family: 'RobotoSlab';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/RobotoSlab-Regular.woff"), url("../fonts/RobotoSlab-Regular.eot"); }
footer {
  z-index: 100;
  clear: both;
  text-align: center;
  font-size: 12px;
  width: 100%;
  margin: auto;
  position: fixed;
  bottom: 0px; }
  footer #modeSwitcher {
    position: relative;
    float: right;
    right: 5px;
    font-family: RobotoSlab;
    font-weight: 300; }
    footer #modeSwitcher form {
      display: inline; }
      footer #modeSwitcher form .modeSwitchButton {
        font-family: RobotoSlab;
        font-weight: 300;
        font-size: 1em;
        background-color: transparent;
        color: rgba(64, 64, 64, 0.75);
        border-style: none; }
