
#shareBox img {
	width: 48px;
	padding: 4px;
	border: 0;
	box-shadow: 0;
	display: inline;
}

#onlineToday {
	display: inline-block;
	position: relative;
	margin-top: -1.5em;
	top: 2em;
	text-align: center;
	font-size: 1.1em; 
	padding: 0.3em 0.5em;
	background-color: rgb(250,250,250);
}

.contactMethod {
	padding: 0px;
	background-color: white;
	border: 1px solid rgb(230,230,230);
	border-radius: 5px;
	margin-top: 0px;
	margin-bottom: 20px;
	position: relative;
	font-size: 0.9em;
}

.contactMethod.fill {
	background-color: inherit;
	border: none;
	font-size: 1.4em;
}

.contactMethod.fill .btn_contact {
	display: inline-block;
	border: 1px solid white;
	box-shadow: none;
	background-color: transparent !important;
	color: white !important;
}

.contactMethod.fill .btn_contact:hover {
	color: black !important;
	background-color: white !important;
}

#contactInfo {
	font-size: 0.7em;
}