/* Left Column style defininitons*/
#left_content {
	float: left;
	width: 20%;
	height: auto;
	padding: 5px 5px;
	box-shadow: 2px 2px 5px #03F;
	border-radius: 5px;
	margin: 1%;
	font-size: 16px;
    line-height: 1.5em;
	text-align: center;
	background: linear-gradient( 90deg, rgba( 0, 0, 255, 0.3), rgba( 0, 0, 255, 0), rgba( 0, 0, 255, 0.3));
}
.attention {
    font-size: 16px;
    border-bottom: 2px solid grey;
    padding-bottom: 3px;
	border-radius: 15px;
}
b {
	font-size: 20px;
}
#whyus {
	padding-left: 0px;
}

#whyuslist {
	padding-top: 5px;
}
#cards img {
	padding: 5px;
}