/* Use SSY Icons for Admonitions */

div.note_tip,
div.note_note,
div.note_important,
div.note_warning {
    /*  background-position-y: center; */
    border-color: #ccc !important;
}

.context div.note_tip,
.context div.note_note,
.context div.note_important,
.context div.note_warning {
    margin-top: 1em;
}

td.entry div.note_tip,
td.entry div.note_note,
td.entry div.note_important,
td.entry div.note_warning,
td.stentry div.note_tip,
td.stentry div.note_note,
td.stentry div.note_important,
td.stentry div.note_warning {
    font-size: 14px;
}

div.note_tip {
    background-image: url("resources/images/common/ssy-tip.svg") !important;
    background-size: 30px;
}

div.note_note {
    background-image: url("resources/images/common/ssy-note.svg");
    background-size: 27px;
}

div.note_important {
    background-image: url("resources/images/common/ssy-important.svg");
    background-size: 27px;
}

div.note_warning {
    background-image: url("resources/images/common/ssy-warning.svg");
}