body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: 13px;
    color: #EEEEEE;
}

canvas {
    display: block;
}

/* Hide dat.gui's save row */
.dg .save-row {
    display: none;
}

.dg.a.has-save > ul {
    margin-top: 0 !important;
}

#status {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #111111;
}

#status ul li {
    display: block;
    position: relative;
    float: left;
    background-color: #111111;
}

/* This hides the dropdowns */
#status li ul {
    display: none;
}

#status ul li div {
    padding: 5px 10px;
    white-space: nowrap;
    border-right: 1px solid #2C2C2C;
    border-bottom: 1px solid #2C2C2C;
}

#status li li {
    float: none;
}

#status ul li .hover-on:hover {
    background: #1A1A1A;
}

/* First level dropdown */
#status ul li > ul {
    position: absolute;
    bottom: 100%;
}

/* Displays second level dropdowns to the right of the first level dropdown */
#status ul li ul li ul {
    position: absolute;
    top: -100%;
    left: 100%;
}

/* Display the dropdown */
#status ul li ul li:hover > ul {
    display: block;
}

/* Custom styling */
#status .status-btn-pause-wrap {
    float: right;
    background-color: #990000;
}

#status .status-btn-pause {
    width: 50px;
    text-align: center;
    border-right: none;
    border-left: 1px solid #2C2C2C;
}

#status .status-body-info {
    width: 130px;
}

#status .status-info {
    float: right;
}

#status .status-body-info span,
#status .status-info span {
    color: #FF0000;
    font-weight: bold;
}

#status .status-info .status-cur-pos {
    width: 100%;
    overflow: hidden;
}

#status .status-info .status-cur-pos  input {
    border: 0;
    outline: none;
    padding: 3px;
    color: #2fa1d6;
    background-color: #303030;
}

#status .status-help-card {
    display: none;
    position: absolute;
    bottom: 100%;
    border: 1px solid #2C2C2C;
    background-color: #111111;
    padding-bottom: 10px;
}

#status .status-help-card span {
    color: #2FA1D6;
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin: 8px 0;
}

#status .status-help-card p {

}

#status .status-settings {
    display: none;
    position: absolute;
    bottom: 100%;
    border: 1px solid #2C2C2C;
    background-color: #111111;
}

#status .status-settings label {
    display: block;
    margin: 5px 0;
}

#status .status-settings input {
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -1;
    outline: 0;
}
