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

/* Preview text
-------------------------------------------------------------- */
.rcp_site_creation_url_preview_label {
    font-weight: bold;
}
.poweredBy {
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    color: #333333;
}
.poweredBy a {
    color: #368cb7;
}
.poweredBy a:hover {
    color: #003354;
    text-decoration: underline;
}
.poweredBy.wide {
    background: #F5F3F0;
}
.poweredBy.narrow a {
    color: #000;
}