/**
 * Growl
 */
#jGrowl .jGrowl-notification, #jGrowl .jGrowl-closer {
    width: 250px !important;
}

@media all and (min-width: 700px) {
    #jGrowl .jGrowl-notification, #jGrowl .jGrowl-closer {
        width: 300px !important;
    }
}

@media all and (min-width: 900px) {
    #jGrowl .jGrowl-notification, #jGrowl .jGrowl-closer {
        width: 400px !important;
    }
}

#jGrowl .jGrowl-notification {
    background-position: 8px center !important;
    padding-left: 40px !important;
}

/*span.customSelect {
    font-size:11px;
    background-color: #f5f0de;
    color:#7c7c7c;
    padding:5px 7px;
    border:1px solid #e7dab0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px;
}
span.customSelect.changed {
    background-color: #f0dea4;
}
.customSelectInner {
    background:url(images/customSelect-arrow.gif) no-repeat center right;
}*/

.nice-popup .button {
    font-size: 0.9rem !important;
}