* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-container {
  width: 100%;
  padding-bottom: 20px;
}
.form-panel {
  display: none;
  background: #EEE;
  margin: auto;
  width: 400px;
  padding: 40px;
  text-align: center;
}
@media (max-width: 480px) {
  .form-panel {
    width: 100%;
    padding: 20px;
  }
}
.form-panel h2 {
  font-family: 'Oswald', Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  font-size: 26px;
  color: #06192e;
}
.form-panel .form {
  padding: 0 35px;
}
.form-panel .team-box {
  float: left;
  width: 50%;
  text-align: center;
}
.form-panel .team-box .team {
  color: #06192e;
  font-family: 'Paytone One', sans-serif;
  font-size: 18px;
  padding-right: 5px;
}
.form-panel input {
  width: 95px;
  margin: 5px 0 15px 0;
}
.form-panel input,
.form-panel textarea {
  border: 1px solid #CCC;
  font-size: 1em;
  padding: 6px;
  margin-right: 6px;
}
.form-panel button {
  border: none;
  background: #06192e;
  color: white;
  transition: box-shadow 0.2s ease-in-out, background 0.2s linear;
  font-weight: bold;
}
.form-panel button:hover {
  background: #666666;
}
.form-panel .submit {
  clear: both;
  display: block;
  cursor: pointer;
  letter-spacing: 1px;
  font-size: 0.9em;
  padding: 8px;
  width: 50%;
  border-radius: 2px;
  margin: auto;
}
.form-panel .skip {
  text-transform: uppercase;
  cursor: pointer;
  font-size: 0.8em;
  text-align: center;
  padding-top: 15px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .form-panel .skip {
    padding-top: 20px;
    font-size: 1em;
  }
}
.form-panel .skip:hover {
  text-decoration: underline;
}
.form-panel .submission {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100%;
}
.form-panel .error {
  border-radius: 4px;
  font-weight: 700;
  color: #c80815;
  text-align: center;
  margin-top: 10px;
  padding: 8px;
  display: none;
}
.form-panel .message {
  display: none;
  color: #06192e;
  font-weight: 700;
  margin-top: 10px;
  padding: 8px;
  text-align: center;
}
.form-panel.invalid .validation.error {
  display: block;
}
#adtopright,
#adbottom {
  margin: 0 auto 0 auto;
  clear: both;
  height: 90px;
  text-align: center;
}
#adtopright > div,
#adbottom > div,
#adtopright > img,
#adbottom > img,
#adtopright > a,
#adbottom > a {
  display: inline-block !important;
  float: none !important;
}
#adtopright img.floatleft,
#adbottom img.floatleft {
  display: none !important;
}
@media (max-width: 760px) {
  #adtopright,
  #adbottom {
    display: none;
  }
}
#adbottom {
  padding: 25px;
}
.top-bar {
  position: relative;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  background: #666666;
  width: 100%;
  padding-top: 10px;
}
.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: #06192e;
  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;
  padding: 0 8px;
  max-width: 1200px;
}
.header .share {
  display: inline-block !important;
  border-radius: 4px;
  padding-left: 8px;
  z-index: 999;
}
.header a.share.sharer-0 {
  height: 24px;
  position: relative;
  z-index: 999;
}
.header a.share.sharer-0 label {
  background-color: rgba(102, 102, 102, 0.2);
  color: #666666;
}
.header a.share.sharer-0 label:hover {
  opacity: 1;
  background-color: rgba(102, 102, 102, 0.3);
}
.header .hed-main {
  font-size: 40px;
  line-height: 1em;
  font-family: 'Oswald', Helvetica, sans-serif;
  text-transform: uppercase;
  color: #06192e;
  padding-top: 20px;
  margin: 1em 0 10px 0;
}
@media (max-width: 1024px) {
  .header .hed-main {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .header .hed-main {
    font-size: 25px;
  }
}
.header .hed-deck {
  font-size: 4em;
  line-height: 1em;
  font-family: 'Paytone One', sans-serif;
  color: #06192e;
  margin: 0 0 0.2em 0;
}
@media (max-width: 1024px) {
  .header .hed-deck {
    font-size: 3.5em;
  }
}
@media (max-width: 768px) {
  .header .hed-deck {
    font-size: 3em;
  }
}
@media (max-width: 480px) {
  .header .hed-deck {
    font-size: 30px;
  }
}
.header p {
  font-size: 1.4em;
  line-height: 1.4em;
  margin: 0 auto 1em;
  width: 100%;
  max-width: 940px;
}
@media (max-width: 768px) {
  .header p {
    margin-top: 10px;
    font-size: 18px;
  }
}
.header .notables {
  color: #06192e;
  font-weight: bold;
  text-decoration: none;
}
.header .notables:hover {
  text-decoration: underline;
}
footer {
  background: #666666;
  height: 150px;
  width: 100%;
  position: absolute;
}
@media (max-width: 760px) {
  footer {
    height: 50px;
  }
}
.clearing::after {
  content: "";
  display: block;
  clear: both;
}
.credits {
  color: #06192e;
  font-family: "PT Sans";
  text-align: center;
  padding: 0 10px 20px 10px;
}
@media (max-width: 480px) {
  .credits {
    font-size: 0.9em;
    padding-top: 15px;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.tiles {
  margin: 0 auto;
  margin-top: 30px;
  float: left;
  width: 100%;
  padding: 0 10px 0 10px;
  display: inline-block;
}
.tiles .inner-tile {
  text-align: center;
}
.tiles .prediction {
  display: inline-block;
  width: 23%;
  margin-bottom: 2%;
  text-align: center;
  vertical-align: text-top;
  margin-right: 1%;
}
@media (max-width: 1024px) {
  .tiles .prediction {
    width: 31%;
  }
}
@media (max-width: 768px) {
  .tiles .prediction {
    width: 47%;
  }
}
@media (max-width: 480px) {
  .tiles .prediction {
    width: 100%;
  }
}
.tiles .card-top {
  background-color: #06192e;
}
.tiles .card-top .info-no-mug {
  height: 80px;
}
.tiles .card-top .info-no-mug .name {
  margin-top: 0;
  padding-top: 10px;
}
.tiles .lower {
  border-right: 5px solid #06192e;
  border-left: 5px solid #06192e;
  border-bottom: 5px solid #06192e;
  min-height: 270px;
  padding: 10px;
}
@media (max-width: 480px) {
  .tiles .lower {
    min-height: 225px;
  }
}
.tiles .name {
  font-family: 'Oswald', Helvetica, sans-serif;
  color: white;
  font-size: 1.5em;
  margin: 10px 0 2px 0;
}
.tiles .title {
  font-size: 14px;
  color: darkgrey;
  margin-bottom: 15px;
  margin-top: 0;
}
.tiles .score {
  font-size: 2em;
  font-family: 'Paytone One', sans-serif;
  color: #666666;
  margin: 0;
}
.tiles .winner {
  font-size: 1.3em;
  font-family: 'Paytone One', sans-serif;
  margin-top: -8px;
  margin-bottom: 0;
}
.tiles .comment {
  font-size: 14px;
  color: black;
  text-align: left;
}
.tiles .info {
  float: left;
  width: 70%;
}
.tiles .mug {
  width: 20%;
  height: 20%;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  float: left;
  margin: 10px 3% 10px 6%;
}
body {
  font-family: 'PT Sans', sans-serif;
  color: #666666;
  opacity: 0.9;
  margin: 0px;
}
a {
  color: #666666;
}
.red {
  border-color: #c80815;
  color: #c80815;
}
.green {
  border-color: #4eae01;
  color: #4eae01;
}
.green-background {
  background-color: #4eae01;
}
.blue {
  color: #06192e;
}
.uppercase {
  text-transform: uppercase;
}
.container {
  max-width: 1200px;
  margin: auto;
}
.fan-predictions {
  width: 75%;
  margin: auto;
}
@media (max-width: 1150px) {
  .fan-predictions {
    width: 85%;
  }
}
@media (max-width: 1024px) {
  .fan-predictions {
    width: 90%;
  }
}
@media (max-width: 900px) {
  .fan-predictions {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .results {
    width: 100%;
  }
}
.scatter-box-outer {
  width: calc(100% - 350px);
  padding-left: 50px;
}
@media (max-width: 768px) {
  .scatter-box-outer {
    float: none;
    margin: auto;
    width: calc(100% - 150px);
    padding-top: 20px;
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .scatter-box-outer {
    width: 90%;
  }
}
@media (max-width: 570px) {
  .scatter-box-outer {
    width: 100%;
    padding-left: 20px;
    padding-right: 30px;
    padding-top: 30px;
  }
}
.scatter-box {
  padding-bottom: 100%;
  position: relative;
}
.scatter-box .axis {
  font-family: 'Paytone One', sans-serif;
  position: absolute;
  text-transform: uppercase;
}
.scatter-box .axis.x {
  width: 100%;
  text-align: center;
  margin-left: 30px;
  bottom: 0;
}
.scatter-box .axis.y {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  top: 50%;
  left: -5px;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.scatter-box .scatterplot {
  position: absolute;
  top: 0;
  left: 45px;
  width: calc(100% - 45px);
  height: calc(100% - 45px);
}
.scatterplot {
  border-left: 2px solid #888;
  border-bottom: 2px solid #888;
}
.scatterplot .x-num {
  position: absolute;
  font-size: 13px;
  bottom: -22px;
}
.scatterplot .y-num {
  position: absolute;
  font-size: 13px;
  left: -20px;
}
.scatterplot .point-container {
  cursor: pointer;
  position: absolute;
}
.scatterplot .point-container.seahawks .tooltip {
  border-top: 4px solid #4eae01;
}
.scatterplot .point-container.patriots .tooltip {
  border-top: 4px solid #c80815;
}
.scatterplot .point-container.user.seahawks .point {
  background: #4eae01 !important;
  border: 3px solid #06192e;
}
.scatterplot .point-container.user.patriots .point {
  background: #c80815 !important;
  border: 3px solid #06192e;
}
.scatterplot .point-container .point {
  margin-left: -7px;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
}
.scatterplot .point-container .tooltip {
  display: none;
  position: absolute;
  background: #EEE;
  transition: opacity .2s linear;
  border: 1px solid #CCC;
  border-radius: 4px;
  padding: 10px;
  z-index: 999999;
  color: #06192e;
  text-align: center;
  top: 18px;
  left: -50px;
}
.scatterplot .point-container .tooltip .score {
  font-family: 'Paytone One', sans-serif;
  font-size: 1.2em;
}
.scatterplot .point-container .tooltip .team {
  font-family: 'Paytone One', sans-serif;
}
.scatterplot .point-container .tooltip .count {
  font-size: 0.8em;
  color: #666666;
  padding-top: 3px;
  white-space: nowrap;
}
.scatterplot .point-container:hover .tooltip {
  display: block;
}
.scatterplot .point-container .click-tooltip {
  display: block;
}
.sidebar {
  display: inline-block;
  width: 350px;
  float: right;
  text-align: center;
}
@media (max-width: 900px) {
  .sidebar {
    width: 320px;
  }
}
@media (max-width: 768px) {
  .sidebar {
    float: none;
    margin: auto;
    display: block;
    width: 100%;
  }
}
.sidebar .sidebar-title {
  margin-top: 0;
  font-family: 'Paytone One', sans-serif;
  font-weight: bold;
  color: #06192e;
}
@media (max-width: 768px) {
  .sidebar .sidebar-title {
    margin: 0;
  }
}
@media (max-width:600px) {
  .sidebar .sidebar-title {
    padding-bottom: 15px;
  }
}
.sidebar .sidebar-box {
  display: inline-block;
  width: 60%;
}
@media (max-width: 768px) {
  .sidebar .sidebar-box {
    width: 100%;
    padding: 15px;
    display: block;
  }
}
@media (max-width:600px) {
  .sidebar .sidebar-box {
    padding: 0;
  }
}
.sidebar .sidebar-box .team-box {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .sidebar .sidebar-box .team-box {
    margin: 0 10px 15px 10px;
    width: 46%;
    display: inline-block;
  }
}
@media (max-width: 570px) {
  .sidebar .sidebar-box .team-box {
    margin: 0;
  }
}
.sidebar .sidebar-box .team-box.seahawks {
  border: 4px solid #4eae01;
}
.sidebar .sidebar-box .team-box.patriots {
  border: 4px solid #c80815;
}
.sidebar .sidebar-box .team-box .team {
  font-size: 1.5em;
  font-family: 'Oswald', Helvetica, sans-serif;
  text-transform: uppercase;
  color: #06192e;
  text-align: center;
  padding: 3px;
}
.sidebar .sidebar-box .team-box .team.seahawks {
  background: #4eae01;
}
.sidebar .sidebar-box .team-box .team.patriots {
  background: #c80815;
}
.sidebar .sidebar-box .percent {
  font-size: 2.5em;
  font-weight: bold;
  font-family: 'Paytone One', sans-serif;
  padding: 10px;
  padding-top: 0;
  background: white;
  color: #06192e;
  text-align: center;
  padding-bottom: 0;
}
.sidebar .sidebar-box .avg-diff {
  font-size: 1.4em;
  font-family: 'Paytone One', sans-serif;
  color: #06192e;
  text-align: center;
  padding: 10px;
  padding-top: 0;
}
.sidebar .add-yourself {
  display: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  padding: 8px 14px;
  letter-spacing: 1px;
  color: white;
  background: #06192e;
  transition: background .1s linear;
}
@media (max-width: 570px) {
  .sidebar .add-yourself {
    margin-top: 25px;
  }
}
.sidebar .add-yourself:hover {
  background: #666666;
}
