  main li a[href*=".pdf"]:before, main td a[href*=".pdf"]:before, main p a[href*=".pdf"]:before, main .panel-body a[href*=".pdf"]:before {
	 content: "";
	 display: inline-block;
	 margin-right: .2em;
	 background: url(/images/icons/pdf-icon-small.gif);
	 background-position: center center;
	 background-repeat: no-repeat;
	 background-size: contain;
	 width: 15px;
	 height: 15px;
}


li > ul, li > ol, li > dl {
    margin-top: 0px;
}

/***Payment Form***/

/* Hidden field to prevent bost submissions. Keep hidden.*/
.asf {
    display: none;
}

#myform {
    margin: 50px auto;
    display: block;
    max-width: 1740px;
    width: 50%;
}