body {
    font-family: Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: rgb(40, 40, 40);
    background-color: rgb(204, 204, 204);
    margin: 0 10px 0 10px;
    padding: 0;
    max-width: 790px;
}

/* Mobile devices (up to 768px) */
@media (max-width: 768px) {
    body {
        font-size: 0.9rem;
    }
}

/* Tablets (769px to 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    body {
        font-size: 1rem;
    }
}

/* Desktop (1025px and up) */
@media (min-width: 1025px) {
    body {
        font-size: 1.1rem;
    }
}

a {
    color: #696969;
    text-decoration: none;
}

a:visited {
    color: #696969;
}

a:active {
    color: #696969;
}

a:hover {
    text-decoration: underline;
}

.banner {
    height: 63px;
    width: 804px;
    padding-bottom: 3px;
}

.topmenu {
    font-family: Helvetica, sans-serif;
    font-size: 1rem;
    color: rgb(150, 150, 150);
    width: 800px;
    border: 0;
    padding: 0;
    border-spacing: 0;
}

.topmenu td {
    padding: 4px 8px;
}

.footer {
    font-family: Helvetica, sans-serif;
    font-size: 1rem;
    color: rgb(150, 150, 150);
    padding-top: 8px;
    width: 100%;
    border: 0;
    padding: 0;
    border-spacing: 0;
}

.storyhead {
    font-family: Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    color: rgb(60, 60, 60);
    padding-top: 6px;
    padding-bottom: 2px;
}

.storybody {
    font-family: Helvetica, sans-serif;
    font-size: 1rem;
    color: rgb(90, 90, 90);
}

.storymain {
    padding: 4px 0;
}

.content-container {
    max-width: 790px;
    width: 100%;
}

code {
    padding: 0.2em 0.4em;
    margin: 0;
    font-size: 85%;
    background-color: rgba(27, 31, 35, 0.05);
    border-radius: 3px;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

pre {
    padding: 16px;
    overflow: auto;
    font-size: 85%;
    line-height: 1.45;
    background-color: #f6f8fa;
    border-radius: 3px;
}

pre code {
    display: inline;
    padding: 0;
    margin: 0;
    overflow: visible;
    line-height: inherit;
    background-color: transparent;
    border: 0;
}
