@font-face {
  font-family: "FS Me";
  src: url("unplanned/fonts/fsme.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FS Me";
  src: url("unplanned/fonts/fsme_bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "FS Me";
  src: url("unplanned/fonts/fsme_italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "FS Me";
  src: url("unplanned/fonts/fsme_bolditalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

html {
  padding: 0;
}

body {
  font-family: "FS Me", Arial, Helvetica, sans-serif;
  font-size: 87.5%;
  margin: 0;
  min-width: 768px;
}

h2 {
  color: #0f71b8;
}

ul li {
  line-height: 1.5;
}

hr {
  border-width: 0;
  height: 0;
  box-sizing: content-box;
  border-top: solid 1px #999;
}

img {
  border-width: 0;
}

#footer {
  border-top: 1px solid #999;
}

#footer .footerContent {
  width: 748px;
  margin: 0 auto;
  padding: 10px;
}

#content {
  margin: 24px auto;
  text-align: center;
  width: 748px;
}

.mainContent {
  text-align: left;
}

#swol_banner {
  margin-bottom: 40px;
}

@media only screen and (max-width:768px) {
  #footer .footerContent {
    font-size: 95%;
  }
}
