.author_statistics ul{
	list-style: none;
	padding-left: 0px;
	margin-top: 0px;
}

.role-ranks{
	display: table-row;
	box-shadow: inset 0 1px 2px black, 0 1px 0 rgba(255,255,255,0.1);
    background: linear-gradient(#232323, #0a0a0a);
    overflow: hidden;
    min-width: 95%;
    margin-right: 0px;
}

.role-ranks div{
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
    font-weight: bold;
	text-align: center;
	width: 95px;
}

.role-ranks img{
	margin: 2px;
	display: table-cell;
}