@import url('https://runspot.biz/scripts/css/jquery.validate-no-table-css.css');
@import url('https://runspot.biz/scripts/css/runcontent.css');
@import url('https://runspot.biz/scripts/css/runspot-helpers.css');

body {
	padding-top: 0px;
}
#slides-banner {
	margin-left: -15px;
	margin-right: -15px;
}
.body-content a {
	color: #f00;
	text-decoration: none;
}
.body-content a:hover {
	color: #f00;
	text-decoration: underline;
}
.copyright {
	font-size: 10px;
}

/*bigger screens*/
@media (min-width: 992px) {
}
/*smaller screens*/
@media (max-width: 991px) {
	footer {
		margin-left: -15px;
		margin-right: -15px;
	}
 }
