/* Right Column style defininitons*/
#right_content {
	float: left;
	width: 20%;
	height: auto;
	margin: 1%;
	padding: 1% 0%;
	box-shadow: 2px 2px 5px #03F;
	border-radius: 5px;
	text-align: center;
	font-size: small;
	background: linear-gradient( 90deg, rgba( 0, 0, 255, 0.3), rgba( 0, 0, 255, 0), rgba( 0, 0, 255, 0.3));
}
#right_content img {
	padding: 2% 0%;
}

