.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{
	font-weight: bold;
}

.pool_table-2 {
	width: 100%;
	font-size: 13px;
	color: #7a7a7a;
}

.pool_table-2 caption {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color: #7a7a7a;
	border-bottom: 1px solid #7a7a7a;
	margin-bottom: 0.2em;
}

.pool_table-2 th,
.pool_table-2 td {
	padding: 5px;
	text-align:  left;
}

.pool_table-2 th {
	font-weight: bold;
	width: 3em;
	vertical-align: top;
}

@media handheld, only screen and (max-width: 767px) {
	.pool_table-2 th,
	.pool_table-2 td {
		display: block;
		width: 100%;
		padding: 0 0 5px;
	}

	.pool_table-2 td {
		padding-bottom: 15px;
	}
}
