
body {
  background-color: #e3e3e3;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #222;
  font-size: 13px;
}

.nopadding {
	padding: 0;
}
.nomargin {
	margin: 0;
}


/*	header
--------------------------------------------------------*/
#header {
  background-color: #fff;
  border-bottom: 0px solid #888;
}



/*	main
--------------------------------------------------------*/
main {
	margin: 12px 0 15px;
}

h2 {
	color: #888;
	font-weight: 300;
	margin: 0 0 15px;
}

.panel {
	border-color: #bfbfbf;
}
.panel-heading {
	font-size: 22px;
	font-weight: 600;
	background-color: #fff;
	border-color: #bfbfbf;
	padding-top: 8px;
	padding-bottom: 8px;
}
.panel-body {
	border-color: #bfbfbf;
	padding: 22px 20px 20px;
}

.form-control {
  background-color: #ebebeb;
}

hr {
	margin-top: 15px;
	margin-bottom: 15px;
}

.subtitle {
	color: #888;
	font-size: 18px;
}

#content .col-btn {
	padding-left: 0;
}
@media (max-width: 699px) {
	#content .col-btn {
		padding-left: 15px;
		padding-top: 15px;
	}
}

.btn {
	padding-left: 0;
	padding-right: 0;
}

.note {
	color: #888;
}
#find .note {
	margin-top: 6px;
	line-height: 18px;
}


#resultsPerPage {
	background-color: #bfbfbf;
	padding: 12px 22px;
}
#resultsPerPage form, #resultsPerPage .form-group {
	margin: 0;
}
#resultsPerPage form .form-control {
	background-color: #fff;
	height: 30px;
	padding: 4px 20px 4px 12px;
	margin-left: 5px;
}
@media screen and (max-width: 699px) {
	#resultsPerPage form .form-control {
		display: inline-block;
		width: inherit;
	}
}
.startdate {
	padding: 5px 0;
}


#AdobeLink {
	margin-left: 20px;
}
#AdobeLink img {
	margin: 6px 0 0 20px;
}

#fullscreen {
	margin-bottom: 10px;
}
.fullscreen {
	background: url(../image/arrow-right.png) left center no-repeat;
	padding-left: 16px;
	margin-left: 6px;
}
.backtop {
	background: url(../image/arrow-top.png) left center no-repeat;
	padding-left: 20px;
	margin-right: 6px;
}


/*	Ads
--------------------------------------------------------*/
#adsTop {
	margin: 7px 7px 0 0;
	width: 468px;
	height: 60px;
	overflow: hidden;
	position: relative;
}
#adsTop .adsTop_image {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#adsSide {
	/*height: 600px;
	width: 160px;*/
	overflow: hidden;
	position: relative;
}
#adsSide .adsSide_image {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

