#popin {
	padding: 0 20px 10px 20px;
}
#popin .content h2 {
	text-transform: uppercase;
	margin-bottom:  10px;
	font-size: 1em;
	font-weight: bold;
}
#popin .content p span, #popin .content p a {
	color: #ccff00;
	text-decoration: none;
}

#popin .text-content {
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 5px;
	
	max-height: 600px;
	height: 600px;
	height: auto;
	
	font-size: 0.8em;
}

#popin .text-content p {
  margin: 10px 5px;
}

#popin .text-content li {
  list-style-position:inside;
	list-style-type:disc;
	margin:5px 0;
	padding-left: 25px;
}

#popin .text-content h3 {
  margin: 25px 0 5px 0;
}

#popin .text-content a {
  color: #CCFF00;
  text-decoration: none;
}

#popin .text-content a:hover {
  text-decoration: underline;
}
