body {
    background: rgb(0, 0, 0);
    font-family: monospace;
    font-size: 16px;
    margin: 0;
}

div#title {
    background: rgb(0, 0, 0);
    color: rgb(192, 192, 192);
    height: 16px;
    padding: 8px 16px;
    position: fixed;
    width: 100%;
}
div#info {
    background: rgba(0, 0, 0, 0.9);
    border: 1px solid rgba(192, 192, 192, 0.9);
    left: 16px;
    padding: 8px 16px;
    position: fixed;
    top: 48px;
}
div#line {
    background: rgb(255, 255, 255);
    display: none;
    height: 320px;
    position: fixed;
    top: 32px;
    width: 1px;
}
div#text {
    color: rgb(192, 192, 192);
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 16px;
    position: absolute;
    top: 352px;
}
div#text > div.properties {
    padding-top: 16px;
}
div#text > div:not(.comment):not(.properties):not(.mobile) {
    padding-left: 32px;
}
div#text > div.mobile {
    padding-left: 64px;
}

div.date {
    color: rgb(192, 192, 192);
    display: none;
    padding-bottom: 16px;
}
div.properties {
    color: rgb(0, 0, 255);
}
div.boats {
    color: rgb(0, 255, 255);
}
div.trucks {
    color: rgb(0, 128, 0);
}
div.cars {
    color: rgb(0, 255, 0);
}
div.motorcycles {
    color: rgb(255, 255, 0);
}
div.cycles {
    color: rgb(255, 128, 0);
}
div.planes {
    color: rgb(255, 0, 0);
}
div.helicopters {
    color: rgb(255, 0, 255);
}
div.totals {
    color: rgb(192, 192, 192);
    display: none;
    padding-top: 16px;
}

img {
    cursor: pointer;
    display: block;
    height: 320px;
    position: fixed;
    top: 32px;
    width: 100%;
}

span {
    color: rgb(255, 255, 255);
}
span.note {
    display: none;
}