body.resistrecess a,
body.resistrecess a:link,
body.resistrecess a:visited {
  color: #268CD9;
}

body.resistrecess a.closed,
body.resistrecess a.closed:link {
  /*event closed by being full or in the past*/
  color: #636c72
}

body.resistrecess .nav-tabs > li.active > a,
body.resistrecess .nav-tabs > li.active > a:link,
body.resistrecess .nav-tabs > li.active > a:visited {
  color: #777777;
}

body.resistrecess a.btn-primary,
body.resistrecess a.btn-primary:link,
body.resistrecess a.btn-primary:visited {
  color: #fff;
}

body.resistrecess .navbar {
  background-color: #08192A;
  position: relative;
  z-index: 999;
}

body.resistrecess a.navbar-brand,
body.resistrecess a.navbar-brand:link,
body.resistrecess a.navbar-brand:visited {
  background: url(../img/resistrecess/resistancerecess.png);
  background-size: 180px 90px;
  background-repeat: no-repeat;
  font-size: 2em;
  height: 90px;
  line-height: 2em;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
  text-indent: 500%;
  text-transform: uppercase;
  white-space: nowrap;
  width: 180px;
}

body.resistrecess .form-well {
  background: transparent;
}

body.resistrecess input[type=checkbox] {
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);
  margin: 0 0.2em;
}

body.resistrecess footer {
  border-top: 1px #08192A solid;
}


body.resistrecess footer a,
body.resistrecess footer a:link,
body.resistrecess footer a:visited {
  color: #268CD9;
  text-decoration: underline;
}

body.resistrecess footer a:hover {
  text-decoration: none;
}
body.resistrecess footer .powered-by {
  margin: 30px auto;
  text-align: center;
}

body.resistrecess footer p {
  margin: 20px 25%;
  width: 50%;
  font-size: 0.8em;
}

body.resistrecess footer .powered-by p {
  display: inline-block;
  margin-bottom: 5px;
}

body.resistrecess footer .powered-by img {
  max-width: 100%;
}

body.resistrecess footer:after {
  content: "";
  display: table;
  clear: both;
}