p {
	margin-top:-15px;
	font-family: 'Signika', sans-serif;
}
h4 {
	font-size: 20px;
	font-family: 'Signika', sans-serif;
}
div.containerTab {
	background-color: #fd8a17;
	width:178px;
	height:30px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	margin-top:10px;
	color: #ffffff;
	font-family: 'Signika', sans-serif;
	font-size: 25px;
	text-align: center;
}
div.trainingTime {
	background-color: #fd8a17;
	color: #ffffff;
	padding:10px;
	width:178px;
	text-align:center;
	border-radius:5px;
	margin-bottom:15px;
}
div.mapWrapper {
	border-style: solid;
    border-width: 5px;
    border-color: #fd8a17;
    border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
    
}
div.mapContainer {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
div.address {
    width:300px;
    float:left;
}
div#addressImage1 {
	background:url('/images/venue/limelight.jpg') left center no-repeat;
    background-size: auto 100%;
    width:300px;
    height:200px;
    float:right;
    display:block;
}
div#addressImage2 {
	background:url('/images/venue/st_matthrews_hall.jpg') left center no-repeat;
    background-size: auto 100%;
    width:300px;
    height:200px;
    float:right;
    display:block;
}
div#addressImage3 {
	background:url('/images/venue/st_john.jpg') left center no-repeat;
    background-size: auto 100%;
    width:300px;
    height:200px;
    float:right;
    display:block;
}
div#addressImage4 {
	background:url('/images/venue/oldfieldBrow.jpg') left center no-repeat;
    background-size: auto 100%;
    width:300px;
    height:200px;
    float:right;
    display:block;
}
div#addressImage5 {
	background:url('/images/venue/eaves_green_community_centre.jpg') left center no-repeat;
    background-size: auto 100%;
    width:300px;
    height:200px;
    float:right;
    display:block;
}
@media screen and (max-width:900px) {
	div.mapContainer {
		width:auto;
	}
}
@media screen and (max-width:600px) {
	div.addressImage {
		width:300px;
		float:none !important;
		margin-left: auto;
	    margin-right: auto;
	}
	div.address {
		float:none !important;
	    width:300px;
	    margin-left: auto;
	    margin-right: auto;
	}
	div.containerTab {
		width:100%;
		text-align:center;
	}
	div.mapWrapper {
		border-top-right-radius:0;
	}
}
