body {
    background-color: transparent;
}

#datacontainer {
    position: absolute;
    text-align: center;
    left: 5px;
    top: 0px;
    width: 100%;
    transition: top 0.25s 0s;
}

.scrollDivider {
    line-height: 16pt;
    color: #666;
}

#downArrow:hover,
#downArrow>img:hover {
    cursor: pointer;
}

#status {
    position: absolute;
    left: 0px;
    top: 0px;
    background: maroon;
    color: white;
}