.red
{
background-color:red;
width:50px;
height:5px;
}
.yellow
{
background-color:yellow;
width:100px;
height:5px;
}
.green
{
background-color:green;
width:150px;
height:5px;
}
.empty
{
display:none;
}