/* V2.12.3 */
@import url('share-buttons.css');
#jobApplication {
	border: 0;
}
.yy_btn {
	display: inline-block;
	padding: 8px 12px;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	background: #867AA8;
	margin: 0 5px 5px 0;
	box-shadow: none;
}
.yy_btn:hover {
	color: #fff;
	background: #3F2B66;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.yy_search_title {
	font-size: 1.3em;
}
.yy_search_form input:not([type='checkbox']),
.yy_search_form select {
	margin: 0 0 12px;
	width: 100%;
	max-width: 100%;
}