/*!
 * 
 * grfTable
 * 
 * @author 
 * @version 0.1.0
 * @link 
 * @license 
 * 
 * Copyright (c) 2023 
 * 
 * This software is released under the  License
 * https://opensource.org/licenses/
 * 
 * Compiled with the help of https://wpack.io
 * A zero setup Webpack Bundler Script for WordPress
 */
@media screen and (min-width: 1101px) {
	#mobile {
		display: none;
	}

	#intro {
		margin-bottom: 50px;
	}
	.desktop__table__body__row__cell {
		text-align: right;
	}

	thead#desktop__table__head {
		position: sticky;
		/* top: 0; */
		background-color: white;
	}

	.circle {
		border: 1px solid #ddd;
		height: 15px;
		width: 15px;
		margin-right: 5px;
		cursor: default;
	}
	.region-button {
		background: none !important;
		border: none;
		padding: 0 !important;
		text-decoration: none;
		cursor: pointer;
	}
	.region-button-bold {
		font-weight: bold;
	}
	ul {
		display: flex;
		list-style-type: none;
		padding-inline-start: 0;
	}
	li {
		cursor: pointer;
		display: flex;
		font-family: "franklin-gothic-urw";
		font-size: 0.8em;
		margin: 10px;
	}

	svg {
		border: 1px solid #ddd;
		height: 10px;
		margin-right: 5px;
		width: 10px;
		margin-top: 8.5px;
	}

	.ui.buttons.desktop__filters__buttons {
		margin-right: 35px;
		/* border: 1px solid rgba(0, 0, 0, 0.05); */
	}
	button.ui.mini.basic.compact.button {
		border: 0.5px solid #e0e1e2;
	}
	td {
		padding-right: 5px;
		padding-left: 5px;
	}
	.ascending::after {
		content: "\25BC";
	}
	.descending::after {
		content: "\25B2";
	}
	#desktop__table {
		width: 100%;
		font-family: "franklin-gothic-urw";
		font-size: 0.8em;
	}
	#desktop__table__head__row {
		margin-left: 15px;
		display: flex;
	}
	#desktop__table__head__row > th {
		cursor: pointer;
		flex: 1;
		text-align: center;
	}
	#desktop__table__head__row > th:nth-of-type(1) {
		flex: 2;
	}
	.desktop__table__body__row {
		background: white;
		border-bottom: 1px dotted #ccc;
		cursor: pointer;
		display: flex;
		flex-wrap: wrap;
		padding: 0 5px;
	}

	.desktop__table__body__row:hover {
		background: rgba(0, 0, 0, 0.1);
	}

	.desktop__table__body__row__cell {
		flex: 1;
		text-align: right;
	}
	.desktop__table__body__row__cell--expanded {
		flex: 1;
		text-align: right;
	}
	.desktop__table__body__row__cell:nth-of-type(1) {
		text-align: left;
		flex: 2;
	}
	.desktop__table__body__row__cell--expanded:nth-of-type(1) {
		text-align: left;
		flex: 2;
	}
	.desktop__table__body__row__cell:nth-of-type(1)::before {
		content: "\25b6";
		margin-right: 5px;
		font-size: 0.8em;
		color: #999;
	}
	.desktop__table__body__row__cell--expanded:nth-of-type(1)::before {
		content: "\25BC";
		margin-right: 5px;
		font-size: 0.8em;
		color: black;
	}

	.dropdown-table__row {
		display: flex;
		flex-wrap: wrap;
	}
	.dropdown-table {
		display: none;
	}
	.dropdown-table-visible {
		display: table;
		flex-basis: 100%;
		margin-left: 13px;
	}
	.dropdown-table__row__cell {
		background: #f7f5f5;
		flex: 1;
		text-align: right;
	}
	.dropdown-table__row__cell:nth-of-type(1) {
		text-align: left;
		flex: 2.05;
	}
}

@media screen and (max-width: 1100px) {
	#subhead {
		color: #949494;
		font-family: "Georgia";
		font-size: 16px;
		font-style: italic;
		font-weight: normal;
		margin: 10px auto;
		text-align: center;
		width: 330px;
	}
	#description {
		width: 330px;
		margin: auto;
		margin-bottom: 50px;
	}
	#mobile__filters {
		background: #ffff;
		height: 100px;
		margin: auto;
		padding-top: 12px;
		position: sticky;
		top: 0;
		width: 100%;
	}
	.mobile__filters__year {
		font-size: 14px;
		margin-top: 12px;
		width: 80px;
	}
	.ui.buttons {
		border: 1px solid #d9d9d9;
		border-radius: 3px;
		float: right;
		margin-top: 12px;
	}

	.ui.search {
		font-size: 14px;
	}

	.ui.button,
	.ui.buttons .button {
		font-size: 14px;
	}

	.mobile__table__section-header {
		font-size: 20px;
		font-weight: 600;
		font-family: "Abril Display";
		margin: 10px auto 10px auto;
	}

	.mobile__table__section-header--hidden {
		display: none;
	}

	#mobile__table {
		max-width: 100%;
		margin: auto;
	}
	.mobile__table__row {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 24px;
	}

	.mobile__table__row__header {
		flex-basis: 100%;
		font-family: "franklin-gothic-urw";
		font-style: normal;
		font-weight: 600;
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 8px;
		text-align: center;
	}

	.mobile__table__row__header--hidden {
		flex-basis: 100%;
		font-size: 0;
		line-height: 17px;
		margin-top: -20px;
	}

	svg {
		height: 10px;
		margin-right: 5px;
		width: 10px;
	}

	.mobile__table__row__cell {
		background: rgba(0, 0, 0, 0.05);
		flex: 1 0 21%;
		font-family: "franklin-gothic-urw";
		font-style: normal;
		font-weight: 500;
		font-size: 14px;
		height: 40px;
		line-height: 14px;
		margin: 2px;
		padding: 5px 5px;
		text-align: center;
		white-space: pre-line;
	}

	td:nth-of-type(9) {
		background: rgba(0, 0, 0, 0.1);
		font-size: 13px;
		height: 25px;
		line-height: 14px;
		margin-top: 0;
		padding: 5px 12px;
		text-align: center;
		white-space: normal;
	}
	#desktop {
		display: none;
	}
}


/*# sourceMappingURL=main-181c3a9e.css.map*/