/* Used on the bookmark feature in the main nav menu and dashlet */
.bookmarked {
    color: var(--swoogo-lavender-300);
    font-weight: bold;
}

.bookmark-btn {
    outline: 1px solid #CCCCCC;
}

#dashlet-s_bookmark_events div.checkbox:first-of-type {
    margin-bottom: 25px;
}
