@charset "UTF-8";
/* table */
table.rg-table {
	width: 100%;
	margin-bottom: 0.5em;
	border-collapse: collapse;
	border-spacing: 0;
}
table.rg-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.rg-table thead {
	border-bottom: 2px solid #039BE5;
}
table.rg-table tr {
	color: var(--bs-link-color);
}
table.rg-table tr:hover {
	border: 0;
	cursor: pointer;
	color: #FF9800;
}
table.rg-table tr.highlight {
	background-color: #dcf1f0 !important;
}
table.rg-table.zebra tr:nth-child(even) {
	background-color: #f6f6f6;
}
table.rg-table th {
	color: #0277BD;
	font-weight: bold;
	padding: 0.35em;
	border: 0;
	text-align: center;
}
table.rg-table td {
	padding: 0 0.45rem;
	border: 0;
	height: 1rem;
	line-height: 1.75rem;
	vertical-align: baseline;
}
table.rg-table .highlight td {
	font-weight: bold;
}
table.rg-table th.number, td.number {
	text-align: right;
}
table.rg-table a {
	margin-bottom: 0;
}
table.rg-table a:hover {
	color: #FF9800;
}
.ms-2em {
	margin-left: 2rem !important;
}
/* media queries */
@media screen and (max-width: 600px) {
	.rg-container {
		max-width: 600px;
		margin: 0 auto;
	}
	table.rg-table {
		width: 100%;
	}
	table.rg-table tr.hide-mobile, table.rg-table th.hide-mobile, table.rg-table td.hide-mobile {
		display: none;
	}
	table.rg-table thead {
		display: none;
	}
	table.rg-table tbody {
		width: 100%;
	}
	table.rg-table tr, table.rg-table th, table.rg-table td {
		display: block;
		padding: 0;
		height: auto;
	}
	table.rg-table tr {
		border-bottom: none;
		padding: 0.5em;
	}
	table.rg-table tr.highlight {
		background-color: inherit !important;
	}
	table.rg-table.zebra tr:nth-child(even) {
		background-color: transparent;
	}
	table.rg-table.zebra td:nth-child(even) {
		background-color: #f6f6f6;
	}
	table.rg-table tr:nth-child(even) {
		background-color: transparent;
	}
	table.rg-table td {
		padding: 0.5em 0;
		border: 0;
		text-align: left;
	}
	table.rg-table td[data-title]:before {
		content: attr(data-title);
		font-weight: bold;
		color: #0277BD;
		display: block;
		content: attr(data-title);
		margin-right: 0.5em;
		font-size: 0.95em;
	}
	table.rg-table td:last-child {
		padding: 0 0 1em 0;
		border-bottom: 2px solid #ccc;
	}
	table.rg-table td:empty {
		display: none;
	}
	table.rg-table .highlight td {
		background-color: inherit;
		font-weight: normal;
	}
	.ms-2em {
		margin-left: 0 !important;
	}
}
