/*Error showing messages*/
.error {
    color: darkred;
}

/*settings menu list style*/
.settings {
    list-style: none;
}

/*Front end error show-able div styling*/
.error-front {
    color: #721c24;
    background-color: #f8d7da;
    position: relative;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    text-align: center;
    font-size: large;
}


