/* module-key = 'com.adaptavist.confluence.contentFormattingMacros:aui-message-resources', location = 'css/aui-message.css' */
.wiki-content .aui-message.error > p {
    color: #ffffff;
}

/*
Confluence 5.7 added a fixed line-height to aui-message. This caused issues with CFM's AUI message boxes going past a certain font size.
The below class is meant to override the aui line-height only for CFM message boxes, and reset it to what the body's line-height is.
ticket: CONTENTF-215
*/
.aui-message.contentf-msgbox {
    line-height: 1.42857142857143;
}

#inline-dialog-pdfLink {
    z-index: 1100;
}
