/* Generated by less 2.5.1 */
.lights .active {
  background: yellow;
}
.lights {
  background: #000;
  overflow: hidden;
  padding: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.lights ul {
  margin: 0 0 0 -10px;
  padding: 0;
  overflow: hidden;
}
.lights p {
  margin: 0;
}
.lights li {
  float: left;
  width: 10px;
  height: 10px;
  margin: 0 0 0 10px;
  padding: 0;
  list-style-type: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #444;
}
.lights .active {
  background: yellow;
}
.lights:after {
  content: "";
  clear: both;
  width: 100%;
  display: table;
}
#traffic {
  margin: 30px;
  padding: 0;
  list-style-type: none;
  width: 80px;
  padding: 30px 12px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  background: #000;
  overflow: hidden;
}
#traffic li {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
#traffic li:first-child {
  margin-bottom: 20px;
}
#traffic li svg {
  height: 100%;
  width: auto;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 1s all;
}
#traffic svg {
  fill: #444;
}
#traffic li:first-child.active svg {
  fill: red;
}
#traffic li:last-child.active svg {
  fill: green;
}
#toplights span {
  -webkit-transition: -0.2s all;
  -o-transition: -0.2s all;
  transition: -0.2s all;
}
#toplights .active {
  color: #ff0000;
  font-size: 73px;
}
