@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);



#code-convert-opt1 {

    background: transparenturl("http://widgets.aapc.com/codeconversion/images/CodeConvertWidget-option1.png") no-repeat left top !important;
    padding: 38px 0 0 25px !important;
    width: 100% !important;
    height: 180px !important;
    color: #5C5C5C !important;
    font: 13px/16px Arial,Helvetica,sans-serif !important;

}


sup {
    vertical-align: super;
    font-size: smaller;
}





/********************GUIDELINE FIX CODE************************/

.content ul, .content ol {
    /*padding-left: 0;*/
	padding-left: 25px;
    margin-bottom: 1em;
    list-style: initial;
}

.article p, .article p.inlineP, .article span.inlineP, .article .content {
    line-height: 1.2em;
}

*, *::before, *::after {
    box-sizing: none;
}

@media screen and (max-width:500px) {

.subpage article {
    width: 100% !important;
    margin: 0px;
    float: left;
}

.subpage .content {
    padding: 0 !important;
}

}

/********************GUIDELINE FIX CODE************************/

/*.content ul li, .content ol li {
    list-style: inside;
}*/

.content ul li, .content ol li {
    list-style: normal;
}


.patient-purple {
	color: #96157C;
}


/*.panel {
    background-color: rgb(229, 230, 230);
    padding: 30px;
}*/


.panel {
    border-style: solid !important;
    border-width: 1px !important;
    border-color: rgb(216, 216, 216) !important;
    margin-bottom: 1em !important;
    padding: 1em !important;
    background: rgb(242, 242, 242) none repeat scroll 0% 0%  !important;
    color: rgb(51, 51, 51)  !important;
}

#main_content > div > div:nth-child(2) > article > p:last-of-type {
    display: none;
}

.article > p:last-child {
  display: none;
}