.list {
	font-size: 13px;
	color: #6e6e6e;
	padding-left: 2em;
	margin: 1em 0 2em;
}

.pool_table {
	width: 100%;
	font-size: 13px;
	color: #7a7a7a;
	border-top: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
}

.pool_table caption {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color: #7a7a7a;
}

.pool_table th,
.pool_table td {
	padding: 5px;
	text-align: center;
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
}

.pool_table th {
	background-color: #7a7a7a;
	color: #ffffff;
	font-weight: normal;
}