
/* style schemes for jgrowl messages */

.jGrowl div.jGrowl-notification.alert {
    font-family: Oswald, Arial, Helvetica, sans-serif;
    background-color: #920101 !important;
    color: #fff;
    font-size: 1.4em;
    padding: 1px 20px 20px 20px !important;
    line-height: 1.6em;
    text-align: right;
    width: auto;
}

.jGrowl div.jGrowl-notification.warning {
    background-color: darkorange !important;
    color: #fff;
    font-weight: bold !important;
    font-size: 1.4em;
    padding: 1px 20px 20px 20px !important;
    line-height: 1.6em;
    text-align: right;
    width: auto;
}

.jGrowl div.jGrowl-notification.success {
    background-color: #000 !important;
    color: white;
    font-weight: bold !important;
    font-size: 1.4em;
    padding: 1px 20px 20px 20px !important;
    line-height: 1.6em;
    text-align: right;
    width: auto;
}

.jGrowl-closer {
    display: none !important;
}

/* position of the close label */

.jGrowl-notification .jGrowl-close {
    position: absolute;
    top: 7px;
    right: 6px;
}

/* position of the actual message */

.jGrowl-message {
    margin: 20px 0 0 0;
    word-break: normal;
}

