/**
 * home.css
 *
 * CSS specific to the home page
 */
#idStartStop.paused, #idStartStop.paused:hover {
  color: #fff!important;
  background-color: #f44336!important;
}

#idStartStop.active, #idStartStop.active:hover {
  color: #fff!important;
  background-color: #4CAF50!important;
}
