body {
    font-family: Helvetica, Arial, sans-serif;
    margin: 0 auto;
    height: 100%;
    background-color: white;
  }

  main {
    min-height: 100vh;
    margin-bottom: -48px;
  }

  h1 {
    font-size: 13px;
    margin: 0;
    background: #0b0c0c;
    padding: 5px 10px;
    text-align: center;
    line-height: 1.4;
    color: #ffffff;
    border-bottom: 4px solid #00a33b;
  }

  h1 span {
    display: inline-block;
  }

  table {
    font-size: 11px;
    margin: 0 auto;
    padding: 10px 15px;
  }

  th {
    width: 115px;
  }

  td, th {
    text-align: left;
    vertical-align: top;
    padding: 5px 0;
  }

  tr:not(:last-child) th, tr:not(:last-child) td {
    border-bottom: 1px solid #ddd;
  }

  img {
    background: #515151;
    padding: 3px;
    border-radius: 2px;
    width: 150px;
    height: 31px;
  }

  a {
    color: #337ab7;
    text-decoration: none;
  }

  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline;
  }

  footer {
    background-color: #bfc1c3;
    height: 38px;
    padding: 5px;
    text-align: center;
  }