/* Custom styles for rightmenu and addevent to prevent nested borders */
.rightmenu ul li {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    float: left;
    list-style: none;
}

.addevent {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Base mobile toggler styles handled in base.html */
.navbar-toggler {
    outline: none !important;
    box-shadow: none !important;
}