/* ----------------------------------------------------------- */
/* Table of contents      */
/* ---------------------------- ------------------------------- */
/* 0) Variables           */
/* 1) Mixins              */
/* 2) Reset Code          */
/* 3) Aw Grids            */
/* 4) Aw Tabs             */
/* 5) Aw Menu             */
/* 6) Aw Drawer           */
/* 7) Fonts and Icons     */
/* 8) Custom Css Import   */
/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/*  MOBI DIR
/* -----------------Media------------------- */
/*$menu-break-point:  700px;

/* -----------------Menu------------------- */
/* ----------------------------------------------------------- */
/* 1) mixins */
/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* 2) Reset Code                                               */
/* ----------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* 3) Grids                                                    */
/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* 4) Grid definitions                                         */
/* ----------------------------------------------------------- */
.aw-grid, .grid-1000, .grid-1200, .grid-1400, .grid-1600 {
  margin: 0 auto;
  padding: 0 0 0 1%;
  /* THAT'S THE NAME ;) */
}

.grid-1600 {
  max-width: 1620px;
}

.grid-1400 {
  max-width: 1420px;
}

.grid-1200 {
  max-width: 1220px;
}

.grid-1000 {
  max-width: 1020px;
}

.row {
  clear: both;
  padding: 0 10px;
}

/* *********************************************************************************************************************
 * Common 12 columns definitions
 */
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
  float: left;
  margin: 0 3% 0 0;
}

.col1.last, .col2.last, .col3.last, .col4.last, .col5.last, .col6.last, .col7.last, .col8.last, .col9.last, .col10.last, .col11.last, .col12 {
  margin: 0;
}

.col1 {
  width: 5.5%;
}

.col2 {
  width: 14%;
}

.col3 {
  width: 22.5%;
}

.col4 {
  width: 31%;
}

.col5 {
  width: 39.5%;
}

.col6 {
  width: 48%;
}

.col7 {
  width: 56.5%;
}

.col8 {
  width: 65%;
}

.col9 {
  width: 73.5%;
}

.col10 {
  width: 82%;
}

.col11 {
  width: 90.5%;
}

.col12 {
  width: 99%;
  margin: 0;
}

.col1 img, .col2 img, .col3 img, .col4 img, .col5 img, .col6 img, .col7 img, .col8 img, .col9 img, .col10 img, .col11 img, .col12 img {
  width: 100%;
  height: auto;
  display: block;
}

/* *********************************************************************************************************************
 * Common 16 columns definitions
 */
.hex1, .hex2, .hex3, .hex4, .hex5, .hex6, .hex7, .hex8, .hex9, .hex10, .hex11, .hex12, .hex13, .hex14, .hex15, .hex16 {
  float: left;
  margin: 0 3% 0 0;
}

.hex1.last, .hex2.last, .hex3.last, .hex4.last, .hex5.last, .hex6.last, .hex7.last, .hex8.last, .hex9.last, .hex10.last, .hex11.last, .hex12.last, .hex13.last, .hex14.last, .hex15.last, .hex16 {
  margin: 0;
}

.hex1 {
  width: 3.2%;
}

.hex2 {
  width: 9.7%;
}

.hex3 {
  width: 16.2%;
}

.hex4 {
  width: 22.6%;
}

.hex5 {
  width: 29.1%;
}

.hex6 {
  width: 35.6%;
}

.hex7 {
  width: 42%;
}

.hex8 {
  width: 48.5%;
}

.hex9 {
  width: 54.9%;
}

.hex10 {
  width: 61.3%;
}

.hex11 {
  width: 67.8%;
}

.hex12 {
  width: 74.2%;
}

.hex13 {
  width: 80.6%;
}

.hex14 {
  width: 87.1%;
}

.hex15 {
  width: 93.5%;
}

.hex16 {
  width: 99.5%;
  margin: 0;
}

.hex1 img, .hex2 img, .hex3 img, .hex4 img, .hex5 img, .hex6 img, .hex7 img, .hex8 img, .hex9 img, .hex10 img, .hex11 img, .hex12 img, .hex13 img, .hex14 img, .hex15 img, .hex16 img {
  width: 100%;
  height: auto;
  display: block;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* 4)  Tabs                                                    */
