﻿.articleContainer {
    font-size: 12pt;
}

    .articleContainer a {
        color: #0090ce;
        font-weight: bold;
        text-decoration: none;
    }

    .articleContainer img {
        width: auto;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
    }

.apc-advertisement {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    text-align: center;
}

    .apc-advertisement img {
        width: auto;
        text-align: center;
    }

.apc-article {
    box-sizing: border-box;
    margin: 1em;
    font-family: Roboto,sans-serif;
    font-size: 1em;
}

.apc-article-title {
    width: 100%;
    text-align: center;
    font-size: 1.75em;
    font-family: Roboto,sans-serif;
    font-weight: bold;
}

.apc-article-content {
    font-weight: normal;
    font-family: Roboto,sans-serif;
    color: #333333;
    width: 100%;
}

.apc-article-author-label {
    margin: 1em;
    font-weight: normal;
    font-size: 1em;
    font-family: Roboto,sans-serif;
    font-style: italic;
    text-align: center;
}

.apc-article-author-bio {
    margin: 2em;
    box-sizing: border-box;
    padding: 1em;
    background: #eeeeee;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: Roboto,sans-serif;
    max-width: 50%;
}

    .apc-article-author-bio img {
        display: inline-block;
        margin-top: 5px;
        padding: 1em;
        float: left;
    }

.apc-article-author-detail {
    display: inline-block;
    margin-top: 5px;
    vertical-align: top;
    padding: 1em;
    font-size: 0.75em;
    width: 50%;
}

.apc-article-subtitle {
    margin: 1em;
    font-weight: normal;
    font-size: 1.25em;
    font-family: Roboto,sans-serif;
    text-align: center;
}

.apc-article-leftsidebar {
    display: inline-block;
    margin: 1em;
    box-sizing: border-box;
    padding: 1em;
    background: #eeeeee;
    overflow-x: hidden;
    overflow-y: auto;
    width: 30%;
    float: left;
}

    .apc-article-leftsidebar p {
        font-size: .75em
    }

.apc-article-rightsidebar {
    display: inline-block;
    margin: 1em;
    box-sizing: border-box;
    padding: 1em;
    background: #eeeeee;
    overflow-x: hidden;
    overflow-y: auto;
    width: 30%;
    float: right;
}

    .apc-article-rightsidebar p {
        font-size: .75em
    }

.apc-section-header {
    color: #ffffff;
    font-weight: normal;
    line-height: 0em;
    font-family: Roboto,sans-serif;
    display: inline-block;
    position: relative;
    background: #0089d0;
    overflow: visible;
    margin-right: 29px;
    text-decoration: none;
    width: auto;
    height: 58px;
}

    .apc-section-header p {
        padding: 20px;
        max-width: 100%;
        white-space: nowrap;
        float: left;
        color: #fff;
        margin: 10px;
    }

        .apc-section-header p:before {
            content: "";
            height: 0;
            width: 0;
            display: block;
            position: absolute;
            top: 0;
            right: -29px;
            border-top: 29px solid #0089d0;
            border-bottom: 29px solid #0089d0;
            border-right: 29px solid transparent;
            border-left: 29px solid transparent;
        }

.dropcap {
    color: #333333;
    padding: 0 .3rem;
    margin: 0 .3rem 0 0;
    font-family: Roboto,sans-serif;
    font-size: 4rem;
    float: left;
}

.apc-article-generic-content {
    display: inline-block;
    margin: 1em;
    box-sizing: border-box;
    padding: 1em;
    background: #eeeeee;
    overflow-x: hidden;
    overflow-y: auto;
}

    .apc-article-generic-content p {
        font-size: .75em
    }

.apc-article-fullpageimg {
    width: auto;
    height: auto;
    text-align: center;
}

figure {
    margin: 0 auto !important;
    text-align: center
}

figcaption {
    font-size: .7em;
    color: #999999;
    text-align: center;
    font-style: italic;
}

.apc-article-img {
    text-align: center;
}

.apc-article-content div, .apc-article-content p, .apc-article-content pre {
    font-size: 1em;
}

@media screen and (min-width: 1024px) {
    .articleContainer {
        font-size: 12pt;
        margin: 3em 3em 0 3em;
    }

    .mcetmpl {
        text-align: center;
    }

        .mcetmpl img {
            width: auto;
            max-width: 100%;
            max-height: 100%;
            margin: 0 auto;
        }
}

.apc-footnotes {
    font-size: .65em;
}

.article-header-image {
    text-align: center;
}

pre {
    font-family: Roboto,sans-serif !important;
    white-space:pre-wrap;
}
