/*This is some tricky business to resize font-awesome icons.  The fa-lg class doesn't seem to work, but this does.
Based on .dashboard-stat in client/layout/css/metronic/global/components.css  DR 2015-10-13*/
.large_font_awesome {
	display:               block;
	overflow:              hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	-ms-border-radius:     4px;
	-o-border-radius:      4px;
	border-radius:         0px;
}
/*This appears to affect the <i> tag fontawesome icons are enclosed in. DR 2015-10-13*/
.large_font_awesome .visual > i {
	font-size:             80px;
	line-height:           80px;
	/*color:                 #3598DC; /!*#3598DC is metronic blue*!/*/
}

.rates_and_offers_banner {
	background-color: LightGoldenRodYellow;
	min-height: 35px;
	border: 3px solid khaki;
	border-radius: 8px;
	padding: 6px;
	margin-bottom: 6px;
	color: peru;
}