#noVNC_controls {
    overflow: hidden;
}
#noVNC_controls ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#noVNC_controls li {
    float: left;
    margin-right: 15px;
}

#noVNC_host {
    width: 100px;
}
#noVNC_port {
    width: 50px;
}
#noVNC_password {
    width: 80px;
}
#noVNC_encrypt {
}
#noVNC_connectTimeout {
    width: 30px;
}
#noVNC_connect_button {
    width: 110px;
}

#noVNC_status_bar td {
    margin-top: 15px;
    padding: 0px;
    margin: 0px;
}
#noVNC_status_bar div {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}
.noVNC_status_button {
    font-size: 10px;
    margin: 0px;
    padding: 0px;
}
#noVNC_status {
    text-align: center;
}
#noVNC_settings_menu {
    display: none;
    position: absolute;
    width: 12em;
    border: 1px solid #888;
    background-color: #f0f2f6;
    padding: 5px; margin: 3px;
    z-index: 100; opacity: 1;
    text-align: left; white-space: normal;
}
#noVNC_settings_menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.noVNC_buttons_right {
    text-align: right;
}
.noVNC_buttons_left {
    text-align: left;
}
.noVNC_status_normal {
    background: #eee;
}
.noVNC_status_error {
    background: #f44;
}
.noVNC_status_warn {
    background: #ff4;
}

/* Do not set width/height for noVNC_screen or noVNC_canvas or incorrect
 * scaling will occur. Canvas resizes to remote noVNC settings */
#noVNC_screen {
    text-align: center;
    display: table;
}
#noVNC_canvas {
    background: #eee;
}

#noVNC_clipboard_clear_button {
}
#noVNC_clipboard_text {
    font-size: 9px;
}

