/* Heading of the plugin can be changed here */
.bbpas-header {
    background: rgba(0, 0, 0, 0.03);
    color: #666;
    border-radius: 6px;
    margin: 6px 0;
    padding: 3px;
    font-weight: bold;
}

/* User Group key */
.bbpas-key {
    margin: 10px 0;
}

/* Styling applied to the header of the plugin (e.g Forum Statistics) */
h2.bbpas-h2 {
    
}

/* Styling applied to all user links within the plugin */
a.bbpas-user {
    font-weight: normal;
}

/* Styling applied to the title, e.g Threads, Members and Posts */
span.bbpas-title {
    font-weight: bold;
}

/* Style all roles, a.bbpas-user is a better way of doing this! */
.keymaster a, .moderator a, .blocked a, .spectator a {
    
}

/* Style Keymaster and Moderator roles */
.keymaster a, .moderator a, .keymaster, .moderator {
    font-weight: bold;
}

    .keymaster a, .keymaster {
        color: red;
    }
    
    .moderator, .moderator a {
        color: black;
    }

/* Lets make blocked/banned members stand out a little more */
.blocked a {
    text-decoration: line-through;
    font-style: italic;
    color: grey;
}