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