/* ----------------------------------------------------------- */
/*    Tabs Normal   */
/*    Tabs Checked   */
/*    Tabs Hover     */
/*    Tabs Body     */
.tabs-wrapper input[type=radio] {
  display: none;
}
.tabs-wrapper input[type=checkbox] {
  display: none;
}
.tabs-wrapper input[type=radio] + label {
  transition: background 0.4s ease-in-out, height 0.2s linear;
  display: inline-block;
  cursor: pointer;
  color: #000000;
  width: 9%;
  max-width: 9%;
  height: 2em;
  border: 1px solid black;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #ffffff;
  text-align: center;
  line-height: 2em;
  /*
  @include breakpoint(big){width:9%; max-width:9%; font-size:100%;}
  @include breakpoint(medium){width:9%; max-width:9%; font-size:75%;}

  @include breakpoint(small){width:9%; max-width:9%; font-size:75%;

      width:18%; 
         max-width:18%; 
            display:inline-block; 
            border-bottom:1px solid $tab-border-color;
            border-radius:0;

         }
   */
}
.tabs-wrapper input[type=radio] + label:last-of-type {
  border-bottom: none;
}
.tabs-wrapper input[type=radio] + label:hover {
  background: #c0c0c0;
  color: #000000;
}
@media screen and (max-width: 900px) {
  .tabs-wrapper input[type=radio] + label {
    width: 18%;
    max-width: 18%;
    font-size: 125%;
    line-height: 125%;
  }
}
.tabs-wrapper input[type=radio]:disabled + label {
  color: #888888;
}
@media screen and (max-width: 600px) {
  .tabs-wrapper {
    margin: 0;
  }
}

#tab0:checked + label, #tab1:checked + label, #tab2:checked + label, #tab3:checked + label, #tab4:checked + label, #tab5:checked + label, #tab6:checked + label, #tab7:checked + label, #tab8:checked + label, #tab9:checked + label, #tab10:checked + label, #tab11:checked + label, #tab12:checked + label, #tab13:checked + label, #tab14:checked + label, #tab15:checked + label, #tab16:checked + label {
  background: #000000;
  color: #ffffff;
}

.tab-body {
  position: absolute;
  top: -9999px;
  opacity: 0;
  padding: 10px;
}

.tab-body-wrapper {
  background: #ffffff;
  border-top: #000000 5px solid;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
}
@media screen and (max-width: 600px) {
  .tab-body-wrapper {
    border: none;
    border-radius: 0;
  }
}

#tab0:checked ~ .tab-body-wrapper #tab-body-0,
#tab1:checked ~ .tab-body-wrapper #tab-body-1,
#tab2:checked ~ .tab-body-wrapper #tab-body-2,
#tab3:checked ~ .tab-body-wrapper #tab-body-3,
#tab4:checked ~ .tab-body-wrapper #tab-body-4,
#tab5:checked ~ .tab-body-wrapper #tab-body-5,
#tab6:checked ~ .tab-body-wrapper #tab-body-6,
#tab7:checked ~ .tab-body-wrapper #tab-body-7,
#tab8:checked ~ .tab-body-wrapper #tab-body-8,
#tab9:checked ~ .tab-body-wrapper #tab-body-9,
#tab10:checked ~ .tab-body-wrapper #tab-body-10,
#tab11:checked ~ .tab-body-wrapper #tab-body-11,
#tab12:checked ~ .tab-body-wrapper #tab-body-12,
#tab13:checked ~ .tab-body-wrapper #tab-body-13,
#tab14:checked ~ .tab-body-wrapper #tab-body-14,
#tab15:checked ~ .tab-body-wrapper #tab-body-15,
#tab16:checked ~ .tab-body-wrapper #tab-body-16 {
  position: relative;
  top: 0px;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s, visibility 0.5s;
}

/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* 5)  Menu                                                    */
/* ----------------------------------------------------------- */
/* #458FB4, #E2EDF3, #EDCA24, #7BB4D2, #78AB4F, #CDDAE0, #FFFFEF, #E49600, #B0B8AD, #7DA860 */
/* 2px 2px 4px #c0c0c0; */
/* 2px 2px 4px #606060; */
nav ul, nav ol, nav li, nav dl, nav dt, nav dd, nav img, nav form, nav fieldset, nav input, nav textarea, nav blockquote {
  margin: 0;
  padding: 0;
  border: 0;
}

