body {
  font-family: "Roboto", sans-serif, Calibri, Verdana, "Calibri light";
  background-color: #d0c5b9;
  font-size: 80%;
  text-align: center;
}

table {
  margin: 8px;
  margin-left: auto;
  margin-right: auto;
  font-size: 80%;
}

td {
  padding: 2px;
}

input {
  width: 110px;
  text-align: center;
}

#header {
  top: 0px;
  height: 50px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  background-color: white;
  box-shadow: 10px 10px 10px #888888;
  position: relative;
  padding: 0px;
}

#header h1 {
  color: #f6a828;
  text-shadow: 2px 2px 2px #888888;
  font-size: 3em;
  margin: 0px;
}

#header h1 a {
  text-decoration: none;
  color: #f6a828;
}

#show_current_time {
  cursor: pointer;
  font-size: 1.5em;
  padding: 10px;
  width: 200px;
  height: auto;
  border-radius: 50px;
  font-weight: bold;
  box-shadow: 5px 5px 5px #888888;
  background-color: #f6a828;
  color: white;
  text-decoration: none;
}

#show_current_time:hover {
  background-color: #ffbb4d;
}

#container {
  padding: 40px;
}

.input_field_style {
  font: inherit;
  color: inherit;
  text-align: inherit;
  outline: none;
  cursor: text;
}

.zone_window {
  top: 0px;
  width: 250px;
  height: auto;
  border-radius: 10px;
  padding: 10px 10px 0px 10px;
  text-align: center;
  background-color: white;
  box-shadow: 10px 10px 10px #888888;
  margin: 15px;
  display: inline-block;
  vertical-align: top;
}

.zone_window > div {
}

.zone_name {
  font-size: 2em;
}

.time_display {
  font-size: 4em;
  font-weight: bold;
}

.sec_display {
  font-size: 2.5em;
  color: #f6a828;
  font-weight: bold;
}

.time_format {
  display: inline-block;
  text-shadow: 2px 2px 1.5px #888888;
  margin-bottom: 0px;
  margin: 0px;
  padding: 0px;
}

.date_display {
  font-size: 2em;
  padding: 0px;
}

.toggle_button {
  width: 250px;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  height: 5px;
  background-color: #f6a828;
  border-radius: 20px;
}

.toggle_button:hover {
  background-color: #ffbb4d;
}
