body {
    font-size: 15px;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 1.8em;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.jumbotron {
    padding: 10px;
    background-color: inherit;
    text-align: center;
}

pre {
    white-space: normal;
}

hr {
    border: 1px solid deepskyblue;
}

a.button {
    color: white;
}

a.heading {
    text-decoration: none;
    color: inherit;
}

.latest {
    color: red;
    font-weight: bold;
}

p.footnote {
    text-align: center;
}

img.center {
    display: block;
    margin: 0 auto;
}

mark {
    color: RED;
    background: YELLOW;
}

.table-responsive {
    max-height: 600px;
}