.badge-inner {
    background-color: limegreen;
    color: #fff;
    font-weight: bolder;
    height: 100%;
    line-height: .85;
    padding: 3px 10px 3px 10px;
    text-align: center;
    transition: background-color .3s, color .3s, border .3s;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #c3c3c3;
}
