body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #ccc;
  background-color: #1b1b1b;
  background-image: url('/assets/img/stressed_linen.png');
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #ccc;
}

.breadcrumb {
  background-color: #0f0f0f;
}

.breadcrumb > li + li:before {
}

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
  font-family: 'Roboto Condensed';
  font-weight: 300;
}

.quote {
  color: #777;
  font-family: 'Roboto Condensed';
  font-weight: 300;
}

a {
  color: #f04911;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #ff6a00;
  text-shadow: 0 0 4px #f04911;
  text-decoration: none;
}

.plain-links a:hover,
.plain-links a:focus {
  text-shadow: none;
}

.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.squad-icon {
  width: 48px;
  padding: 0 15px 0 0;
  margin-bottom: 5px;
}

.icon-mid {
  width: 48px;
  height: 48px;
  margin-bottom: 5px;
}

.small-icon {
  width: 48px;
}

.medium-icon {
  width: 64px;
  height: 64px;
  margin: 0;
}

.icons-cell {
  width: 64px;
  height: 64px;
  vertical-align: top;
  padding-right: 10px;
  padding-bottom: 10px;
}

.squad-name {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 17.5px;
}

.nav-pills a {
  color: #777;
  border: 1px solid #777;
  margin-left: 0px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.nav-pills a:hover,
.nav-pills a:focus {
  color: #ccc;
  background-color: transparent !important;
  border: 1px solid #ccc;
  text-shadow: none;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ccc;
  background-color: transparent;
  background-color: transparent !important;
  border: 1px solid #ccc;
  text-shadow: none;
}

.nav {
  margin-bottom: 5px;
}

.table-stats {
}

.left {
  width: 80px;
  color: #777;
  font-size: 90%;
}

.right {
  width: 120px;
  font-size: 90%;
}

.well {
  background-color: #111;
  border: 1px solid #333;
  margin-bottom: 10px;
}

.text-cell {
  vertical-align: top;
}

.box-heading {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #ccc;
  margin-top: -2px;
  margin-bottom: 5px;
}

.descript {
  font-size: 80%;
  color: #777;
  line-height: 1.4em;
  margin-top: 0;
}

.lvl-head {
  color: #777;
  font-size: 90%;
  padding-right: 1em;
}

.lvl-cell {
  font-size: 90%;
  padding-right: 1em;
}

.unit-portrait {
  width: 100%;
  float: right;
  margin: 5px 0 10px 10px;
}

.unit-well {
  background-color: #111;
  border: 1px solid #333;
  padding: 10px;
  margin-bottom: 5px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.block {
	display: inline-block;
}

.explain {
  font-size: 90%;
  font-style: normal;
  color: #777;
  font-variant: small-caps;
}

.unit-line {
  background-color: #111;
  border-bottom: 15px dashed transparent;
}

.energy {
  color: #C05DF3;
}

.requisition {
  color: #D47C30;
}

.power {
  color: #4293FF;
}

.time {
  color: #88D8B1;
}

#footer {
  margin-top: 2em;
  margin-bottom: 2em;
  color: #555;
  text-align: center;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 11px; 
  line-height: 13px;
}

#footer a {
  color: #777;
}

#footer a:hover {
  text-shadow: none;
  color: #ccc;
}

  .pagination > li > a,
  .pagination > li > span {
    width: 30px;
    background-color: #333;
    border: 1px solid #777;
    color: #777;
    float: none;
  }
  .pagination > li > a:hover,
  .pagination > li > span:hover,
  .pagination > li > a:focus,
  .pagination > li > span:focus {
    background-color: #777;
    color: #fff;
    text-shadow: none;
  }
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
    color: #ffffff;
    background-color: #f04911;
    border-color: #f04911;
  }
  .last {
    padding-right: 0;
  }

.media-object {
  border: 1px solid #252525;
}

.media-object:hover {
  border: 1px solid rgba(240,73,17,0.75);
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.replays-dark {
  color: #777;
  font-size: 11px;
  line-height: 13px;
}

.replays-white {
  color: #ccc;
  font-size: 11px;
  line-height: 13px;
}