@import '../base_style.css';

.sidebar {
	margin-top: 72px;
}
.sidebar .phone,
.sidebar .hours,
.sidebar .location {
	display: block;
	width: 100%;
	margin: 0px 15px 15px;
	border-radius: 10px;
	padding: 15px;
}
.sidebar .phone,
.sidebar .location {
	border: 1px solid #ccc;
}