.ucd-notice {
    position: relative;
    padding: 15px 45px 15px 15px;
    margin-top: 20px;
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: 14px;
}

.ucd-success {
    background-color: #e6f7e6;
    border-color: #8fd98f;
    color: #2e7d32;
}

.ucd-error {
    background-color: #fdeaea;
    border-color: #f5a4a4;
    color: #a94442;
}

.ucd-dismiss {
    position: absolute;
    right: 10px;
    top: 10px;
    background: none;
    border: none;
    font-size: 18px;
    color: #888;
    cursor: pointer;
}
.ucd-dismiss:hover {
    color: #000;
}