body {
    background: white;
    font-family: sans-serif;
    font-size: 14px;
    color: black;
    padding: 20px;
}

h3 {
    background-image: url(./zabbix_logo.png);
    background-repeat: no-repeat;
    background-position: left-center;
    padding-left: 160px;
    height: 42px;
    line-height: 42px;
    font-size: 28px;
}

h2 {
    border-bottom: 1px solid gray;
}

#description pre {
    margin: 20px;
    padding: 10px;
    border: 1px dashed darkgray;
    background: lightgray;
    font-family: monospace;
    font-size: 90%;
}

footer {
    font-style: italic;
    color: gray;
    text-align: right;
}
