[id^=traffic_light_container_],
#traffic_light_container {
    position: absolute;
    bottom: 15px;
    left: 15px;
    line-height: 1;
}
[id^=traffic_light_container_] span,
#traffic_light_container span{
    vertical-align: middle;
}
[id^=traffic_light_container_] span.traffic_light_msg,
#traffic_light_container span.traffic_light_msg {
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    display: block;
    background: #353535;
    text-align: left;
    color: white;
    white-space: nowrap;
    padding: 1px 6px;
    text-transform: uppercase;
    left: 30px;
    top: 2px;
    opacity: 0;
    border-radius: 2px;
  }

[id^=traffic_light_container_] span.dot,
#traffic_light_container span.dot {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
}
[id^=traffic_light_container_] span.dot_min,
#traffic_light_container span.dot_min {
    background-color: #f13340;
}
[id^=traffic_light_container_] span.dot_middle,
#traffic_light_container span.dot_middle {
    background-color: #fe9126;
}
[id^=traffic_light_container_] span.dot_enough,
#traffic_light_container span.dot_enough {
    background-color: #55c65e;
}
[id^=traffic_light_container_]:hover  span.traffic_light_msg ,
#traffic_light_container:hover  span.traffic_light_msg {
	opacity: 1; left: 20px; 
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
