.check {
    background: #28AA11 !important;
    color: white !important;
}
.close {
    background: #EB0D77 !important;
    color: white !important;
}
.check,
.close {
    margin-right: 6px !important;
    border-radius: 50% !important;
    padding: 2px !important;
}
.preferred {
    z-index: 2;
    border: 2px solid #EB0D77;
}

/* Notification Divs */
.erm-alert {
    position: fixed !important;
    bottom: -100px;
    opacity: 0;
    right: 15px;
    max-width: 90% !important;
}
div#erm-alert {
    color: white;
}
div#erm-alert.success {
    background: #32d296 !important;
}
div#erm-alert.failure {
    background: #EB0D77 !important;
}
.erm-icon-button,
.erm-icon-button:hover {
    background: transparent !important;
    border: none;
    padding: 0;
}
button:disabled,
button[disabled] {
    opacity: .9 !important;
}
.uk-nav.uk-dropdown-nav>li>a {
    padding: 0;
}
.uk-nav.uk-dropdown-nav li {
    padding: 12px 15px;
}
.uk-nav.uk-dropdown-nav li:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.recipe-table {
    background: white;
    border: 1px solid #ddd;
    margin: 0;
    margin-top: 12px !important;
    margin-bottom: 25px !important;
}
.recipe-table-title,
.single-recipe-title {
    margin: 0;
}
.single-recipe-div {
    background: white;
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    margin-top: 10px;
}
.single-recipe-div ul {
    padding-left: 15px;
    margin-bottom: 0;
}
