li a.leftMenu {
    display: inline-block;
    padding: 6px 0px;
}

.logged-in-heading {
    text-align: right;
    display: block;
    text-decoration: underline;
    text-decoration-color: green;
    text-decoration-thickness: 3px;
    text-underline-offset: 10px;
}

.logged-in-heading::after {
    background: white;
}

/*.logged-in-heading::after {
    position: relative;
    bottom: -6px;
    left: -425px;
    width: 60px;
    height: 4px;
    content: '';
    background: #2B8141;
    display: inline-block;
}*/