@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	font-size:12px;
	
}
.compares {
	border:#f1f1f1 1px solid;
	margin-top:10px;
	border-top:none;
	border-right:none;
	white-space : normal;
	word-break:break-all;
}
.compares td {
	border:#f1f1f1 1px solid;
	border-bottom:none;
	border-left:none;
	padding:5px 10px;
}
.compares td a {
	color:#069;
	font-size:12px;
}
.compares td strong {
	color:#2f85ef;
	font-weight:normal;
}
.noinfo {color:#c00;}