.focus-area
{
    color: #dd272d;
    background-color: #fff!important;
    line-height: 50px;
    font-weight: bold!important;
    border-bottom: 4px solid!important;
}

.section-header
{
    color: #fefefe;
    background-color: #03283d!important;
    padding: 0 15px;
    line-height: 40px;
    letter-spacing: 1.2px;
}

.rating-guide
{
	display: block;
    width: 31%;
    float: left;
    padding: 0 1%;
    margin-bottom: 20px;
}

.rating-guide span
{
    display: block;
    text-align: center;
    border-bottom: #dd272d 2px solid;
    font-weight: bold;
    letter-spacing: 1.2px;
    padding-bottom: 2px;
    margin-bottom: 5px;
}

.rating-guide p
{
	width: 95%;
    margin: 0 auto;
    text-align: center;
}

.section-rating-guide-click label
{
    text-decoration: underline;
}

.section-rating-guide-click > label
{
    display: none!important;
}

.section-rating-guide-click input
{
	display: none!important;
}

.average_score
{
    display: none!important;
}

/***Media Query***/

/************************************************************************************
smaller than 800
*************************************************************************************/
@media screen and (max-width: 800px) {
	.rating-guide
	{
		clear:both;
		width: inherit;
		padding-bottom: 15px;
	}

}
