/*
 * Frontend style for customerteam plugin
 */

.widget_mbp_customerteam {

}

.mbp-customerteam {
	border: 1px solid #CCC;
	background-color: #FFF;
	width: auto;
}

.mbp-customerteam h5 {
	background-color: #CCE4F3;
	display: block;
	text-align: left;
	padding-left: 1em;
	line-height: 40px;
}

.teammember {
	padding-top: 1em;
	padding-left: 1em;
	border-bottom: 1px solid #CCC;
}

.teammember:last-child {
	border-bottom: none;
}

.teammember p {
	margin-bottom: 1em;
}

.teammember .memberimage {
	border-radius: 50%;
	overflow: hidden;
	width: 50px;
	height: 50px;
	background-size: cover;
	background-position: 50% 50%;
	margin-bottom: 6px;
}

.teammember .memberimage img {
	position: relative;
	left: -25%;
	max-height: 100%;
	width: auto;
}

.teammember a {
	color: #288ECB;
	text-decoration: underline;
}
.teammember a:hover {
	text-decoration: none;
}
.openhours {
	color: #999;
}
