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;	
}

.rtl dd.tf-active-autor {
	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 */
#top_five .topfive-avatar img { 
	max-height: 20px;
    vertical-align: middle;
    width: auto;
}

.tr_likedposts td{
	max-width: 50px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.tr_likedposts td:hover{
	overflow: visible;
	white-space: normal;
}

#td_likedpost{
	max-width: 200px;
}

@media only screen and (max-width: 700px) {

	.tr_likedposts td,
	.tr_likedposts th{
		padding: 2px !important;
		font-size: 10px !important;
	}

	#td_forum,
	#th_forum{
		display: none;
	}
}

@media only screen and (max-width: 550px) {
	#td_posted,
	#th_posted{
		display: none;
	}

	#td_likedpost{
		max-width: 120px;
	}
}

.like, .liked { 
	float: right;
	width: 16px;
	height: 16px;
	margin-left: 1px;
	margin-bottom: -3px;
	background-size: 16px 16px;
}

.button .like, .button .liked {
	float: none;
}

.like_info, .liked_info { 
	float: left;
	width: 16px;
	height: 12px;
	margin-left: 1px;
}
	
.like {
	position:relative;
}
.like:hover:before{
	color: #ff726c;
}
.like:before{
	font-family: FontAwesome;
	top:0;
	left:-5px;
	padding-right:10px;
	font-size: 1.35em;
	content: "\f164";
	color: #DE7300;
}

.button .like:before, .button .liked:before {
	font-size: 1em;
	padding-right: 3px;
}

.liked {
	position:relative;
}
.liked:hover:before{
	color: #ff726c;
}
.liked:before{
	font-family: FontAwesome;
	top:0;
	left:-5px;
	padding-right:10px;
	font-size: 1.35em;
	content: "\f165";
	color: #DE7300;
	font-weight: bold;
}

.like_info {
	position:relative;
}
.like_info:before {
	font-family: FontAwesome;
	top:0;
	left:-5px;
	padding-right:10px;
	font-size: 1.35em;
	content: "\f164";
	color: #DE7300;
}
.liked_info {
	position:relative;
}
.liked_info:before {
	font-family: FontAwesome;
	top:0;
	left:-5px;
	padding-right:10px;
	font-size: 1.35em;
	content: "\f165";
	color: #DE7300;
	font-weight: bold;
}

.postlove-count {
    color: #222222 !important;
}
/* keep postlove button out of responsive dropdown menu */
.post-buttons .postlove-li {
    display: inline-block;
    float: right;
}

.dropdown-contents .postlove-li {
    display: none;
}

/* MODALS */
.modal {
  display: none;
  width: 95%;
  height: 80%;
  background: #fff;
  padding-right: 12px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal .inner {
	width: 100%;
	height: 100%;
	overflow: scroll;
	overflow-x: hidden;
}
.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  z-index: 999;
  background: url(./images/close.png) no-repeat 0 0;
}

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url(./images/spinner.gif) #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}