/* Element specific rules that affect only this element class */

.custombox-authornote {
    width: 100%;
}

.custombox-helper.authornote {
    font-size: 80%;
}
/* Skined variants */

.custombox-header-header-thumb.authornote {
    background-image: url("/mod/customlabel/type/authornote/pix/icon_info_small.png");
}

#page-region-main .custombox-header-thumb.authornote,
#region-main .custombox-header-thumb.authornote {
    background-image: url("/mod/customlabel/type/authornote/pix/icon_info.png");
}

/* Author notes */

.custombox-header-thumb.authornote.flatstyle {
    background-image: url("/mod/customlabel/pix/spots/grayspot.png");
}

td.custombox-header-thumb.authornote.flatstyle:after {
    content: "\f097"; /* fa-bookmark-o */
}
