span.all_passed {
    position: absolute;
    font-size: 12px;
    line-height: 15px;
    padding: 7px 10px;
    top: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border-radius: 3px;
    background: #0f9954;
}
span.all_passed.extra {
    font-size: 18px;
    padding: 13px 15px;
}
span.all_passed.left {
    left: 15px;
}
span.all_passed.right {
    right: 15px;
}