.wy-nav-content {
    max-width: 1200px;
}

/* --- style elements similar to the MPG website style --- */

/* top bar on mobile devices with narrow screens */
.wy-nav-top {
    background: #008080;
}
.wy-nav-content a:link, .wy-nav-content a:visited, .wy-nav-content a:active {
    color: #006C66;
}
.wy-nav-content a:hover {
    color: #00201e;
}
.wy-nav-content h1 {
    text-transform: uppercase;
}
