body {font-family: Arial, Helvetica, sans-serif;}
* {box-sizing: border-box;}

input[type=password], input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=checkbox] {
  margin-top: 6px;
  margin-bottom: 16px;
}


button {
  background-color: #046dAA;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 6px;
  margin-bottom: 16px;
}

input[type=submit]:hover {
  background-color: #4549a0;
}

.container {
  border-radius: 5px;
  background-color: #b8b8b8;
  padding: 20px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.centerContent {
  display: flex;
  align-items: center;
  justify-content: center;
}

.encoderButton {
  margin: 5px;
  margin-top: 15px;
  height: 80px;
  width: 80px;
  font-size: x-large;
}

.encoderButton[disabled] {
  background-color: #888;
}

#remoteLcdFrame {
  background-color:#046dAA;
}
#remoteLcdFrame[backlight="false"] {
  background-color:#333;
}

#remoteLcdFrame[disabled] {
  background-color:#333;
}
