.add_note, .add_storyline{
    text-align: left;
    margin-bottom: 5px;
}

.add_note .enable_edit_notiz,  .notizline-btn, .enable_edit, .save_edit{
    cursor: pointer;

}

.story{
    margin-top: 20px;
}

.storyline-btn, .notizline-btn{
    max-width: 288px;
    min-width: auto;
    width: 100%;
    margin-top: 5px;
}

.storyline h3, .notizline h3{
    margin: 0;
    border-bottom: solid 1px #f9d14d;
    padding: 0 0 10px;
    text-align: left;
}
.storyline p, .notizline p{
    text-align: left;
    font-weight: bold;
    margin-top: 10px;
}

.comments_holder{
    position: relative;
    text-align:left;
}

.notiz-btn{
    min-width: 150px;
    width: 150px;
    font-size: 14px;
}

.notiz-reply-btn{
    min-width: 80px;
    width: 80px;
    font-size: 12px;
    height: 35px;
    text-align: center;
    margin-top: 5px;
}

.note_background{
    background-color: whitesmoke;
    padding: 5px 20px 5px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.note_footnote{
    color: gray;
    font-size: 12px;
}


.note_action_link{
    text-decoration: none !important;
    margin-right: 20px;
    cursor: pointer;
    font-size: 14px !important;
}

.note_story_line_border{
    border: 1px solid #f9d14d !important;
}


#note-area{
    height: calc(85vh - 100px);
}


.note_tab{
    text-decoration: none !important;
}