#jobsContainer{
	margin-bottom: 20px;
}

.jobsContainer{
	min-height: 200px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 33.3%;	
}

.jobHeader{
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	background-color: #000000;
	max-height: 100px !important;	
	padding: 10px;	
	color: white;
	font-family: "Roboto Condensed";
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;	
}

.jobHeader :hover{	
	color: #e7263f;	
	background-size: 100% 100%;
}

.jobImage{	
	background-position: 0% 0%;
	background-repeat: no-repeat;	
	margin-top: 0px;
	overflow: hidden;
	border: 1px solid black;
	padding: 10px;
} 

.jobsButton{
	background-color: #e7263f;
	color: white;
	padding: 5px;
	cursor: pointer;
	text-decoration: none !important;
	box-shadow: 5px 5px 2px lightgrey;
}
.jobsButton:hover{	
	color: white;
	padding: 5px;
	text-decoration: none;
	box-shadow: 6px 6px 3px grey;
}