@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  min-width: 1024px;
  padding: 0 1em 1em;
  color: #c0c1c7;
  opacity: 0.9;
  background-color: #00163f;
  max-width: 1600px;
  margin: 0 auto;
}
a {
  color: #c0c1c7;
}
#adtopright,
#adbottom {
  height: 90px;
  width: 728px;
  margin: 1em auto 0 auto;
  clear: both;
}
@media (max-width: 480px) {
  #adtopright,
  #adbottom {
    display: none;
  }
}
.top-bar {
  position: relative;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.top-bar .logo {
  width: 100%;
  position: relative;
  top: 30px;
  text-align: center;
  display: block;
}
.top-bar .logo img {
  box-sizing: content-box;
  height: 30px;
  background: #00163f;
  padding: 10px;
  border: none;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}
.header {
  position: relative;
  text-align: center;
  margin: 0 auto 2em;
  max-width: 1024px;
}
.header .share {
  position: absolute;
  border-radius: 4px;
  padding: 2px;
  top: 16px;
  right: 8px;
  z-index: 999;
}
.header a.share.sharer-0 {
  width: 96px;
  height: 24px;
}
.header a.share.sharer-0 label {
  background-color: rgba(192, 193, 199, 0.2);
  color: #c0c1c7;
}
.header a.share.sharer-0 label:hover {
  opacity: 1;
  background-color: rgba(192, 193, 199, 0.3);
}
.header h1 {
  font-size: 3em;
  font-family: 'Oswald', Helvetica, sans-serif;
  text-transform: uppercase;
  color: white;
  margin: 1em 0 0 0;
}
.header p {
  font-size: 1.2em;
  line-height: 1.4em;
  margin-top: 0;
}
.header .fancy-ref {
  text-decoration: none;
  background-color: rgba(192, 193, 199, 0.2);
  padding: 3px 6px;
  border-radius: 4px;
  white-space: nowrap;
}
.header .fancy-ref:hover {
  background-color: rgba(192, 193, 199, 0.3);
}
.seahawks-table {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 1em auto;
  border-collapse: collapse;
}
th,
td {
  border: 1px solid rgba(192, 193, 199, 0.5);
  border-top: 0;
  width: calc(100%/8);
  padding: 10px;
  vertical-align: top;
}
th:first-child {
  border-left: 0;
}
td:first-child {
  border-left: 0;
}
th:last-child,
td:last-child {
  border-right: 0;
}
th {
  font-family: 'Oswald', Helvetica, sans-serif;
  text-transform: uppercase;
  color: #1dd83c;
  text-align: left;
  border-bottom: 3px solid #c0c1c7;
  padding: 5px 10px;
}
td p {
  margin: 0 0 4px 0;
}
tr:last-child td {
  border-bottom: 0;
}
.green-accent {
  color: #1dd83c;
}
.date {
  font-weight: bold;
  font-size: 1.1em;
  color: #dbdcdf;
}
.date .location {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  color: #a5a7af;
}
.score {
  font-size: 1.1em;
  font-weight: bold;
  color: #dbdcdf;
}
.guess {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 8px;
}
.comment {
  font-family: Georgia, Times, serif;
}
.comment-divider {
  width: 50px;
  border-style: inherit;
  margin: 1em auto;
}
.little-mug {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin: 0.5em calc(50% - 25px);
}
.name {
  font-size: 0.9em;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
.description {
  font-size: 0.85em;
  text-align: center;
}
td.winner {
  background-color: rgba(29, 216, 60, 0.5);
  color: #dbdcdf;
}
