#attendants
{
	position: relative;
	width: 770px;
}

.attendant
{
	position: relative;
	width: 100%;
	height: 188px;
	border-top: 1px solid #e2e2e2;
	padding: 20px 0 20px 225px;
}

.attendant img
{
	position: absolute;
	box-shadow: 2px 4px 5px #ddd;
	left: 0;
}

.attendant .name
{
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #6296c8;
}

.attendant .address, .attendant .contacts span
{
	margin-top: 5px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #545e67;
}

.attendant .contacts
{
	margin-top: 5px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #545e67;
}

.attendant .contacts span
{
	font-weight: 500;
}

.attendant .other
{
	position: absolute;
	bottom: 20px;
	left: 225px;
	font-size: 11px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	height: 15px;
	color: #545e67;
}

.attendant .view-map
{
	padding-left: 16px;
	background-image: url(/images/bath-view-map.png);
	background-position: left;
	background-repeat: no-repeat;
	margin-right: 25px;
	cursor: pointer;
}

.attendant .more
{
	display: block;
	width: 168px;
	height: 37px;
	background: url(/images/dropdown.png) #3174b4 no-repeat right;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 8px 0;
	position: absolute;
	right: 0;
	bottom: 20px;
	box-shadow: 2px 4px 5px #ddd;
	padding-right: 15px;
}