nav {
  width: 100%;
  background: #fff;
  text-align: left;
  text-shadow: none;
  /* Menu Level 1  */
}
@media screen and (min-width: 700px) {
  nav {
    min-width: 100%;
  }
}
nav ul {
  list-style: none;
  position: relative;
  display: inline-table;
}
nav ul:after {
  content: "";
  clear: both;
  display: block;
}
nav ul li:hover > ul {
  display: block;
}
nav ul li {
  float: left;
  min-width: 100px;
  text-align: left;
}
nav ul li:hover {
  background: #fff;
  color: #ff6600;
  text-shadow: none;
}
nav ul li:hover a {
  color: #ff6600;
  text-shadow: none;
}
nav ul li a {
  display: block;
  padding: 5px 10px 3px 10px;
  color: #000;
  text-decoration: none;
}
nav ul ul {
  background: #fff;
  display: none;
  border: 1px solid black;
  border-radius: 0px;
  padding: 0;
  top: 100%;
}
@media screen and (min-width: 700px) {
  nav ul ul {
    position: absolute;
    z-index: 2;
  }
}
@media screen and (max-width: 700px) {
  nav ul ul {
    background: #4a4d50;
    text-align: center;
    width: 100%;
  }
}
nav ul ul li {
  float: none;
  position: relative;
  text-align: left;
}
nav ul li:hover ul li a {
  background: #fff;
  color: #000;
  text-decoration: none;
}
nav ul ul li a {
  background: #fff;
  color: #000;
  text-decoration: none;
}
nav ul ul li a:hover {
  background: #fff;
  color: #ff6600;
}
nav ul li:hover ul li:hover a {
  background: #fff;
  color: #ff6600;
  text-decoration: none;
}
nav ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
nav ul li a.disabled {
  color: #c2c2c2;
}
nav ul ul li a.disabled {
  color: #c2c2c2;
}
nav .show-menu {
  color: #000;
  text-align: center;
}
@media screen and (min-width: 700px) {
  nav .show-menu {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  nav .show-menu {
    display: block;
  }
}
nav input[type=checkbox] {
  display: none;
}
@media screen and (max-width: 700px) {
  nav .show-menu {
    display: block;
  }
  nav input[type=checkbox]:not(:checked) ~ ul {
    display: none;
  }
  nav input[type=checkbox]:checked ul {
    display: inline-table;
  }
  nav ul li {
    width: 100%;
    text-align: center;
  }
}

/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* 6)  Drawer                                                  */
/* ----------------------------------------------------------- */
@font-face {
  font-family: "entypo";
  font-style: normal;
  font-weight: 400;
  src: url("/lib/fonts/entypo/entypo.eot");
  src: url("/lib/fonts/entypo/entypo.eot?#iefix") format("ie9-skip-eot"), url("/lib/fonts/entypo/entypo.woff") format("woff"), url("/lib/fonts/entypo/entypo.ttf") format("truetype");
}
.drawer-open:before {
  font-family: "entypo";
  position: absolute;
  text-decoration: none;
  zoom: 1;
  content: "\e764";
  height: inherit;
}

.drawer-closed:before {
  font-family: "entypo";
  position: absolute;
  text-decoration: none;
  zoom: 1;
  content: "\e766";
  height: inherit;
}

.drawer:hover {
  cursor: pointer;
}

.drawer-inside {
  /* display: none; */
  visibility: hidden;
  max-height: 0px;
  -webkit-transition: all 1s, height 1s;
  -moz-transition: all 1s, height 1s;
  -ms-transition: all 1s, height 1s;
  -o-transition: all 1s, height 1s;
  transition: all 1s, height 1s;
  overflow: hidden;
}

/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* 7) Fonts and Icons                                          */
/* ----------------------------------------------------------- */
/*@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
*/
/* ----------------------------------------------------------- */
/* 8) Custom Imports                                           */
/* ----------------------------------------------------------- */
/* -------------------------------------------- */
/* -------------------------------------------- */
/* -------------------------------------------- */
/* -------------------------------------------- */
/* -------------------------------------------- */
/*.profile-pic {*/
/*  float: left;*/
/*  width: 250px;*/
/*  @media screen and (max-width: $break-small) {*/
/*    width: 100px;*/
/*    float: none;*/
/*  }*/
/*  @media screen and (min-width: $break-large) {*/
/*    float: right;*/
/*  }*/
/*} */
body {
  width: 100%;
  font-family: "Karla", sans-serif;
  font-size: 18px;
  line-height: 120%;
  background-color: #FFF;
}
body :root {
  font-size: 12px;
}
@media (min-width: 400px) and (max-width: 800px) {
  body :root {
    font-size: calc( 12px + (18 - 12) * ( (100vw - 400px) / ( 800 - 400) ));
  }
}
@media (min-width: 800px) {
  body :root {
    font-size: 18px;
  }
}

a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

a:link {
  text-decoration: none;
  color: black;
}

a:visited {
  text-decoration: none;
  color: #808080;
}

a:hover {
  text-decoration: none;
  color: #ff6600;
}

a:active {
  text-decoration: none;
  color: #0000dd;
}

nav {
  font-size: 150%;
  font-weight: bold;
}

