﻿#nccnGuidelinesDetails h2 {
    color: #304d6b;
    font-size: 30px;
}

#nccnGuidelinesDetails a {
    color: #304d6b;
    cursor: pointer;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
}

#nccnGuidelinesDetails .guideline-items {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

    #nccnGuidelinesDetails .guideline-items .item {
        padding: 10px 0;
    }

    #nccnGuidelinesDetails .guideline-items .item-name {
        font-weight: 600;
    }

    #nccnGuidelinesDetails .guidline-items a {
        white-space: normal;
    }

#nccnGuidelinesDetails .guideline-detail .guideline-items {
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 30px;
    border-bottom: none !important;
    padding-bottom: initial !important;
}
    .guideline-detail h2 {
    color: #2d4b69!important;
    font-family: Roboto;
    font-size: 32px!important;
    font-weight: 300;
    line-height: 26px;
}
.guideline-detail .item-version, .guideline-detail .item-date {
    padding-bottom: 8px;
    color: #484848;
    line-height: 24px;
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 14px;
}
.guideline-detail span {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: rgba(72,72,72,1);
}
.guideline-detail .img-part {
    width: 45px;
    display: inline-block;
    height: 36px;
    margin-bottom: -8px;
}
.guideline-detail h4 {
    display: inline-block;
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 20px;
    color: rgba(72,72,72,1);
}
.guidelines-part {
    background: url('/ResourcePackages/NCCN/images/Guidelines.png') no-repeat;
}
.evidence-blocks-part {
    background: url('/ResourcePackages/NCCN/images/EvidenceBlocks.png') no-repeat;
}
.frameworks-part {
    background: url('/ResourcePackages/NCCN/images/Frameworks.png') no-repeat;
}
.patients-part {
    background: url('/ResourcePackages/NCCN/images/Patients.png') no-repeat;
}
.edu-events-part {
    background: url('/ResourcePackages/NCCN/images/EducationalEventsPrograms.png') no-repeat;
}
.international-part {
    background: url('/ResourcePackages/NCCN/images/International.png') no-repeat;
}
span.pdf-logo {
    top: 3px;
    left: 5px;
    height: 20px;
    width: 27px;
    display: inline-block;
    content: " ";
    position: relative;
    background: url(/ResourcePackages/NCCN/images/pdflogo.png) no-repeat;
    background-size: contain;
}