
#complexity, #name {
	width: 100px;
	padding: 2px 10px 2px 10px;
	color: #000;
	font-size: 12px;
	text-align: center;
}

#results{
	margin: 30px 0 20px 0;
}

.default{background-color: #CCC;}
.weak{background-color: #FF5353;}
.strong{background-color: #FAD054;}
.stronger{background-color: #93C9F4; }
.strongest{background-color: #B6FF6C;}

span.value{
	font-weight:bold;
	float: right;
}



#box2, #box { 
 float: left;
 color: #333;
 background-color:#eeeeee;
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px; 
 border: 1px solid #A71930;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 780px;
 display: block;
} 