/***** Coral Style ***** GENERAL *****/



.coral{
	font: normal 14px "Open Sans",Helvetica,Arial, Helvetica, sans-serif;
	padding: 6px;
	border: 1px solid #ccc;
	color: #333;
	max-width: 800px;
	background-color: #fafafa;
}
.coral a:link, .orange a:visited, .orange a:active, .orange a:hover { font: normal 13px "Open Sans",Helvetica,Arial, Helvetica, sans-serif; text-decoration:underline; }


.qstatement{
	font: normal 15.5px "Open Sans",Helvetica,Arial, Helvetica, sans-serif;
}


.justbig{
	font: normal 14px "Open Sans",Helvetica,Arial, Helvetica, sans-serif;
}
/***** bulbs 1 *****/
.lightplace {
	background-color: rgba(255,255,255,0);
	border:3px solid #1AA76B;
}

.lightplace:hover {
	background-color: #FFFFCA;
	border:3px solid #F58220;
}
.lightplace:focus-within {
	background-color: #FFFFCA;
	border:3px solid #F58220;
}

.lightplace .lightson {
	display: none;
}
.lightplace:hover .lightson,
.lightplace:active .lightson{
	display: block;
	color: #FBA919;
}

.lightplace:hover .lightsoff,
.lightplace:active .lightsoff{
	display: none;
}

.lightplace:focus-within .lightson,
.lightplace:active .lightson{
	display: block;
	color: #FBA919;
}

.lightplace:focus-within .lightsoff,
.lightplace:active .lightsoff{
	display: none;

}

/***** bulbs 2 *****/

.lightplace1 {
	background-color: rgba(255,255,255,0);
	border:3px solid #ffffe0;
}

.lightplace1:hover {
	background-color: #FFFFCA;
	border:3px solid #F58220;
}
.lightplace1:focus-within {
	background-color: #FFFFCA;
	border:3px solid #F58220;
}

.lightplace1 .lightson {
	display: none;
}
.lightplace1:hover .lightson,
.lightplace1:active .lightson{
	display: block;
	color: #FBA919;
}

.lightplace1:hover .lightsoff,
.lightplace1:active .lightsoff{
	display: none;
}

.lightplace1:focus-within .lightson,
.lightplace1:active .lightson{
	display: block;
	color: #FBA919;
}

.lightplace1:focus-within .lightsoff,
.lightplace1:active .lightsoff{
	display: none;

}

/***** end of bulbs *****/

.link:hover {
	color: #E86158;
}

.link:focus-within {
	color: #E86158;
}

.link1 {
	color: #151B54;
}

.link1:hover {
	color: #E86158;
}