.note {
    padding: 12px 18px 12px 30px;
    border: 1px solid #eee;
    line-height: 1.4em;
    margin: 18px 0;
	border-left: 5px solid #eeeeee;
}

.note_caution, .note_note, .note_warning{
	border-left: 5px solid #ffc107;
}

.note_danger{
	border-left: 5px solid #dc3545;
}

.note_tip, .note_important, .note_notice{
	border-left: 5px solid #17a2b8;
}

span.note__title::after {
    content: "\A";
    white-space: pre;
    line-height: 2em;
}