.lancer-clocks.sheet .clock-progress {
  text-align: center;
}
.lancer-clocks.sheet .clock-name {
  height: 60px;
  text-align: left;
}
.lancer-clocks.sheet .clock-name input {
  height: 40px;
  line-height: 48px;
  font-size: 32px;
  width: 100%;
  background: none;
  border: 1px solid transparent;
  padding: 1px 3px;
  font-family: "Modesto Condensed", "Palatino Linotype", serif;
  border-radius: 3px;
  color: rgb(25, 24, 19);
  margin: 0;
}
.lancer-clocks.sheet .clock-name.editable input:hover, .lancer-clocks.sheet .clock-name.editable input:focus {
  border: 1px solid rgb(25, 24, 19);
}
.lancer-clocks.sheet .clock-progress button {
  width: 140px;
  margin: 0;
}
.lancer-clocks.sheet .clock-progress button[name=reset] {
  width: 40px;
}
.lancer-clocks.sheet .clock-progress button:disabled {
  color: #aaaaaa;
  border: none;
}
.lancer-clocks.sheet .clock-image img {
  border: none;
}
.lancer-clocks.sheet .clock-config {
  text-align: center;
}
.lancer-clocks.sheet .clock-config .clock-config-group {
  margin-left: 1.5em;
  display: inline-block;
}
.lancer-clocks.sheet .clock-config .clock-config-group:first-child {
  margin-left: 0;
}
.lancer-clocks.sheet .clock-config .clock-config-group label {
  margin-right: 3px;
}
.lancer-clocks.sheet .clock-config .clock-config-group select {
  width: 50px;
}
.lancer-clocks.sheet .clock-config .clock-config-group.theme select {
  width: 175px;
}
.lancer-clocks.sheet .clock-debug {
  background-color: #ff0000;
  color: #ffffff;
  font-weight: bold;
  font-family: monospace;
}

/* system specific */

.lancer-clocks.sheet.lancer-clocks-system-dnd5e .clock-name.editable input:hover, .lancer-clocks.sheet.lancer-clocks-system-dnd5e .clock-name.editable input:focus {
  box-shadow: 0 0 10px #ff0000;
}
