body 
{
    font-family: 'Roboto', sans-serif;
}

span.MItem.RSS {
    display: none !important
}

/* Image additions for Q&A */

.QnA-Item-Accepted {
    background-color: #E8E8EE !important;
}

.Item.Role_Staff .MItem.RoleTitle {
    color: transparent;
    background: no-repeat url(https://static.v-cdn.net/demo/staff-tag.png);
    content: " " !important;
    width: 30px;
    margin-left: 8px;
}

/* Staff Role comment backgrund colour */

.Item.Role_Staff {
    background-color: #d8ecfc !important;
}

