﻿.notifyjs-container {
    padding: 10px;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 0px;
    position: relative;
}

i.notifier {
    float: left;
}

    i.notifier:before {
        font-size: 24px;
        font-style: normal;
        font-family: 'FontAwesome';
        content: "\f0a1";
        padding-right: 20px;
        color: #7D6A56
    }

.notifier-text {
    color: #3070AA;
    overflow: hidden;
    position: relative;
    display: block;
    text-wrap: normal;
    white-space: normal;
    width: 240px;
}

    .notifier-text h4 {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 10px 0px;
        font-size: 18px;
    }

    .notifier-text .excerpt {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        font-size: 14px;
    }

.notifier-buttons {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
    text-align: right;
}

    .notifier-buttons button.ok {
    }
