#jpAlertDismiss {
    text-align: right;
    padding-right: 10px;
}

#jpAlertDismiss a {
    cursor: pointer;
    color: white;
    border: solid;
    border-width: 1px;
    padding: 4px;
}

#JPAlertParent {
    padding-bottom: 15px;
    border-radius: 10px;
}

#jpAlertMain {
    padding-top: 15px;
}

#jpAlertMain h2 {
    padding-left: 6px;
    color: white;
}

#jpAlertMain h3 {
    text-align: center;
    color: white;
}

#JPAlertParent.jpalert-error {
    background-color: maroon;
}

#JPAlertParent.jpalert-success {
    background-color: rgb(34, 126, 52);
}