@charset "utf-8";
/* CSS Document */

#positions p {
	margin: 0 !important;

}

p#filter {

	border-bottom: 1px dotted #333;
	padding-bottom: 15px;

}

p.job-entry {
	padding: 15px 2px;
	border-bottom: 1px dotted #333;
	
}

p.job-entry img.flag {
	border: 1px solid #000;
}

p.job-entry:hover {
	background-color: #eee;
}

@media print {
	#breadcrumb, .csc-firstHeader {display: none;}

}