.responsive-container {
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
	padding: 1em 0.5em;
	color: #222;
}
.responsive-header {
	margin-bottom: 1em;
	text-align: left;
}

.responsive-header > * {
	display: block;
}
.responsive-head {
	font-weight: bold;
	font-size: 1.4em;
}
.responsive-subhead {
	font-size: 1em;
}

.responsive-source {
	margin: 0;
	font-size: 0.75em;
	text-align: right;
}
.responsive-source .pre-colon {
	text-transform: uppercase;
}

.responsive-source .post-colon {
	font-weight: bold;
}

table.responsive-table {
	width: 100%;
	margin-bottom: 0.5em;
	font-size: 1em;
	border-collapse: collapse;
	border-spacing: 0;
}
table.responsive-table tr {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align: left;
	color: #333;
}
table.responsive-table thead {
	border-bottom: 3px solid #ddd;
}
table.responsive-table tr {
	border-bottom: 1px solid #ddd;
	color: #222;
}
table.responsive-table tr.highlight {
	background-color: #dcf1f0 !important;
}
table.responsive-table.zebra tr:nth-child(even) {
	background-color: #f6f6f6;
}
table.responsive-table th {
	font-weight: bold;
	padding: 0.35em;
	font-size: 0.9em;
}
table.responsive-table td {
	padding: 0.35em;
	font-size: 0.9em;
}
table.responsive-table .highlight td {
	font-weight: bold;
}
table.responsive-table th.number, td.number {
	text-align: right;
}

@media screen and (max-width: 600px) {
.responsive-container {
	max-width: 600px;
	margin: 0 auto;
}
table.responsive-table {
	width: 100%;
}
table.responsive-table tr.hide-mobile, table.responsive-table th.hide-mobile, table.responsive-table td.hide-mobile {
	display: none;
}
table.responsive-table thead {
	display: none;
}
table.responsive-table tbody {
	width: 100%;
}
table.responsive-table tr, table.responsive-table th, table.responsive-table td {
	display: block;
	padding: 0;
}
table.responsive-table tr {
	border-bottom: none;
	margin: 0 0 1em 0;
	padding: 0.5em;
}
table.responsive-table tr.highlight {
	background-color: inherit !important;
}
table.responsive-table.zebra tr:nth-child(even) {
	background-color: none;
}
table.responsive-table.zebra td:nth-child(even) {
	background-color: #f6f6f6;
}
table.responsive-table tr:nth-child(even) {
	background-color: none;
}
table.responsive-table td {
	padding: 0.5em 0 0.25em 0;
	border-bottom: 1px dotted #ccc;
	text-align: right;
}
table.responsive-table td[data-title]:before {
	content: attr(data-title);
	font-weight: bold;
	display: inline-block;
	content: attr(data-title);
	float: left;
	margin-right: 0.5em;
	font-size: 0.95em;
}
table.responsive-table td:last-child {
	padding-right: 0;
	border-bottom: 2px solid #ccc;
}
table.responsive-table td:empty {
	display: none;
}
table.responsive-table .highlight td {
	background-color: inherit;
	font-weight: normal;
}
}