@charset "UTF-8";
/* CSS Document */
h2{
	font-size: 13px;
}
table{
	width: 100%;
	border-collapse: collapse;
}
thead{
	background-color: #b0cbd8;
	margin-bottom: 10px;
}
th{
	height: 20px;
	line-height: 20px;
	font-weight:bold;
	border: none;
}