#ledwrapper{
  width: 600px;
  margin: 50px auto;
}

#theMarquee{
  height: 75px;
  background: linear-gradient(0deg, #111, #222);
  box-shadow: 
    0px 0px 2px 0px #aaa inset,
    0px -1px 2px 0px #aaa inset,
    2px -5px 5px 0px #111 inset,
    0px -5px 5px 0px #111 inset,
    2px 5px 5px 0px #111;
  border-radius: 5px;
}

#theInput{
 clear: both;
 margin: 25px 100px;
 width: 200px;
 text-align: center;
}
.light {
  width: 6px;
  height: 6px;
  margin: 2px 2px;
  text-align: center;
  font-size: 15px;
  float: left;
  border-radius: 50%;
}

.off{
  background-color: #%BACKGROUND%;
}

.on{
  background-color: #%COLOR%;
  box-shadow: 0px 0px 5px #e91313;
}