
article {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
}

article h2 {
    width: 100%;
    text-align: left;
}

article > section {
    max-width: 100%;
}

article > section > div {
    text-indent: 0px;
}

article > section > h3 {
    text-align: left;
}

article > section a {
    color: #0082cb !important;
}

@media screen and (max-width: 940px) {
    .footer {
        width: 100% !important;
        min-width: 100% !important;
    }

    article {
        width: auto;
        padding: 10px 10px 20px 10px;
    }

    .blank {
        display: none !important;
    }

    .navbar .nav-user {
        width: 100%;
    }

    .nav {
        width: 100%;
        text-align: center;
    }

}