.wp_widget_plugin_box {
	display: block;
}

.wp_widget_plugin_box :focus{
	outline: none;
}

#wp-metascore-reviews-widget {
	margin: 20px 0;
}

.wpmr-red {
	background: #ff0000;
	color: #fff;
}

.wpmr-red a, .wpmr-red a:hover {
	text-decoration: none;
	color: #fff;
}

.wpmr-yellow {
	color: #ffcc33;
	color: #333;
}

.wpmr-yellow a, .wpmr-yellow a:hover {
	text-decoration: none;
	color: #333;
}


.wpmr-green {
	background: #66cc33;
	color: #fff;
}

.wpmr-green a, .wpmr-green a:hover {
	text-decoration: none;
	color: #fff;
}

#wpmr-score {
	display: block;
	float: left;
	padding: 10px 6px;
	text-align: center;
	width: 38px;
	height: 30px;
	font-size: 30px;
	line-height: 30px;
}

.wpmr-big #wpmr-score  {
	padding: 13px 6px;
	font-size: 24px;
	line-height: 24px;
	height: 24px;
	width: auto
}


.wpmr-clear {
	clear: both;
}


#wpmr-logo {
	display: block;
	float: left;
	background: url(../images/metacritic-logo.png) left -1px no-repeat;
	margin-left: 5px;
	height: 50px;
}

#wpmr-logo span {
	color: #333333;
    display: block;
    font-family: Verdana;
    font-size: 11px !important;
    font-weight: bold;
    line-height: 16px !important;
    margin: 0;
    padding: 26px 10px 28px 37px;
    text-decoration: underline;
}