body {
    padding-top: 100px;
}

.page-content {
    padding-left: 30px;
}

div .navbar-header {
    width: 100%;
    text-align: center;
    margin: 0;
}

#headerContainer {
    width: 100%;
}

.navbar-brand {
    float: none;
    margin: 0;
    padding: 7px 0 0 0;
}

    .navbar-brand > p {
        margin: 0;
    }

    .navbar-brand :last-child {
        font-size: 80%;
    }

.purchaseBtn {
	position: absolute;
	bottom: 0;
	right: 0;
}

.reqBtn {
    margin-left: 16px;
}

.reqBtnRow {
    margin-top: 10px;
}

@media (min-width: 880px) {
    li.activeLi > a {
        color: #fff;
        background-color: #337ab7 !important;
    }
}

.copyright {
    text-align: center;
    font-size: 80%;
    color: #909090;
}

.postCollapse > .btn {
    margin-top: 10px;
}

.nav-pills > li > a {
    border-radius: 0;
}

.textCenter {
	text-align: center;
}

.nomargin {
    margin: 0;
}

.aboutCover {
    width: 100%;
    border: 1px solid #d8d8d8;
}

#navbar {
    text-align: center;
    line-height: 0;
}

    #navbar > ul {
        display: inline-block;
        float: none;
    }

.navbar-toggle {
    position: absolute;
    top: 0;
    right: 10px;
}

@media (max-width: 470px) {
    .navbar-brand {
        font-size: 13px;
    }
}

@media (max-width: 910px) {
    body {
        padding-top: 50px;
    }

    #blogNav {
        display: inline-block !important;
    }

    #blog {
        display: none;
    }
}

@media (min-width: 910px) {
    .postCollapse {
        display: none;
    }
}

@media (max-width: 910px) {
    .preCollapse {
        display: none;
    }
}

@media (max-width: 370px) {
    .navbar-brand {
        font-size: 12px;
    }
}

@media (max-width: 350px) {
    .navbar-brand {
        font-size: 11px;
    }
}

@media (max-width: 330px) {
    .navbar-brand {
        font-size: 10px;
    }
}

@media (max-width: 310px) {
    .navbar-brand {
        font-size: 9px;
    }
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#pdfviewer {
    width: 100%;
}

.wrapper > .container {
    width: 100%;
}

#blogNav {
    display: none;
}

#blogIndex > :not(:first-child) {
    border-top: 1px solid #e8e8e8;
}

footer {
    border-top: 1px solid #e8e8e8;
    margin-top: 20px;
    margin-bottom: 15px;
}

    footer > .container {
        width: 57%;
        min-width: 150px;
        margin: 10px auto 0 auto;
    }

        footer > .container > .col-md-4 {
            text-align: center;
        }

#blog > ul {
    list-style: none;
    padding: 0;
}

    #blog > ul > :not(:last-child) {
        border-bottom: 1px solid #e8e8e8;
    }

.postDate {
    font-size: 10px;
    color: #808080;
    display: block;
    width: 100%;
    text-align: right;
}

.postContent {
    margin: 0;
}

.postTitle {
    font-size: 18px;
}

.nobullets {
    list-style: none;
    padding: 0;
}

.post-content > .container {
    width: 100%;
    padding-left: 0;
}