#col-left {
	float: left;
	width: calc(100% - 235px - 32px);
	
}

#col-right {
	float:         right;
	width:         235px;
	margin:        8px 8px 8px 0;
	padding:       16px;
	box-shadow:    0px 2px 4px 3px rgba(0,0,0,0.05);
	border-radius: 4px;
}

.phoneblock {
	background-color: #3994cd;
	color:            #fff;
	padding:          8px;
	margin-top:       24px;
	text-align:       center;
}
.phoneblock div:first-child {
	font-size:   16px;
	font-weight: 400;
}
.phoneblock div:last-child {
	font-size:   20px;
	font-weight: 700;
}

.phoneblock a {
	color: inherit;
	text-decoration: none;
}

.rounded-corners {
	border-radius: 16px;
}

@media only screen and (max-width: 575px) {
	#col-left  { float: none; width: 100%; }
	#col-right { float: none; width: calc(100% - 16px); margin: 32px 0 8px 8px; }
}
