.table_s {
font-family: 'Source Sans Pro', sans-serif;
	width: 100%;
	max-width: 690px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	border: 1px solid #dadada;
}
.table_s tbody {
	width:100%;max-width: 690px;
}
.table_s colgroup {
	width:100%;max-width: 690px;
}
.table_s .caption {
	background-color: #333;
	color: #FFF;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 22px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 7px;
}
.caption  a {
	color: #FFF!important;
}
.table_s .th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-bottom: 20px;
	background-color: #555;
	color: #CCC;
	text-align: left;
	font-size: 13.2px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #555;
	line-height: 19px;padding-left:9px;
}
.table_s .td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DADADA;
	margin-bottom: 20px;
	color: #000;
	text-align: left;
	height: 34px;padding-left:9px;padding-top:6px;padding-bottom:6px;
	/*border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #E7E7E7;*/
	line-height: 20px;
}
.table_s .td em {
	color:#888;
}
.table_s tr:last-child .td {
	border-bottom: none;
}
.table_s tr td:last-child {
	border-right: none;height:34px;padding-left:9px;padding-top:6px;padding-bottom:6px;
}
.table_s tr:nth-child(odd) {
	/*background-color: #F8F8F8;*/
}
@media only screen and (max-width: 800px) {
.table_s {
font-size:15.5px;
}
}