/* custom rules for app NavExp3 */
/* show menu accelerator with badge styling */
.show-badges .a-Menu-accel {
    padding: 0 6px;
    font-size: 11px;
    line-height: 1.6rem;
    font-weight: 500;
    background-color: #0076df;
    color: #fff;
    display: inline-block;
    margin-left: 4px;
    border-radius: 16px;
}
