#firmwareRom {
  display: none;
}

#addFirmware {
  float: left;
  height: 100%;
  width: 300px;
}

#firmwares_list {
  float: left;
  height: calc(100% - 12px);
  width: 20%;
  overflow-y: auto;
  padding-bottom: 12px;
}

#firmwareAddForm {
  padding: 5% 0 0 5%;
}

#firmwareChooseFile {
  
}

.firmwareButton {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  background-color: rgba(52, 73, 94, 0.5);
  color: rgb(220, 220, 220);
}

.firmwareButton:hover {
  background-color: rgba(72, 93, 114, 0.5);
}

.firmwareButton:active {
  background-color: rgba(42, 53, 64, 0.5);
}

.firmwareInput {
  margin: 12px 0;
  background-color: rgba(52, 73, 94, 0.4);
  color: rgb(220, 220, 220);
  padding: 9px;
}

.firmwareInput:focus {
  background-color: rgba(72, 93, 114, 0.4);
}

#sensorFirmwares h2 {
  line-height: 1.6em;
  font-size: 1.6rem;
}

.firmwareItem {
  padding: 12px;
  width: calc(95% - 24px);
  margin-left: 2.5%;
  margin-top: 12px;
  background-color: rgba(52, 73, 94, 0.4);
}

.firmwareItemVersion {
  font-size: 1.2rem;
  font-weight: bolder;
  line-height: 1.4em;
}

.firmwareItemDate {
  float: right;
  font-weight: normal;
}

.firmwareItemName {
  font-style: italic;
  line-height: 1.4;
}

.firmwareItemDelete {
  display: none;
  float: right;
  cursor: pointer;
  font-size: 1.2rem;
  font-style: italic;
  color: rgb(180,180,180);
  font-weight: normal;
}

.firmwareItemDelete:hover {
  color: rgb(220,220,220);
}