.halfheader {
  height: 120px;
  width: 100%;
  background-image: url("/images/halfheader.png");
  background-repeat: no-repeat, no-repeat;
  /*  background-size: 15%, cover; */
  /*  background-position: 5% 50%;  */
  /*   
    @media screen and (max-width: $break-large   ) {  height:180px;}
    @media screen and (max-width: $break-medium  ) {  height:100px;}
    @media screen and (max-width: $break-small   ) {  height:60px;}
   */
}

.header {
  height: 150px;
  width: 100%;
  background-image: url("/images/header.png");
  background-repeat: no-repeat, no-repeat;
  /*  background-size: 15%, cover; */
  /*  background-position: 5% 50%;  */
  /*   
    @media screen and (max-width: $break-large   ) {  height:180px;}
    @media screen and (max-width: $break-medium  ) {  height:100px;}
    @media screen and (max-width: $break-small   ) {  height:60px;}
   */
}

.footer {
  height: 85px;
  width: 99%;
  padding: 10px 10px 10px 10px;
  background-image: url("/images/footer.png");
  background-repeat: no-repeat, no-repeat;
}

.mainborder {
  border: 2px solid #4a4d50;
}

.transborder {
  border: 2px solid none;
}

.fixedbg {
  background: white url("http://www.occurling.com/imgz/bkg.png") repeat-x center top;
  background-attachment: fixed;
  background-size: contain;
}

.drawboard {
  position: relative;
  overflow: auto;
}

.bgblue {
  background-color: #113BFE;
}

.bgblueover {
  background-color: #4967bd;
  overflow: hidden;
}

.bgblueover {
  background-color: #285f95;
  overflow: hidden;
}

.bgyellowover {
  background-color: #f8d44c;
  overflow: hidden;
}

.bgorangeover {
  background-color: #FE5E11;
  overflow: hidden;
}

.bgssorangeover {
  background-color: #f38a21;
  overflow: hidden;
}

.bggreyover {
  background-color: #eeeeee;
  overflow: hidden;
}

.bgdkgreyover {
  background-color: #dddddd;
  overflow: hidden;
}

.bgdarkover {
  background-color: #4A4D50;
  overflow: hidden;
}

.bggoldover {
  background-color: #B18542;
  overflow: hidden;
}

.bgblackover {
  background-color: #000;
  overflow: hidden;
}

/*                             #458FB4, #E2EDF3, #EDCA24, #7BB4D2, #78AB4F, #CDDAE0, #FFFFEF, #E49600, #B0B8AD, #7DA860 */
.blue1 {
  color: #458FB4;
}

.ltblue1 {
  color: #E2EDF3;
}

.gold {
  color: #EDCA24;
}

.blue2 {
  color: #7BB4D2;
}

.green1 {
  color: #78AB4F;
}

.ltblue2 {
  color: #CDDAE0;
}

.offowhite {
  color: #FFFFEF;
}

.orange {
  color: #E49600;
}

.grey {
  color: #B0B8AD;
}

.green2 {
  color: #7DA860;
}

.bg_blue1 {
  background-color: #458FB4;
}

.bg_ltblue1 {
  background-color: #E2EDF3;
}

.bg_gold {
  background-color: #EDCA24;
}

.bg_blue2 {
  background-color: #7BB4D2;
}

.bg_green1 {
  background-color: #78AB4F;
}

.bg_ltblue2 {
  background-color: #CDDAE0;
}

.bg_orange {
  background-color: #E49600;
}

.bg_offwhite {
  background-color: #FFFFEF;
}

.bg_grey {
  background-color: #B0B8AD;
}

.bg_green2 {
  background-color: #7DA860;
}

.overhide {
  overflow: hidden;
}

.overauto {
  overflow: auto;
}

/* ------ stock colors ------ */
.white {
  color: #ffffff;
}

.black {
  color: #000000;
}

.bgblack {
  background-color: #000000;
}

.bgwhite {
  background-color: #ffffff;
}

.bdrSolidBlack {
  border: 2px solid black;
}

.bdrSmallBlack {
  border: 1px solid black;
}

.bdrSolidWhite {
  border: 2px solid white;
}

.bdrGrey {
  border: 2px solid #b0b8ad;
}

/* ----------------------------------------------------------- */
/* 6) Misc Css                                                 */
/* ----------------------------------------------------------- */
.pad10 {
  padding: 10px 10px 10px 10px;
}

.padleft {
  padding-left: 10px;
}

.high400 {
  min-height: 400px;
}

.hideme {
  display: hidden;
}

.nopadding {
  padding-bottom: 0px;
  padding-top: 0px;
}

.nomargin {
  margin: 0px 0px 0px 0px;
}

