ul.thread_tools,
ul.thread_tools li {
	/* color: #27AE60; */
	color: #41b98c;
	padding-left: 14px;
	padding-bottom: 4px;
	margin-bottom: 3px;
	list-style:none;: none;
	font-size: 14px;
}

ul.thread_tools li {
	padding-left: 24px;
	padding-bottom: 4px;
	margin-bottom: 3px;
	font-size: 14px;
	color:#41b98c;
	text-decoration:none;
}

ul.thread_tools li.printable:before {
margin-right:5px;font-family: 'Font Awesome 5 Free';font-weight:900;content:"\f02f";
}

ul.thread_tools li.sendthread:before {
margin-right:5px;font-family: 'Font Awesome 5 Free';font-weight:900;content:"\f0e0";
}

ul.thread_tools li.subscription_add:before {
margin-right:5px;font-family: 'Font Awesome 5 Free';font-weight:900;content:"\f1ea";
}

ul.thread_tools li.subscription_remove:before {
margin-right:5px;font-family: 'Font Awesome 5 Free';font-weight:900;content:"\f1ea";
}

ul.thread_tools li.poll:before {
margin-right:5px;font-family: 'Font Awesome 5 Free';font-weight:900;content:"\f080";
}

.showthread_spinner {
	width: 100%;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 20px;
}
div > div.post_content > div > form > button {
margin-right: 8px
}

.tfoot .linkthread {
  color: #41b98c;
}

.tfoot .linkthread a:link, .tfoot .linkthread a:visited, .tfoot .linkthread a:active {
  color: #e56740;
}

.tfoot .linkthread a:hover {
  color: #daac9c;
}

#quick_reply_form tr:first-child td:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

#quick_reply_form #quickreply_e tr:first-child td:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0px;
}

#quick_reply_form #quickreply_e tr:first-child td:last-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 4px;
}

#quick_reply_form #quickreply_e .hide_mobile img {
  border-radius: 4px;
}

.fiche_maj_text {
  color: #339966;
  font-size: 12pt;
  font-weight: bold;
}

.fiche_msg_torrent {
  color: #339966;
  font-weight: bold;
}

.post.classic .post_author div.author_information .smalltext {
  padding-top: 5px;
}

.post.classic .post_author div.author_information .smalltext img {
  padding-top: 3px;
}

.post_content div.blockfiche {
  background-color: #cdcdcd;
  border-radius: 4px;
  color: #333333;
  text-align: center;
  width: 36%;
  margin-left: auto;
  margin-right: auto;
}