﻿/* Summernote is displaying lots of buttons as gray */
.note-btn.btn.btn-outline-secondary {
    color: black;
    background-color: white;
}

.veic-summernote-modal {
    top: 10px;
    left: 10px;
}

.note-editable {
    min-height: 13em !important;
    overflow-y: hidden;
}

