body, html{
	color: #eee;
}
h1,h2,h3,h4,h5{
	margin: 0;
	margin-bottom: 20px;
}
.panel-search h2{
	text-align: center;
}
.panel-search label{
	font-weight: 300;
	margin-bottom: 0;
	font-size: 13px;
}
.centered{
	text-align: center;
}
.row{
	margin-bottom: 20px;
}
.row:last-child{
	margin-bottom: 0;
}
.panel{
	border-radius: 0;
}
.mugshot{
	font-size: 16px;
	display: block;
	margin-bottom: 30px;
}
.mugshot img{
	width: 100%;
	margin-bottom: 10px;
}
.advertise{
	text-align: center;
	background: #000;
	box-sizing: border-box;
	padding: 15px;
	font-size: 18px;
}
.ad-container{
	background: #000;
	margin-bottom: 20px;
}
.disclaimer{
	margin-top: 40px;
}
.social-sharing{
	display: flex;
}
.social-sharing > div{
	margin-right: 5px;
}
#print-wrapper{
	margin-bottom: 5px;
}
.ui-datepicker-calendar thead{
	color: #fff !important;
}
.footer{
	padding-top: 12px;
	background: #43494F;
}
.clearfix{
	clear: both;
}
.ad-bottom{
	margin-top: 10px;
}
.mobile-hidden{
	border: solid 1px transparent;
}
.toggle-hidden{
	display: none;
}
.navbar-brand{
	color: #53BCDC !important;
	font-weight: 700;
}
.story-image{
	width: 250px;
}
.logo-container{
	text-align: center;
	background: #000;
	padding: 15px 0;
	margin-bottom: 20px;
}
.mugshot-thumb{
	width: 100%;
	margin-bottom: 5px;
	border-radius: 4px;
}
.mugshot-thumb img{
	width: 100%;
}
.index-mugshot{
	margin-bottom: 20px;
}
.index-mugshot img, .mugshot img{
	opacity: 1;
	transition: opacity 0.3s;
}

.index-mugshot img[data-src], .mugshot img[data-src] {
	opacity: 0;
}
.logo-container img{
	width: 300px;
}
@media screen and (max-width: 1024px) {
    .mobile-hidden{
    	display: none;
    }
    .toggle-hidden{
		display: block;
	}
	.story-image{
		width: 100% !important;
		margin-bottom: 20px;
	}
}

@media print{
	body img{
		width: 50%;
		margin-bottom: 10px;
	}
}