html,
body {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

div {
    cursor: default;
}

#control,
#detail,
#rmenu,
#edit {
    position: absolute;
    padding: 10px;
    background-color: rgba(28, 28, 28, 0.8);
    color: #fff;
    user-select: none;
}

#control {
    top: 0;
    right: 0;
}

#detail {
    bottom: 0;
    right: 0;
}

#rmenu {
    padding: 0;
}

#rmenu > div {
    padding: 0.5em;
}

#rmenu > div:hover {
    background-color: rgba(120, 120, 120, 0.8);
}

#edit {
    top: 2rem;
}

#edit > div {
    text-align: right;
}

#edit > .submit {
    text-align: center;
}

#edit-color {
    display: inline-block;
}

#ws-status-bar {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    background-color: rgba(28, 28, 28, 0.8);
    color: #ffffff;
}

#options {
    position: absolute;
    bottom: 2px;
    left: 2px;
}

#options-icon {
    width: 8px;
    height: 8px;
}

#ws-status {
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 2px;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.disconnected {
    background-color: #de0909;
}

.connected {
    background-color: #1bfa1b;
}

.connecting {
    background-color: #e39d30;
}

#list {
    position: absolute;
    top: 20%;
    left: 30px;
    margin: auto;
    background-color: rgba(28, 28, 28, 0.8);
    color: white;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 400px;
}

#list input {
    cursor: text;
}

#list-content li {
    padding: 0;
    line-height: 0;
}

#list-content li span {
    display: inline-block;
    padding: 10px;
}

#list-btn {
    cursor: pointer;
    position: absolute;
    top: 20%;
    left: 0;
    height: 20px;
    width: 20px;
    padding: 2px;
    background-color: rgba(255, 255, 255, 0.5);
}

select,
button,
input {
    border: none;
    background-color: transparent;
    padding: 0;
    color: inherit;
    text-align: inherit;
    font-size: 100%;
    font-family: inherit;
    cursor: default;
    line-height: inherit;
}

input[type="text"] {
    border-bottom: 1px solid white;
}

.hide {
    display: none;
}

.smail {
    font-size: smaller;
}

.pickr {
    display: inline-block;
}
