#CON h1 {
	font-weight: normal;
	font-size: 2.3rem;
}

#CON h2 {
	font-weight: 0.8rem;
	color: dimgray;
}

#CON p {
	text-indent: 5%;
	margin: 2% auto;
}

#CON .sec {
	text-indent: 0;
	font-size: 1.1rem;
	font-weight: bold;
	color: #466E8F;
}

#CON ul {
	margin-left: 2.5%;
	list-style: none;
}

#CON ul li::before {
	content: "• "; 
	color: #466E8F;
	font-size: 1.25rem;
}

#CON a {
	color: #466E8F;
}

#CON span {
	color: #3C92CA;
	font-size: 0.9rem;
}

#CON em {
	font-size: 0.9rem;
	font-weight: bold;
	color: dimgray;
}

#SOL {
	list-style: none;
}

#SOL li {
	width: 48%;
	margin-bottom: 5%;
	vertical-align: top;
	display: inline-block;
}

#SOL li h1 {
	padding: 5%;
	text-align: center;
	font-size: 1.2rem;
}

#SOL li div {
	text-align: center;
	padding: 2%;
	border: 1px solid gainsboro;
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#SOL li img {
	width: 90%;
	height: auto;
}

#CON ul.pdfs li {
	width: 100%;
	display: block;
	border-bottom: 1px solid gainsboro;
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#CON ul.pdfs li div.lst_pdf {
	text-align: right;
}

#CON ul.pdfs li a {
	font-size: 1.1rem;
}

#CON ul.pdfs li img {
	max-width: 50px;
	height: auto;
}