/**
 * Popup
 */
.nice-popup {
    /*background: linear-gradient(to bottom, #e5ff83 0%, #b7cc69 50%, #b7cc69 50%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    /*background: #ef7873;*/
    background: #fff;
    color: #555;
    border-radius: 0.3em;
}

.nice-popup .title {
    color: #555;
    border: none;
    border-bottom: 1px solid #bbb;
    background: none;
    text-transform: uppercase;
}