.fs-badge
{
    position:       absolute;
    top:            10px;
    right:          0;
    background:     $fs-logo-green-color;
    color:          white;
    text-transform: uppercase;
    padding:        5px 10px;
    border-radius:  3px 0 0 3px;
    font-weight:    bold;
    border-right:   0;
    box-shadow:     0 2px 1px -1px rgba(0, 0, 0, .3);
}
