body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.info-label {
    font-weight: bold;
    margin-right: 10px;
    white-space: nowrap;
}

#header-container {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: white;
    z-index: 2;
}

#content-container {
    position: absolute;
    margin-top: 50px;
}

.header-span {
    white-space: nowrap;
    cursor: default;
}

input {
    vertical-align: middle;
}

.input-slider {
    cursor: col-resize;
}