/* .stat-block.permissions {
	display: none !important;
} */

.alignleft {
	float: left;
	clear: left;
	width: 50%;
}

.alignright {
	float: right;
	clear: right;
	text-align: right;
	width: 50%;
}

.legend-index.navbar {
	text-align: center !important;
	padding: 4px 0 !important;
	margin: 0 !important;
}

.valign span{
	vertical-align: middle !important;
}

.howwide {
	float: left;
}

.howwide2 {
	width: auto;
}

.clear-legend .imageset {
	margin-bottom: 3px;
}

/* Legend tweak for phpBB 3.2.x
----------------------------------------*/

.legend-index span.imageset {
	display: inline-block;
	margin: 0;
	padding: 32px 0 0 32px;
	width: 0;
	height: 0;
	overflow: hidden;
	background-size: cover;
}

.clear-legend span.imageset {
	display: inline-block;
	margin: 0 0 2px 0;
	padding: 32px 0 0 32px;
	width: 0;
	height: 0;
	overflow: hidden;
	background-repeat:  no-repeat;
	background-size: cover;
}

/* Edit by Neverlands
----------------------------------------*/

div.clear-legend { margin-top: -16px; }
dl.alignleft.howwide2 {margin-bottom: 15px; }

.topic_unread, .sticky_unread, .pm_unread { background-image: url("./images/topic_unread.png") !important; }
.topic_unread_hot, .forum_unread_hot { background-image: url("./images/topic_unread_hot.png") !important; }
.topic_unread_locked, .sticky_unread_locked { background-image: url("./images/topic_unread_locked.png") !important; }
.topic_read, .sticky_read, .pm_read { background-image: url("./images/topic_read.png") !important; }
.topic_read_hot, .forum_read_hot { background-image: url("./images/topic_read_hot.png") !important; }
.topic_read_locked, .sticky_read_locked { background-image: url("./images/topic_read_locked.png") !important; }
.global_read, .global_read_mine, .announce_read_mine, .announce_read, .forum_read_announcement { background-image: url("./images/announce_read.png") !important; }
.topic_read, .sticky_read, .pm_read { background-image: url("./images/topic_read.png") !important; }
.topic_moved { background-image: url("./images/topic_moved.png") !important; }
.forum_unread { background-image: url("./images/forum_unread.png") !important; }
.forum_read { background-image: url("./images/forum_read.png") !important; }
.forum_read_locked { background-image: url("./images/forum_read_locked.png") !important; }
.forum_unread_locked { background-image: url("./images/forum_unread_locked.png") !important; }
.forum_read_subforum { background-image: url("./images/forum_read_subforum.png") !important; }
.forum_unread_subforum { background-image: url("./images/forum_unread_subforum.png") !important; }