.jumbotron {
  color: white;
  text-shadow: #444 0 1px 1px;
}

.home {
  background: url('/static/img/ranger.jpg') no-repeat center center;
  background-size: cover;
}

.about {
  background: url('/static/img/cowlyd.jpg') no-repeat center center;
  background-size: cover;
}


label {
  margin-bottom: 0px;
  font-weight: normal;
}

.coming-Y.active {
	background-color: #5cb85c;
	color: #ffffff;
}

.coming-N.active {
  background-color: #999999;
  color: #ffffff;
}

.coming-M.active {
	background-color: #eeeeee;
  color: #666666;
}

.progress {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  background-color: #eeeeee;
}

.btn-flat.active, .btn-flat:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.yes, .d-yes.active {
  background-color: #5cb85c;
  color: #ffffff;
}

.no, .d-no.active {
  background-color: #999999;
  color: #ffffff;
}

.maybe, .d-maybe.active {
  background-color: #e6a773;
  color: #ffffff;
}


tr.Y, th.Y, td.Y {
  background-color: #5cb85c;
}

tr.M, th.M, td.M {
  background-color: #ffffff;
}

tr.N, th.N, td.N {
  background-color: #bbbbbb;
}

.xs-widget {
  font-size: 12px;
  line-height: 1.5;
  border-width: 1px;
  border-radius: 3px;
  margin-bottom: 0px;
}

.btn-group-xs{
  min-width: 130px;
}

.sm-widget {
  font-size: 14px;
  line-height: 1.5;
  border-width: 1px;
  border-radius: 3px;
  margin-bottom: 0px;
}

table.centered, table.centered tr th, table.centered tr td, p.centered {
    text-align: center;
}

table.borderless, table.borderless tr th, table.borderless tr td {
  border: none;
  margin-bottom: 0px;
}

.small-nowrap {
  width: 40%;
  white-space: nowrap;
}

.btn-group {
  white-space: nowrap;
  .btn {
    float: none;
    display: inline-block;
  }
}

.comment {
  font-size: 90%;
}

.timestamp, .table>tbody>tr>td.timestamp {
  font-size: 90%;
  font-style: italic;
  color: #999;
  vertical-align: bottom;
}

.subtle {
  font-size: 90%;
  color: #999;
}

.table>tbody>tr.continuation>td {
  border-top: none;
  padding-top: 0;
}

.nav-condensed>li>a {
  padding-top: 3px;
  padding-bottom: 3px;
}

.hiddensubmit {
  position: absolute;
  height: 0px;
  width: 0px;
  border: none;
  padding: 0px;
}

