* {
  margin: 0;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 22px;
}
body .body-content {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -150px;
}
body .body-content:after {
  content: "";
  display: block;
  height: 150px;
}
body .nav {
  height: 52px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 70px;
}
body .header {
  color: #009ddb;
  font-size: 2.500em;
  font-weight: 700;
  margin-bottom: 50px;
}
body .title {
  font-weight: 300;
  font-size: 1.375em;
  margin-bottom: 20px;
}
body .link {
  color: #009ddb;
  font-weight: 700;
  font-size: 1.250em;
  display: block;
}
body .table {
  margin-bottom: 40px;
}
body .table tr th {
  vertical-align: middle;
}
body .table tr th img {
  max-width: 100%;
}
body .table tr td {
  height: 110px;
  vertical-align: middle;
  padding-left: 30px;
}
body .footer {
  height: 50px;
  line-height: 50px;
  background: #494949;
  color: #fff;
  font-size: 0.875em;
  font-weight: 300;
  margin-top: 100px;
}
body .footer a {
  color: #b6b6b6;
  padding-right: 30px;
}
@media (max-width: 480px) {
  body .table tr th img {
    max-width: 100px;
  }
  body .footer {
    min-height: 100px;
    margin-top: 50px;
  }
}
@media (max-width: 720px) {
  body {
    font-size: 100%;
  }
}
