.black {
  color: #000;
}
body {
  padding-bottom: 20px;
  font-family: 'Roboto Slab', serif;
  background: #f5f5f5;
}
.jumbotron {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url('../img/hero2b.jpg') no-repeat center center #000;
  background-size: cover;
  color: #FFF;
}
.navbar {
  margin-bottom: 0;
}
ul li,
ol li {
  line-height: 24px;
  line-height: 2.4rem;
}
h2 {
  margin-top: 30px;
}
.supp p {
  margin-bottom: 20px;
}
.progress {
  background-color: #fff;
}
.rounds {
  padding: 0;
}
.rounds .progress {
  margin: 0 0 10px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.rounds .glyphicon {
  float: right;
  color: green;
  margin-right: 15px;
}
.rounds li {
  margin: 0 0 10px 0;
  list-style-type: none;
  clear: both;
}
.rounds li a {
  margin-bottom: 0;
  display: block;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.rounds li a .box {
  float: left;
  min-width: 53px;
  min-height: 53px;
  text-align: center;
  color: #FFF;
  padding: 0;
  background: #337ab7;
}
.rounds li a .box .big {
  font-size: 25px;
  font-size: 2.5rem;
  padding: 0 5px;
  display: block;
  line-height: 25px;
  line-height: 2.5rem;
}
.rounds li a .box .small {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 6px 5px 0;
  display: block;
  line-height: 14px;
  line-height: 1.4rem;
}
.rounds li a .text {
  margin-left: 70px;
  margin-top: 14px;
  font-size: 18px;
  color: #000;
}
.rounds li a:hover .box {
  background: #004179;
}
.rounds li a.selected .box {
  background: #004179;
}
.rounds li a.selected .glyphicon {
  color: #FFF;
}
.rounds li a.selected .text {
  color: #000;
}
caption {
  color: #fff;
  background: #111;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 18px;
  font-size: 1.8rem;
}
#draw-red caption,
#ladder-red caption {
  color: #fff;
  background: #ba1203;
}
#draw-yellow caption,
#ladder-yellow caption {
  color: #000;
  background: #DDAA01;
}
#draw-green caption,
#ladder-green caption {
  color: #FFF;
  background: #076926;
}
.table {
  margin-bottom: 40px;
  background: #FFF;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
td.home,
td.away {
  width: 40%;
}
td.yellow {
  padding: 8px;
  background: #FFF;
  border-left: 5px solid #DDAA01;
}
td.green {
  padding: 8px;
  background: #FFF;
  border-left: 5px solid #076926;
}
td.red {
  padding: 8px;
  background: #FFF;
  border-left: 5px solid #ba1203;
}
td,
th {
  background: #FFF;
}
td.bl,
th.bl {
  border-left: 1px solid #DDD;
}
.ladder tr td,
.ladder tr th {
  text-align: center;
}
.ladder tr td.text-left,
.ladder tr th.text-left {
  text-align: left;
}
.form span {
  color: #FFF;
  text-align: center;
  min-width: 18px;
  margin-right: 1px;
  float: left;
}
.form.form-wide span {
  min-width: 40px;
}
.form .l {
  background: #ba1203;
}
.form .w {
  background: #459201;
}
.f {
  background: #520052;
  color: #FFF;
}
.nextround {
  float: right;
}
h1 {
  margin-top: 0;
  margin-bottom: 30px;
}
.jumbotron h1 {
  text-shadow: 0px 0px 15px #000;
}
.scoresheet {
  margin-top: 30px;
  border-color: #222 !important;
}
.scoresheet tr.playernames {
  background: #FFF;
}
.scoresheet tr.playernames .a h3 {
  margin: 10px 15px 12px 0;
}
.scoresheet tr.playernames .b h3 {
  margin: 10px 0 12px 15px;
}
.scoresheet tr.header,
.scoresheet td.final {
  background: #fff;
}
.scoresheet tr.header.a h3,
.scoresheet td.final.a h3 {
  margin: 10px 15px 12px 0;
}
.scoresheet tr.header.b h3,
.scoresheet td.final.b h3 {
  margin: 10px 0 12px 15px;
}
.scoresheet th,
.scoresheet td {
  text-align: center;
  padding: 10px 5px !important;
  border-color: #ccc !important;
}
.scoresheet th.score,
.scoresheet td.score {
  min-width: 50px;
}
.scoresheet th.text-left,
.scoresheet td.text-left {
  text-align: left;
}
.scoresheet th.text-right,
.scoresheet td.text-right {
  text-align: right;
}
.scoresheet h3.finalscore {
  margin: 10px 15px 12px 0;
  font-size: 24px;
  font-size: 2.4rem;
}
.margin-top {
  margin-top: 30px;
}
.headstart {
  font-size: 16px;
  font-size: 1.6rem;
}
.admin {
  background-color: #DDAA01;
  text-transform: uppercase;
}
.admin.navbar-inverse .navbar-brand {
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
}
.content.admin {
  margin-top: 25px;
  background-color: #FFF;
  text-transform: none;
}
.quarters {
  display: block;
  clear: both;
  margin-bottom: 30px;
}
.quarters div {
  float: left;
  width: 25%;
  padding: 10px;
}
@media (max-width: 768px) {
  .jumbotron {
    margin-bottom: 20px;
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .jumbotron h1 {
    display: none;
  }
  .jumbotron p {
    width: 60%;
  }
  h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  h2,
  .h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .nextround {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .rounds {
    padding: 0;
  }
  .rounds li {
    margin-bottom: 0;
  }
  .rounds li a {
    margin-bottom: 0;
    background: #222;
    color: #fff;
  }
  .rounds li a .box {
    min-width: 80px;
    min-height: 0;
    padding: 5px 10px;
  }
  .rounds li a .box .big {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 5px;
    display: inline;
    line-height: 14px;
    line-height: 1.4rem;
  }
  .rounds li a .box .small {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0;
    display: inline;
    line-height: 14px;
    line-height: 1.4rem;
  }
  .rounds li a .text {
    margin-left: 100px;
    margin-top: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 29px;
    line-height: 2.9rem;
    color: #fff;
  }
  .rounds li a.selected {
    background: #DDD;
  }
  .rounds li a.selected:hover {
    background: #BBB;
  }
  .rounds li a.selected .text {
    color: #fff;
  }
  .table > tbody > tr > td,
  .table > tbody > tr > th,
  .table > tfoot > tr > td,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > thead > tr > th {
    padding: 5px;
  }
  .supp {
    margin-top: 18px;
  }
  .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-inverse .navbar-nav > li > a {
    background: #222;
  }
  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a:focus {
    background: #222;
  }
  .quarters div {
    float: none;
    width: 100%;
    display: block;
  }
}
@media print {
  .supp,
  .jumbotron {
    display: none;
  }
  .main {
    width: 100%;
  }
  .scoresheet-content {
    font-size: 80%;
  }
  .scoresheet-content h1 {
    text-align: center;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .scoresheet {
    margin-top: 0;
    font-size: 10px;
    font-size: 1rem;
  }
  .scoresheet caption {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .scoresheet .headstart {
    font-size: 9px;
    font-size: 0.9rem;
  }
  .scoresheet tr.playernames {
    background: #DDD;
  }
  .scoresheet h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .scoresheet th,
  .scoresheet td {
    padding: 4px !important;
  }
}
.anchor-nav {
  border-left: 5px solid #eee;
  padding-left: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.navbar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.checked {
  background: #29731c;
}
form {
  margin-top: 30px;
}
form fieldset {
  margin-top: 20px;
}
.round-selector .month {
  margin: 3px 0 0;
  padding: 0;
}
.round-selector .date {
  color: #000000;
  font-size: 1.7em;
  font-weight: bold;
  margin: -5px 0 5px;
  padding: 0;
}
.date {
  color: #760000;
  text-transform: uppercase;
}
.tab-content {
  padding-top: 30px;
}
.nav-tabs {
  margin-top: 30px;
  overflow: hidden;
}
.nav-tabs > li {
  margin-bottom: 0;
}
.nav-tabs > li > a {
  border-color: #eee #eee transparent;
  margin-bottom: -1px;
  margin-right: 5px;
}
.nav-tabs > li > a::hover {
  cursor: pointer;
}
.nav-tabs > li > a.red {
  background: #ba1203;
  color: #fff;
}
.nav-tabs > li > a.red:hover {
  background: #880d02;
  color: #fff;
}
.nav-tabs > li > a.yellow {
  background: #DDAA01;
  color: #000;
}
.nav-tabs > li > a.yellow:hover {
  background: #aa8301;
  color: #000;
}
.nav-tabs > li > a.green {
  background: #29731c;
  color: #fff;
}
.nav-tabs > li > a.green:hover {
  background: #1a4a12;
  color: #fff;
}
#latest td span {
  color: #FFF;
  text-align: center;
  min-width: 20px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}
#latest td span.w {
  background: #29731c;
}
#latest td span.l {
  background: #ba1203;
}
.groupred caption {
  background: #ba1203;
  color: #fff;
}
.groupyellow caption {
  background: #DDAA01;
  color: #000;
}
.groupgreen caption {
  background: #29731c;
  color: #fff;
}
.in {
  background: #efefef;
}
