﻿table {
	/*width:100%;*/
	margin-top:6px;
	border-collapse:separate;
	border-spacing:0;
	border:0;
	/*border-top:2px solid #5190ef;*/
	border-bottom:1px solid #bbbbbb;
	background:#fff;
	font-size:1em;
}

th,
td {
	border:0;
	border-top:1px solid #e2e2e2;
	vertical-align:top;
	padding:12px 5px 12px 0;
}

th {
	background:#f3f3f3;
	font-weight:bold;
	text-align:left;
	padding:10px 10px 13px 0;
}

tbody th {
	padding:12px 10px 15px 0;
}

tr td:first-child,
tr th:first-child {
	padding-left:10px;
}

tr:first-child th,
tr:first-child td {
	border-top:1px solid #bbbbbb;
}

thead tr:first-child th,
thead tr:first-child td,
tbody:first-child tr:first-child th,
tbody:first-child tr:first-child td {
	border-top:1px solid #3761a1;
}

tbody th + td {
	padding-left:10px;
}

thead tr {
	font-size:1.083em;
}

caption,
.image-caption {
	text-align:left;
	padding:0 0 5px 10px;
	font-size:1em;
	font-weight:bold;
	line-height:1.4286;
}
