.rrc-icon {
    /* Icon Color */
	color: #ffffff;

	/* Icon Border */
	/*border: solid 1px #0e76bd;*/
    border-radius: 0;
    /* Icon Background Style - comment out 1 set */
	/* Solid Background */
	/*background-color: #0e76bd;*/

	/* Gradient Background */
	/* background: -webkit-linear-gradient(#ffffff, #003399 33%, #003399);
	background: -o-linear-gradient(#ffffff, #003399 33%, #003399);
	background: -moz-linear-gradient(#ffffff, #003399 33%, #003399);
	background: linear-gradient(#ffffff, #003399 33%, #003399);
	color: #ffffff; */
}

.rrc-icon-large, .rrc-icon-lg {
	/* Icon Size */
	/* Bounding Box */
	width: 100px;
	height: 100px;
	/* Icon Size */
	font-size: 60px;
	/* Adjust posistion of icon (generally = height - font-size / 2) */
	/*padding-top: 20px;*/
	
	/* -moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px !important;*/

	
}

.rrc-icon-medium, .rrc-icon-md {
	/* Icon Size */
	/* Bounding Box */
	width: 60px;
	height: 60px;
	/* Icon Size */
	font-size: 40px;
}
.rrc-icon-small, .rrc-icon-sm {
	/* Icon Size */
	/* Bounding Box */
	width: 30px;
	height: 30px;
	/* Icon Size */
	font-size: 20px;
}

.fa-icon-small {
	/* Icon Size */
	font-size: 16px;
	color: #000000;
}

.fa-icon-small-dimmed {
	/* Icon Size */
	font-size: 16px;
	color: #d8d8d8;
}