:root {
    --vectron-blue: #00AEC7;
    --vectron-grey: #5C6670;
    --vectron-lightgrey: #dbdbdb;
    font-family: Arial, Helvetica, monospace;
   }

#statusbar {
    height:40px;
    top:0px;
    left: 8vmin;
    right: 0;
    margin-top:0px;
    position: absolute;
    background: var(--vectron-lightgrey);
}   

#sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 8vmin;
    background-color: #232323;
    background-color: var(--agilox-grey);
    z-index: 30;
    background: var(--vectron-lightgrey);
}

#content {
    margin-top: 10px;
    font-family: "Verdana";
    margin-left: 20px;
    position: absolute;
    top: 40px;
    left: 8vmin;
    right: 0;
    bottom: 0;
    overflow: auto;
    padding: 0;
    border: 0;
}

#time {
    font-weight: bold;
    float: right;
    margin-right: 20px;
    margin-top: 8px;
    font-size: 20px;
    font-family: "Verdana";
}

#head {
    font-weight: bold;
    font-family: "Verdana";
    float: left;
    margin-left: 20px;
    margin-top: 5px;
    font-size: 24px;
}

.image_buttons_small {
    width: 4vmin;
    height: 4vmin;
    margin: 2vmin;
}

.buttons:hover {
    background-color: rgb(0,174,199);
}

.button_content {
    background-color: var(--vectron-grey);
    border: solid;
    border-color: var(--vectron-lightgrey);
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    font-size: 16px;
    margin: 5px;
    -webkit-appearance: none;
    width: 250px;    
}

.button_content:hover {
    background-color: var(--vectron-blue);
}

#rbgimage {
    position: absolute;
	left: 200px;
    top: 50px;
}

input[type=text],input,select {
  padding: 5px 5px;
  margin: 1px 0;
  box-sizing: border-box;
}

input[type=radio] {

}


button {
    width: 100%;
    background-color: var(--vectron-grey);
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
button:hover {
    background-color: var(--vectron-blue);
  }