#flash-div {
    z-index: 1024;
}

#flash-icon {
    margin-right: 0.5em;
    font-size: 1.2em;
}

.no-margin {
    margin: 0;
}

.options i[disabled] {
    color: rgb(235, 235, 235);
}

.options i {
    color: silver;
    transition: all 200ms ease-out;
}

.options i:not([disabled]):hover {
    color: grey;
}

#refresh-spinner {
    display: none;
}

.separator {
    border-top: 1px solid lightgray;
    margin-top: 1.5em;
    margin-bottom: 1.2em;
}

.table-image {
    width: 50%;
    max-height: 100%;
    max-width: 100%;
}