.note-editable {
    height: 300px;
    background-color: white;
    color: black;
}

p {
    /*color: black;*/
}

.note-editor .dropdown-toggle::after {
    display: none;
}

.nav-link img {
    float: left;
    width: 30px;
    margin-top: -3px;
    margin-right: 6px;
}

.quection-title {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

#generateText {
}