#er-container .er-notavail {
	background-color: #CCC;
	color: #333;
	width: 100%;
}
#er-container .er-a {
	background-color: #03b91b;
}
#er-container .er-b {
	background-color: #21b24b;
}
#er-container .er-c {
	background-color: #99ca3b;
	width: 75%;
}
#er-container .er-d {
	background-color: #feed01;
}
#er-container .er-e {
	background-color: #f1b519;
}
#er-container .er-f {
	background-color: #e37710;
}
#er-container .er-g {
	background-color: #e52c18;
}
/* --------------------------------------------- */
#er-container .ratingarrow .er-a {
	width: 35%;
}
#er-container .ratingarrow .er-b {
	width: 40%;
}
#er-container .ratingarrow .er-c {
	width: 45%;
}
#er-container .ratingarrow .er-d {
	width: 50%;
}
#er-container .ratingarrow .er-e {
	background-color: #f1b519;
	width: 55%;
}
#er-container .ratingarrow .er-f {
	width: 60%;
}
#er-container .ratingarrow .er-g {
	width: 65%;
}
/* --------------------------------------------- */
#er-container {
	width: 100%;
	min-width: 232px;
	color: #ffffff;
	position: relative;
}
#er-container div[class^="er-"] {
	padding: 3px;
	width: auto;
	position: relative;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 18px;
	font-weight: 700;
	display: inline-block;
}
#er-container .ratingarrow div[class^="er-"] {
	text-align: left;
}
/* --------------------------------------------- */
#er-container div[class^="er-"]:after {
	left: -24px;
	top: 24px;
	border: solid 12px transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	margin-top: -24px;
}
#er-container .ratingarrow div[class^="er-"]:after {
	right: -24px;
	border-right-color: transparent;
	left: auto;
}
/* --------------------------------------------- */
#er-container div.er-a:after {
	border-right-color: #03b91b;
}
#er-container div.er-b:after {
	border-right-color: #21b24b;
}
#er-container div.er-c:after {
	border-right-color: #99ca3b;
}
#er-container div.er-d:after {
	border-right-color: #feed01;
}
#er-container div.er-e:after {
	border-right-color: #f1b519;
}
#er-container div.er-f:after {
	border-right-color: #e37710;
}
#er-container div.er-g:after {
	border-right-color: #e52c18;
}
/* --------------------------------------------- */
#er-container .ratingarrow div.er-a:after {
	border-left-color: #03b91b;
}
#er-container .ratingarrow div.er-b:after {
	border-left-color: #21b24b;
}
#er-container .ratingarrow div.er-c:after {
	border-left-color: #99ca3b;
}
#er-container .ratingarrow div.er-d:after {
	border-left-color: #feed01;
}
#er-container .ratingarrow div.er-e:after {
	border-left-color: #f1b519;
}
#er-container .ratingarrow div.er-f:after {
	border-left-color: #e37710;
}
#er-container .ratingarrow div.er-g:after {
	border-left-color: #e52c18;
}


/* Energy Table */


#er-container.energy-table.energy-fade {
	opacity: 0.33;
}
#er-container.energy-table {
	display: table;
	width: 100%;
	border-collapse: collapse;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-top: 10px;
}
#er-container .energy-tablerow:nth-child(even) {
	background-color: #eeeeee;
}
#er-container .energy-tablerow.energyheader .energy-tablecell {
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	border-right: 1px solid #ffffff;
}
#er-container .energy-tablerow.energyheader .energy-tablecell:last-of-type {
	border-right: 1px solid #000000;
}
#er-container .energy-tablerow {
	display: table-row;
	background-color: #ffffff;
}
#er-container .energy-tablerow .energy-tablecell.ratingarrow {
	width:50%;
	text-align: left;
}
#er-container .energy-tablecell {
	display: table-cell;
	padding: 2px;
	width: 25%;
	color: #ffffff;
	border-right: 1px solid #000000;
	text-align: right;
}
