
.widget_author_widget {
	border-radius: 2px;
	border:1px solid #ddd;
	padding: 8px;
	box-shadow: 3px 3px 2px #eee;
}

.widget_author_widget:hover {
	border: 1px solid #FFA500;
}

.widget_author_widget h3 {
	margin: 0;
}

.widget_author_widget a {
	color: #3872b8;
	text-decoration: underline !important;
}

.widget_author_widget li {
	color: #000;
	font-size: 14px;
	padding: 2px 6px;
	}

.widget_author_widget li.phone {
	font-weight: 600;
}

.widget_author_widget li.on {
	color: #f00;
}

.widget_author_widget li.off {
	background-color: #2A832C;
	color: #fff;
}


.widget ul.profiles {
	width: 45%;
	float:right;
}
