body {
  background-color:    #333;
  margin-top:           0px;
  margin-left:          0px;
  font-family:     "Gabriele", "Ubuntu Mono", "Major Mono Display", monospace;
  font-weight:       normal;
  font-style:        normal;
  font-size:          57px;
}

#wordclock {
  width:              650px;
  padding-left:        15px;
  height:             560px;
  padding-top:         15px;
  margin:              auto;
  background-color:    #000;
}

#wordclock div {
  color:            #575757;
  text-align:          left;
  height:              60px;
  letter-spacing:     0.12em;
}

#wordclock div div {
  float:               left;
}

.active {
  color:       white !important;
  transition:  color 2.0s ease-in-out;
}

.passive {
  transition:  color 2.0s ease-in-out;
}

.out {
  color:       #575757 !important;
}

.in {
  color:       #575757 !important;
}