

body, .config {
  font-family: verdana, arial;
  font-size:  20pt;
  //background-color: black;
}

.body, .timer {
  text-align: center;
  font-weight: bold;
  //background-color: black;
}

#account-details {
  text-align: left;
}

#timer_mss {
  border: 0px solid white;
  margin-top:   5%;
  line-height: 85%;
  text-shadow:  1px  1px  0px  #000,
               -1px  1px  0px  #000,
                1px -1px  0px  #000,
               -1px -1px  0px  #000;
}

table.timer_caption {
  width: 100%;
  border: 0;
}

tr.timer_caption {
  width: 100%;
  border: 0;
  font-weight: bold;
}

td.timer_caption {
  width: 80%;
  text-align: center;
}

td.timer_caption_side {
  width: 10%;
}

#timer_caption_left, #timer_caption_right {
  height: 100%;
  border-radius: 50%;
  display: none;
}

#timer_bargraph {
  margin: 4px 0px;
  height: 1px;
  width: 0px;
}

#timer_note {
  text-align: left;
  font-size:  6pt;
}

#admin {
  display: none;
}
#control {
  display: none;
}

#guidetext {
  text-align: left;
  font-weight: normal;
}

a,.config {
  color: #90a0b0;
}
.config_hdr {
  color: #90a0b0;
  font-weight: bold;
  font-size:  150%;
}
.config_note {
  font-style: italic;
  font-size:  85%;
}

input.config_event {
  width: 4em;
  text-align: right;
  color: #00a0e0;
  border-color: #00a0e0;
}

button.config {
  color: #00a0e0;
  border-color: #00a0e0;
  background-color: #e0e0e0;
}

input#config_head_text {
  width: 20em;
  text-align: right;
}

table.events_list {
  cellBorder: 1px;
}

#soundbutton {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}

@media (any-hover: none) { 
  #soundbutton {
    display: none;
  }
}

