.strong-0
{
	width:4px;
	background-color:red;
}

.strong-1
{
	width:20px;
	background-color:red;
}

.strong-2
{
        width:40px;
        background-color:red;
}

.strong-3
{
        width:60px;
        background-color:orange;
}

.strong-4
{
        width:80px;
        background-color:orange;
}

.strong-5
{
        width:100px;
        background-color:orange;
}

.strong-6
{
        width:120px;
        background-color:orange;
}

.strong-7
{
        width:140px;
        background-color:yellow;
}

.strong-8
{
        width:160px;
        background-color:yellow;
}

.strong-9
{
        width:180px;
        background-color:yellow;
}

.strong-10
{
        width:200px;
        background-color:green;
}

