<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.OLLcontentBox {
	float:left;
	width:100%;
	margin-left:0px;
	margin-right:100%;
	margin-top:5px;
}

.OLLcontent {
	background-color:#E3E3E3;
	width:90%;
	display:inline-block;
	padding:10px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:5px;
	color:#0E3E6F;
	cursor:pointer;
	border:1px solid #cfcfcf;
	border-radius:4px;
	font-size:15px;
}

.thecontent {
	margin-left:0px;
	width:90%;
	padding:15px 0px;
}

.thecontent em {
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.thecontent ul li {
	font-size:15px !important;
}

.plusSign, .minusSign {
	float:right;
	font-size:30px;
	font-weight: lighter !important;
	margin-right:10px;
	position:relative;
}

.plusSign span, .minusSign span {
	font-size:12px !important;
}

.minusSign {
	margin-top:-3px;
}

a.plusSign, a.minusSign {
  position: relative;
  display: inline;
}

a.plusSign span, a.minusSign span {
  position: absolute;
  width:50px;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #CFCFCF;
  height: 25px;
  line-height: 25px;
  text-align: center;
  visibility: hidden;
  border-radius: 4px;
  top: 15px !important;
}
a.plusSign span {
	top:13px !important;
}
a.minusSign span {
	top:16px !important;
}
a.plusSign span:before, a.minusSign span:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -10px;
  width: 0; height: 0;
  border-right: 10px solid #CFCFCF;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
a.plusSign span:after, a.minusSign span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -8px;
  width: 0; height: 0;
  border-right: 8px solid #FFFFFF;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
a:hover.plusSign span, a:hover.minusSign span {
  visibility: visible;
  opacity: 1;
  left: 100%;
  top: 50%;
  margin-top: -15px;
  margin-left: 15px;
  z-index: 999;
}

@media only screen and (max-width: 600px) {
	.OLLcontent {
	background-color:#E3E3E3;
	width:75%;
	display:inline-block;
	padding:10px;
	margin-left:0px;
	}
	
	.thecontent {
	margin-left:10px;
	width:75%;
	}
}</pre></body></html>