.avlwx-headline-img {
  background-image: url(/ncics/img/avlwx-headline.jpg);
  background-position: center center;
  background-size: cover;
  margin-bottom: 30px;
}
#container1, #container2 {
 width: 100%;
 margin: 0 auto 20px auto;
}
#current-conditions th { font-weight: 300; }
.table-bordered, .table-bordered th, .table-bordered td { border: 1px solid #ccc !important; }
.table th, .table td { text-align: center; width: 16.666667%; font-weight: normal; }
th.time { background-color: #e74c3c; color: #fff; }
th.temp { background-color: #f39c12; color: #fff; }
th.pressure { background-color: #f1c40f; color: #fff; }
th.wind { background-color: #2ecc71; color: #fff; }
th.dewpoint { background-color: #3498db; color: #fff; }
th.humidity { background-color: #9b59b6; color: #fff; }
th.rain { background-color: #9b59b6; color: #fff; }

/* Carl Schreck animated maps */
form#frameNumberForm { margin-top: -20px !important; }
form#frameNumberForm input { text-align: center; }
div#carl-controller a,
div#carl-controller a:visited,
div#carl-controller a:active,
div#carl-controller a:focus {
  color: #333;
},
div#carl-controller form a:active { outline: none; }
.outer-img {
 display: table;
 width: 100%;
}
div#carl-controller .btn { border: 1px solid #ccc; }
.inner-img {
 display: table-cell;
 vertical-align: middle;
}
.inner-img img { width: 100%; max-width: 708px; }
.c { text-align: center; }
@media (max-width: 767px) {
 div#carl-controller div.well-small { padding-bottom: 0 !important; }
 div#carl-controller div.span2 {
  border-bottom: 1px solid #333;
 }
 div#carl-controller form { margin-bottom: 0 !important; }
 div#frameNumber  { border-bottom: none !important; }
 form#frameNumberForm { margin-top: 0 !important; }
}

.tab-content { padding: 20px; }

.radar-img {
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 10px;
}

#goes16-loop {
  display: none;
  width: 100%;
  height: auto;
}

/* http://tobiasahlin.com/spinkit/ */
.spinner {
	margin: 0 auto;
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px;
}

.spinner > div {
	background-color: #f00;
	height: 100%;
	width: 6px;
	display: inline-block;
  
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
	0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
	20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
	0%, 40%, 100% { 
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}  20% { 
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}

#goes16-loop .spinner {
	position: absolute;
	top: 50%;
	left: 50%;
}

