/* include this styles file when bootstrap framework is not used/available */
.label
{
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.label-default
{
    background-color: #777;
}
.label-success
{
    background-color: #5cb85c;
}
