/**
 * Community Home
 */
.rawt-com-home .rawt-news {
    font-size: 0.8em;
}

/**
 * Community Login
 */
.rawt-com-login .button {
    display: block;
    margin-bottom: 0.8em;
    max-width: 80%;
}

/**
 * Shortcodes
 */
.rawt-com-login-embed {
    display: block;
    width: 100%;
    max-width: 300px;
    text-align: left;
}

.rawt-com-login-embed .rawt-com-login .button {
    max-width: none;
}

.rawt-com-login-embed.shortcode-center {
    margin: 0 auto;
}