/* style.css */
#logout-menu-link-custom{
    color: #d9534f;
    font-weight: 800;
    text-decoration: underline;
}

#logout-menu-link-custom:hover {
    color: #9b2e2b;
}