.scorebox {
  background-color: #ff9900;
  min-height: 35px;
}

.fullwide {
  width: 100%;
}

.textleft {
  text-align: left;
}

.textcenter {
  text-align: center;
}

.textright {
  text-align: right;
}

/* .textlargebold { font: 700 18px/1.5 'Open Sans', Times, serif;; } */
.textbold {
  font-weight: bold;
}

.right {
  text-align: right;
}

.textlargebold {
  font-size: 150%;
  font-weight: bold;
  line-height: 200%;
}

.textlarge {
  font-size: 125%;
  line-height: 150%;
}

.textsmall {
  font-size: 75%;
}

.textsmallline {
  font-size: 75%;
  line-height: 75%;
}

.halfheight {
  line-height: 50%;
}

/*.teamlist {    -webkit-transition: .125s linear;    -moz-transition: .125s linear;    -ms-transition: .125s linear;    -o-transition: .125s linear;    transition: .125s linear;}*/
/* .tabs-wrapper{
    input[type=checkbox] {    border: 0;    clip: rect(0 0 0 0);    height: 1px;    width: 1px;    margin: -1px;    overflow: hidden;    padding: 0;    position: absolute;} 
 }
*/
.teamdrop {
  line-height: 140%;
}

.teamdrop:hover {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  opacity: 0.5;
  cursor: pointer;
}

.teamlist {
  color: #000000;
  background-color: #c0c0c0;
  /* display: none; */
  visibility: hidden;
  max-height: 0px;
  -webkit-transition: all 1s, height 1s;
  -moz-transition: all 1s, height 1s;
  -ms-transition: all 1s, height 1s;
  -o-transition: all 1s, height 1s;
  transition: all 1s, height 1s;
  overflow: hidden;
}

.tl {
  visibility: inherit;
  display: inherit;
  color: #000000;
  background-color: #c0c0c0;
}

@media screen and (min-width: 800px) {
  .mediahide {
    visibility: none;
    display: hidden;
    overflow: hidden;
  }
}

input[type=button] {
  background-color: #fff;
  min-width: 30px;
}

.preload-images {
  display: none;
  width: 0;
  height: 0;
  background: url("http://oc.awscott.net/images/rockspebble.gif") url("http://oc.awscott.net/images/shuster.gif") url("http://oc.awscott.net/images/spiel.gif");
}

.listheader {
  position: absolute;
}

.listdetail {
  position: absolute;
  font-size: 80%;
}

.high530 {
  min-height: 530px;
}

.high600 {
  min-height: 600px;
}

.high650 {
  min-height: 650px;
}

.high700 {
  min-height: 700px;
}

h1 {
  font-size: 200%;
  text-align: center;
}

h2 {
  font-size: 175%;
  text-align: center;
}

h3 {
  font-size: 150%;
  text-align: center;
}

h4 {
  font-size: 125%;
  text-align: center;
}

p {
  font-size: 100%;
}

ul.stone {
  list-style: square inside url("http://surfcityspiel.com/favicon-16x16.png");
}

ul.bullet {
  list-style: square inside;
}

a.white {
  text-decoration: none;
  color: white;
}

.ocInput-small {
  background-color: #fff !important;
  border: 1px solid black;
  border-radius: 1px;
  padding: 3px 2px;
  margin: 0px 2px 0px 2px;
  color: black;
  font-size: 80%;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  /* padding: 15px 32px;
  display: inline-block;
  */
}

input.ocInput-small:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.oc-topbar {
  background-color: #000000;
  overflow: hidden;
}

.ocButton-small {
  background-color: #fff;
  border: 1px solid black;
  border-radius: 1px;
  padding: 3px 2px;
  margin: 0px 2px 0px 2px;
  color: black;
  font-size: 80%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  /* padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  */
}

ul.ulcircle {
  list-style-type: circle;
}

.oc-subheader {
  color: white;
  text-shadow: 4px 4px 4px #404040;
  font-size: 150%;
  line-height: 120%;
  font-weight: bold;
  background-image: url("/images/system/subheader.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 100pxpx) {
  .oc-subheader {
    font-size: 180%;
    line-height: 180%;
  }
}

.scorered {
  background-color: red;
  color: white;
}

.scoreyellow {
  background-color: yellow;
  color: black;
}

.scorenone {
  color: black;
}

.legal a:link {
  text-decoration: underline;
  color: blue;
}

.legal a:visited {
  text-decoration: none;
  color: #00008B;
}

.legal a:hover {
  text-decoration: none;
  color: #ff6600;
}

.legal a:active {
  text-decoration: none;
  color: #00008B;
}

/*# sourceMappingURL=cruzerone.css.map */
