/**
 * Styles for NGAGE Sentoo Payment Method public-facing side
 */

 .ngage-sentoo-processing {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    margin: 2em 0;
}

.ngage-sentoo-error {
    color: #cc0000;
    text-align: center;
    margin: 2em 0;
}

.ngage-sentoo-success {
    color: #00aa00;
    text-align: center;
    margin: 2em 0;
}
