﻿.barBorder
{
    border: solid 1px red;
    width: 200px;
}
.barInternal
{
    background: yellow;
}
.barInternalGreen
{
    background: green;
}

