/** map **/
#home-content #mapCtr{
	height: 600px;
	overflow: hidden;
	padding-right: 20px;
}
#home-content #mapCtr #map{
	height: 100%;
}

/** info window **/
#home-content #content p#firstHeading strong{
	font-weight: bold;
}
#home-content #content p{
	margin: 0;
}
#home-content #content p.employerLinks{
	margin: 0;
}
#home-content #content p.employerLinks a.btn{
	padding: 5px;
	min-height: auto;
}
#home-content #content p.employerLinks a.btn:nth-of-type(2){
	margin: 0 5px;
}
#home-content #content p.viewResults{
	display: none;
}

/** student information **/
#home-content #studentInfo{
	height: 500px;
	overflow-y: scroll;
}
#home-content #studentInfo p.noResults{
	margin: 0;
}
#home-content #studentInfo p.resultsCount{
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #EEE;
}
#home-content #studentInfo .student{
	border-bottom: 1px solid #EEE;
	margin: 5px 0;
	margin-top: 0;
	padding: 5px 0;
	padding-top: 0;
}
#home-content #studentInfo .student:last-of-type{
	border-bottom: none;
}
#home-content #studentInfo .student ul{
	list-style-type: none;
	margin-left: 0;
}

@media only screen and (max-width:768px){
	#home-content #content p.viewResults{
		display: block;
	}
	#home-content #studentInfo{
		height: auto;
		overflow-y: auto;
	}
}