.article_content  .article_content_heading, #leftNavigation{
    display: none !important;
}

.article_content hr.hr{
    display: none !important;
}

#breadcrumbs {
    display: none;
}

#container {
    margin-top: 20px;
}

#rightContent {
    max-width: 100% !important;
    margin-bottom: 30px;
}

.header {
    margin-top: 10px;
    text-align: center;
    border-bottom: 2px solid #555;
    padding-bottom: 25px;
}

.heading {
    color: #001a6e;
    margin-bottom: 10px;
}
.links-heading {
    font-size: 16px;
}

.sub-heading {
    color: #333;
    font-weight: bold;
}

.content, .links {
    padding: 15px 15px 0px 15px;
}

.message p{
    line-height: 22px;
}

.external-link {
    color: #3572b0 !important;
}

.asm-wrapper a {
    color: #3572b0;
}
.asm-wrapper ul {
    list-style: disc;
    padding-left: 20px;
}
.asm-wrapper ul li {
    display: revert;
}

@media only screen and (max-width: 600px) {
    #rightContent {
        margin-bottom: 20px;
    }
    .wrapper {
        padding-bottom: 20px;
    }
    .header .heading {
        font-size: 18px;
        margin-bottom: 4px;
    }
    .header .sub-heading {
        font-size: 13px;
    }

    .wrapper .content {
        padding-left: 0;
        padding-right: 0;
    }

    .content .heading {
        font-size: 16px;
        margin-top: 5px;
        max-resolution: 17px;
    }
}