* {
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
  overflow-y: scroll;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

body {
  color: #444;
  background: #34495E;
  font-family: Arial, sans-serif;
  margin: 0 4px;
}

h1 {
  color: #fff;
  margin: 2px 0;
  font-size: medium;
}

@media (min-width: 480px) {
  body {
    background: #eee;
    margin: 1em;
  }
  .container {
    max-width: 1200px;
  }
  h1 {
    color: #444;
    font-size: large;
    margin: .5em 0;
    text-align: center;
  }
}

.rwd-table {
  background: #34495E;
  border-collapse: collapse;
  color: #fff;
  overflow: hidden;
}

@media (min-width: 480px) {
  .rwd-table {
    border-radius: .4em;
  }
  .rwd-table td.site {
    text-align: center;
    min-width: 15em;
  }
  .rwd-table td.date {
    text-align: center;
    width: 9em;
  }
  .rwd-table td.publisher {
    text-align: center;
  }
  .rwd-table thead th {
    text-align: center;
  }
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
  padding: 6px .5em;
  vertical-align: top;
}

.rwd-table td:first-child {
  padding: 3px .5em 0 .5em;
}

.rwd-table td:last-child {
  padding: 3px 0 1.25em .5em;
}

@media (min-width: 480px) {
  .rwd-table td, .rwd-table th {
    padding: 6px .5em;
  }

  .rwd-table td:first-child {
    padding: 6px .5em 0 .5em;
  }

  .rwd-table td:last-child {
    padding: 6px .5em 1.25em .5em;
  }
}

.rwd-table td[data-th]:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  display: inline;
}

@media (min-width: 480px) {
  .rwd-table td[data-th]:before {
    display: none;
  }
}

.rwd-table th, .rwd-table td {
  text-align: left;
}

@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
  }
}

.rwd-table tr {
  border-color: #46637f;
}

.rwd-table th, .rwd-table td:before {
  color: #dd5;
}

.sponsor {
  color: #fff;
  font-style: italic;
  padding-bottom: .5em;
  text-align: center;
}

.sponsor a,
.sponsor a:link,
.sponsor a:visited,
.sponsor a:hover,
.sponsor a:active {
  color: #fff;
}

.extra, .rwd-table caption {
  display: none;
}

@media (min-width: 480px) {
  .extra {
    display: block;
    font-size: small;
    margin: 5px 0;
  }
  .rwd-table caption {
    color: #444;
    display: table-caption;
    font-style: italic;
    padding: 0 0 6px 0;
  }
  
  .sponsor {
    color: #444;
  }

  .sponsor a,
  .sponsor a:link,
  .sponsor a:visited,
  .sponsor a:hover,
  .sponsor a:active {
    color: #444;
  }
}

.rwd-table a,
.rwd-table a:link,
.rwd-table a:visited,
.rwd-table a:hover,
.rwd-table a:active {
  color: #fff;
}

h1 a,
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active {
  color: inherit;
  text-decoration: none;
}

.button {
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  font-family: Arial;
  color: #ffffff;
  font-size: 10px;
  background: #3498db;
  padding: 2px 4px 2px 4px;
  text-decoration: none;
}

.button:link, .button:visited, .button:hover, .button:active {
  text-decoration: none;
}

.button:hover {
  background: #3cb0fd;
}