/* ---- dashboard styles ---- */

.rating_svg {
	display: inline-block;
    position: relative;
    width: 97px;
    height: auto;
    margin-top: 3px;
}


/* ---- werkgever, kandidaten profile ---- */

.werkgever_profile,
.kandidaten_profile {
	text-align: right;
	font-size: 14px;
	line-height: 1em;
}

.werkgever_profile img,
.kandidaten_profile img {
	display: block;
	width: 70px;
	height: auto;
	float: right;
	margin-left: 15px;
}

.profile-referentie {
	display: block;
	position: relative;
	text-align: right;
	font-weight: normal;
	font-size: 12px;
	margin-top: 10px;
}

.gform_wrapper .gfield_repeater_cell label {
	color: #002c5b !important;
}


.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
	width: 50% !important;
}

