/* Support Original Table */
.v2-contents table {
	clear: both;
	margin:10px 0;
	width: 100%;
	padding:0;
	border-collapse:collapse;
	border:none;
}

.v2-contents table td {
	text-align:left;
	padding:8px 10px;
	border:none;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	vertical-align:top;
}

.v2-contents tbody tr:nth-child(even) {
  background-color: #ededed;
}

.v2-contents table tr:nth-child(odd) {
	background-color: #e2e2e2;
}

.v2-contents table thead tr th, .v2-contents table thead tr td,
.v2-contents table tbody tr th
  {
  padding: 8px 10px;
  position: relative;
  text-align: center;
  vertical-align:middle;
  color: #ffffff;
  font-weight: bold;
  background-color: #003c52;
  background-image: none;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
}

.v2-contents table tfoot tr th,.v2-contents table tfoot tr td
{
  padding: 8px 10px;
  position: relative;
  text-align: center;
  vertical-align:middle;
  color: #ffffff;
  font-weight: bold;
  background-color: #666666;
  background-image: none;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
}


.v2-contents table caption {
  font-size: 1.25rem;
	font-weight:bold;
	margin:10px 0 0 0;
	padding:0;
	text-align:center;
	vertical-align:bottom;
	border:none;
}
