@charset "utf-8";
/* CSS Document */

@import url("pub_online.css");

#quickpub-title {
	margin-bottom: 28px;
}

#quickpub-mainBody h3 {
	font:16px/22px Proxima Nova W01,sans-serif;
	letter-spacing: .25px;
	color:#444444;
	font-weight:400;
}

#pp-mainBody ul.new-bullets li {
    margin-bottom: 15px !important;
}

.quickpub-textbox { 
	padding: 15px 15px 0px 25px; 
} 

#quickpub-references {
	border-top:1px solid #8ea99d;
	font:12px/15px Arial,Helvetica,sans-serif;
	padding:10px 0 0;
	margin:25px 0 0;
}
#pp-mainBody ul { 
   list-style-type: disc; 

}
#pp-mainBody ol { 
   list-style-type: decimal; 

}