
dd.tf-most-active {
	font-size: 1.2em;
	line-height: 1.2em;
	text-align: left;
	width: 185px;
}

.rtl dd.tf-most-active  {
	text-align: right;
}

dd.tf-newest {
	font-size: 1.2em;	
	line-height: 1.2em;
	text-align: left;
}

.rtl dd.tf-newest {
	text-align: right;
}

dd.tf-active-header {
	width: 185px;
	text-align:left;
}

.rtl dd.tf-active-header {
	text-align:right;
}

#top_five ul {
	list-style-type: none;
}

#top_five li {
	padding: 2px 0;
}

#top_five li:first-child {
	padding-top: 0;
}

#top_five li:last-child {
	padding-bottom: 0;
}

#top_five .meta {
	display: block;
	padding-left: 8px;
}

.rtl #top_five {
	text-align: right;
}

.rtl #top_five .meta {
	padding-left: 0;
	padding-right: 8px;
}

#top_five ul.topiclist li.row a.subforum {
	white-space: normal;
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	#top_five ul.topiclist li.row a.subforum {
		overflow: hidden;
	}
}


/* Fixes avatar aspect-ratio */

.topfive-avatar {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

#top_five .topfive-avatar img {
	position: absolute;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	left: 0px;
	top: 0px;
	max-height: 20px;
	max-width: 20px;
}

#top_five .topfive-avatar img:hover {
	left: -40px;
	top: -40px;
	max-height:100px;
	max-width:100px;
	box-shadow: 0 0 20px #000;
	z-index: 10;
}

/* Fixes avatar aspect-ratio */
.noavatar .topfive-avatar { 
	display:none;

}
hr {
 background: black;	
}
table {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: black;
}

.topfive {
    background-color: #EEF5F9; /* TopFive Background Color Settings */
}

.badges-style {
	font-size: 9px;
	float: right;
	background: none repeat scroll 0% 0% #5cbae8; /* Badges Background Color Settings */
	padding: 3px 10px;
	border-radius: 3px;
	color: white;
	margin-bottom: 6px;
	border-top: 2px solid #AA0000; /* Top Border Background Color Settings */
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	border-bottom: 2px solid #AA0000; /* Bottom Border Background Color Settings */
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

}