/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
a.rumbletalk-admin-button {
    color: #fff;
    background: #80b620;
    display: inline-block;
    text-decoration: none;
    padding: 5px 15px;
    box-shadow: none;
}

a.rumbletalk-admin-button:active,
a.rumbletalk-admin-button:focus,
a.rumbletalk-admin-button:hover {
    background: #6d9b1c;
    color: #fff;
    box-shadow: none;
}

span.rumbletalk-no-admin {
    display: inline-block;
    background: #ddd;
    color: #000;
    padding: 5px 15px;
}