hr {
    height: 4px;
    background-color: #28a745;
    width: 80px;
    margin-left: 0px;
    border-radius: 7px 7px 7px 7px;
}


.bg-light { background-color: #f4f5f8; }

.bg_green {
    background: #006e2e; /* Old browsers */
    background: -moz-linear-gradient(left,  #006e2e 0%, #53b701 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #006e2e 0%,#53b701 100%); /* Chrome10-25,Safari5.1-6 */
    background-image: -o-linear-gradient(to right,  #006e2e 0%,#53b701 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-image: linear-gradient(to right,  #006e2e 0%,#53b701 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006e2e', endColorstr='#53b701',GradientType=1 ); /* IE6-9 */
}