/*  
* Template-specific stylesheet for the Vacancies Listing template
* which simply extends 2-Column Solid
*/
@import url('tpl-2col-solid.css');

/* LISTING
------------------------------------------------------------*/
#content {
	background:transparent;
	border:0;
	padding:0;
}
div.panel {
	margin-bottom:20px;
	padding:12px;
	background:#fff;
}
div.panel p:first-child {
	margin:0;
}
div.panel h3 {
	font-size:2em;
	margin-bottom:0.6em;
}
div.panel h4 {
	font-size:1.5em;
	margin-bottom:0.6em;
	margin-top:0;
}
div.panel h4 a {
	text-decoration:none;
}
div.panel h4 a:hover {
	text-decoration:underline;
}
div.panel div.content {
	line-height:1.4em;
}
div.panel div.apply-now {
	display:block;
	margin:1.2em 0 0 0;
	width: 86px;
}
