<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
#header{
	height:auto;
}

#header h2{
	font-size: 25px;
	text-align: center;
	
}

#logo{
	padding:0px;
}

.pg_container{
	margin:auto;
	max-width:1000px;
}



.question .q{
display: block;
height: inherit;
width: inherit;
background-repeat: no-repeat;
background-position: 5px center;
padding: 10px;
margin-right: 10px;
font-size: 16px;
font-weight: 500;
text-decoration: none;
cursor:pointer;
padding-left:55px;
}

.question a{
	padding:10px;
	color:#565656;
	cursor:pointer;
	text-indent:0px;
}

.question .a{
	padding:10px;
}

.question .a a{
	padding:0px;
	text-decoration:underline;
}

.question{
	margin-bottom:15px;
}

.question .even{
	background-image:url(images/light-q.png);
}

.question .active .even{
	background-image:url(images/dropped_arrow_two.png)
}


.question .odd{
	background-image:url(images/dark-q.png);
}

.question .active .even{
	background-image:url(images/dropped_arrow_two.png)
}</pre></body></html>