/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.pcp-error {
    color: red;
    border: 1px solid #cc0000;
    background-color: #ffdddd;
    padding: 10px;
    margin-bottom: 20px;
}

.pcp-wrapper {
    margin-bottom: 20px;
}