header .nav ul li:nth-child(5) a { color: #0d47a1; }
.content .title h2 { font-size: 30px; color: #e7eaf2; font-weight: bold; margin: 15px 0px 0px 25px; }

.content .title h3 { font-size: 20px; color: #0d47a1; font-weight: bold; margin-top: 0px; margin-bottom: 16px; }

.content .subNav { background: #fbfbfb; height: 65px; border-top: 1px solid #e8e7e7; }

    .content .subNav ul { float: right; line-height: 65px; }

        .content .subNav ul li { display: inline-block; padding-left: 5px; }

            .content .subNav ul li a { padding: 8px 15px; background: #ededed; font-size: 14px; color: #000000; }

.content .picture img { clear: both; display: block; margin: 0 auto; padding-top: 80px; }

footer { margin-top: 100px; }
tr, td, dl, dd { padding-bottom: 1.5rem; }

@media screen and (max-width: 750px) {
    .content { padding: 0 15px; }
        .content .picture img { width: 100%; }
        .content .subNav { height: auto !important; display: -webkit-box; }
            .content .subNav ul { line-height: 45px !important; }
}
