.container {
  border-left: 1px;
  border-right: 1px;
  padding: 5px;
}

.modal {
  background-color: rgba(0, 0, 0, 0.3);
}

input[type=text]:disabled {
  background-color: white;
}

td {
  padding-right: 7px;
  color: #4f4f4f;
  white-space: nowrap;
}

#resetDailyHigh:hover {
  text-decoration: underline;
  cursor: pointer;
}

#resetForm {
  display: none;
}

#robotImg {
  height: 80%;
  width: 80%;
  margin-left: 30px;
  max-height: 150px;
  cursor: pointer;
}

.green {
  color: #28A745;
}

.yellow {
  color: #ffbb33;
}

.red {
  color: #ff4444;
}

.white {
  color: white;
}

.black {
  color: #343a40;
}

.footer {
  padding: 10px;
  position: sticky;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-color: #1374FF;
  color: white;
  text-align: center;
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 255, .2);
}

.footer code {
  color: white;
}

@media only screen and (max-width: 700px) {
  body {
    padding: 15px;
  }

  #logotitle {
    font-size: 22px;
  }

  #ciphixlogo {
    height: 30px;
  }

  #robotImg {
    height: 80%;
    width: 80%;
  }
}