.label, .badge {
    background-color: #999999;
    color: #FFFFFF;
    display: inline-block;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    padding: 2px 4px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
    white-space: nowrap;
}
.label-info, .badge-info {
    background-color: #3A87AD;
}
.label {
    border-radius: 3px 3px 3px 3px;
}
.b-online-req{
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
}
.t-docs-list{
    /*list-style-type: ;*/
}