@charset "UTF-8";

body {
	color: black;
}
a, strong, .title {
	color: black;
}
a:hover {
	color: lightblue;
}
li {
	list-style-position: inside;
}
select {
	border: 0;
	border-bottom: 1px solid darkgray;
}

.u-bold {
	font-weight: bold;
}
.u-height-pad {
	height: 230px;	
}
.u-text-align-center {
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
}
.u-opacity-half {
	opacity: 0.5;
}

#displayyears > div {
	margin: 1rem;
}
.prevnextyear {
	margin: 0 2rem;
}
.year-previous, .year-next {
	vertical-align: top;
}
.total-stats {
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-size: 0.9em;
}
.ratingstats {
	/* margin-top: 1em; */
	font-size: 0.85rem;
	line-height: 0.85;
}
/* .svg-inline--fa.fa-w-16, .svg-inline--fa.fa-w-11 {
	width: 0.8em;
}
.svg-inline--fa.fa-w-16 {
	height: 0.8em;
} */
.svg-verdict {
	width: 0.8em;
}
.verdict-stat-img {
	height: 0.8em;
	vertical-align: unset;
}
.verdict-count {
	margin-right: 0.075em;
}
.verdict-count-nr {
	font-size: 0.8em;
	vertical-align: top;
}
.js-rateddiv {
	cursor: pointer;
}
.yeardiv {
	margin: 0.75rem 0;
}

#map-prds {
	margin-top: 2em;
	text-align: center;
}
#datamap-wr {
	background-color: white;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	display: inline-block;
	width: 680px; 
	z-index: 100;
	margin: 10px;
	vertical-align: top;
}
#datamap {
	height: 300px;
	background-color: white;
	position: relative;
}
#prddiv {
	text-align: left;
	padding-top: 3rem;
	padding-left: 3rem;
	width: 50%;
	min-width: 300px;
}

@media all and (max-width: 1400px) {
	.prevnextyear {
		margin: 0 0.7rem;
	}
	#datamap-wr {
		display: inline-block;
		margin: 0;
		vertical-align: top;
		width: 100%;
	}
	#datamap {
		height: auto;
	}
	#prddiv {
		width: 95%;
		text-align: center;
		padding-left: 0;
	}
} 

@media all and (max-width: 700px) {
	#map-prds {
		margin-top: 0;
	}
}

.title {
    cursor: default;
}
.verdict-i-correct, .verdict-i-mixed, .verdict-i-wrong, .verdict-i-open {
	margin-left: 1px;
}
.verdict-i-correct {
	color: #008139;
}
.verdict-i-wrong {
	color: #e2231a;
}
.verdict-i-mixed {
	color: gray;
}
.verdict-i-open {
	color: gray;
}
.verdict-statbar-gen {
	height: 100%;
	line-height: 0.9;
}
.verdict-statbar-correct {
	background-color: #008139; 
	border: 1px solid #008139; 
	color: white; 
	/* height: 0.9em; */
}
.verdict-statbar-mixed {
	background-color: gray; 
	border: 1px solid gray; 
	color: white; 
	/* height: 0.75em; */
}
.verdict-statbar-wrong {
	background-color: #e2231a; 
	border: 1px solid #e2231a; 
	color: white; 
	/* height: 0.75em; */
}
.verdict-statbar-open {
	background-color: white; 
	border: 1px solid gray; 
	color: gray; 
	/* height: 0.75em; */
}
.correcttile {
	width: 1em;
	background-color: #008139;
}
.verdict-img {
	height: 0.9em;
}
.prd-title {
	cursor: pointer;
	padding-left: 1rem;
}
.p-toggler {
	display: inline-block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	cursor: pointer;
	color: white;
	font-size: 20px;
	margin-left: 2rem;
}
.p-toggler--flipped {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}
.toggler-shown {
	color: gray;
}
.prdc {
	display: inline-block;
	line-height: 1;
	margin-left: 2rem;
	margin-right: 0;
}
@media all and (max-width: 1400px) {
	.prdc {
		margin-left: 0;
		margin-right: 2rem;
	}
}
.cy-name {
	color: gray;
	font-size: 0.8rem;
}
.cy-colkey {
	padding: 0 5px;
	border: solid white 1px;
	display: inline-block;
	width: 1em;
	height: 0.7em;
	margin: 0 0.2em;
}
.prd-detail {
	line-height: 1.4;
	margin: 1rem 2rem 2rem 2rem;
}
.prdsources {
	max-width: 1100px;
	margin: 2rem 25% 0 25%;
}
@media all and (max-width: 1050px) {
	.prdsources {
		margin: 2rem 10% 0 10%;
	}
}
@media all and (max-width: 500px) {
	.prdsources {
		margin: 2rem 0 0 0;
	}
}
.prdsources li {
	overflow-wrap: break-word;
	text-align: left;
}


