@import url('dropdowns.css');

.profiles {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 0;
	width: 100%;
}

.profiles td.empty {
	text-align: center;
	font-weight: bold;
	padding: 25px;
}

.profile {
	padding: 10px 0;
}

.profile img {
	margin-right: 15px;
}

.profile h2 {
	margin-top: 3px;
	margin-bottom: 3px;
}

.profile em {
	font-weight: bold;
	font-style: normal;
	color: #000;
}

.profile .extra_info {
	width: 100%;
	margin-bottom: 20px;
}

.profile .extra_info .availability {
	width: 125px;
}

.profile .extra_info .availability img {
	vertical-align: middle;
	margin: 0;
}