/* proSilver Content Styles for MOD Thanks
---------------------------------------- */

dl.thanks {
	min-height: 35px;
	background-position: 10px 50%;		/* Position of folder icon */
	background-repeat: no-repeat;
}

dl.thanks dt {
	padding-left: 45px;					/* Space for folder icon */
	background-repeat: no-repeat;
	background-position: 5px 95%;		/* Position of topic icon */
	width: 45%;
}

dd.lastpostthanks {
	width: auto;
	font-size: 1.1em;
}
dd.lastpostthanks span {
	display: block;
	padding-left: 5px;
}
/* List in forum description */
dl.thanks dt ol,
dl.thanks dt ul {
	list-style-position: inside;
	margin-left: 1em;
}

dl.thanks dt li {
	display: list-item;
	list-style-type: inherit;
}
li.header dl.thanks {
	min-height: 0;
}

li.header dl.thanks dt {
	/* Tweak for headers alignment when folder icon used */
	padding-left: 0;
	padding-right: 50px;
}

/* Forum list column styles */
dl.thanks {
	min-height: 35px;
	background-position: 10px 50%;		/* Position of folder icon */
	background-repeat: no-repeat;
}

dl.thanks dt {
	padding-left: 45px;					/* Space for folder icon */
	background-repeat: no-repeat;
	background-position: 5px 95%;		/* Position of topic icon */
}

/* Responsive toplists */
.thanks-topposts dl.row-item dt .list-inner { padding-left: 5px; }
.thanks-topposts ul.topiclist dd, .thanks-toptopics ul.topiclist dd, .thanks-topforums ul.topiclist dd { display: block; }
.thanks-topposts dd.views, .thanks-toptopics dd.views, .thanks-topforums dd.views { line-height: 1em; }

.thanks-topiclist-rating { display: block; clear: both; }

/* Profile thanks lists */
.profile-thanks .list span { display: inline-block; }

@media (max-width: 380px) {
	.profile-thanks .list span { width:99%; }
}
@media (max-width: 570px) and (min-width: 381px) {
	.profile-thanks .list span { width:49.6%; }
}
@media (max-width: 760px) and (min-width: 571px) {
	.profile-thanks .list span { width:32.4%; }
}
@media (max-width: 950px) and (min-width: 761px) {
	.profile-thanks .list span { width:24.5%; }
}
@media (min-width: 951px) {
	.profile-thanks .list span { width:19.6%; }
}

