.scrollToTop {
	background: #2ECC71;
	color: white;
	position: fixed;
	z-index: 4000;
	bottom: 143px;
	right: 20px;
	border-radius: 2px;
	padding: 9px 10px;
	cursor: pointer;
	display: block;
	font-size: 18px;
}

.scrollToDown {
	background: #2ECC71;
	color: white;
	position: fixed;
	z-index: 4000;
	bottom: 100px;
	right: 20px;
	border-radius: 2px;
	padding: 9px 10px;
	cursor: pointer;
	display: block;
	font-size: 18px;
}

.useroptions a i {
	color: #FFF;
	font-size: 30px;
    height: 30px;
    margin-top: 8px;
    vertical-align: middle;
	padding: 10px 8px 0px 10px;
}

.useroptions a:hover i {
	height: 40px;
}

#avatarheader {
	cursor: pointer;
	float: right;
	position: relative;
	border-radius: 50%;
	right: -10px;
	bottom: 11px;
}

#avatarheader:hover {
	opacity:0.6;
}

.haut {
	background: #000;
        color: white;
	width: 100%;
	float: right;
	position: absolute;
	height: 200px;
	text-align: left;
	background-image: url(../../../images/headerbg.png);
	background-repeat: repeat-x;
}

.headerlist {
	width: 100%;
	text-align: left;
	border-bottom: 2px solid #2ECC71;
	background: #FFF none repeat scroll 0% 0%;
	font-size: 15px;
}

.headerlist ul {
	display: inline;
	text-align: right;
	color: #2ECC71;
	position: relative;
	text-decoration: none;
}

.headerlist ul li {
	display: inline-block;
	padding: 14px 13px;
}

.useroptions a {
	color: #FFF;	
	font-size: 30px;
}

.useroptions a:hover {
	color: #FFFFFF;
	height: 30px;
}

.useroptions {
	float: right;
	vertical-align: middle;
	position: relative;
	right: 8px;
	position: relative;
	top: 4px;
	letter-spacing: 0.4px;
}

@media (max-width: 900px) {
.haut {
	text-align:center;
}

.scrollToDown, .scrollToTop {
 bottom: 14553px;
}


}

@media (max-width: 1280px) {
.scrollToDown, .scrollToTop {
 bottom: 14553px;
}


}

.PostNewThread {
	content: url(/images/skins/newmfgg/buttonNewTopic.png);
}

.ReplyToThread {
	content: url(/images/skins/newmfgg/buttonReply.png);
}

.ThreadClosed {
	content: url(/images/skins/newmfgg/buttonClosed.png);
}

img[src^="imagesmfgg/tuckbuck.png"] {
	content: url(/images/skins/doomship/tuskbuck-PM.png);
	/* THE NEXT 2 LINES FIXES THE ALIGNMENT OF THE COIN ICON */
	position: relative;
	bottom: -3px;
}

.postbit_buttons.post_management_buttons.float_right {
	position: relative;
	top: 0px;
}
span.postbit_buttons {
	position: relative;
	top: 0px;
	
}

span.postbit_buttons a {
	content: "";
	background-size: 36px 36px;
	background-position: 2px 2px;
	background-repeat: no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
}

span.postbit_buttons img {
	display: none
}

/* FIX THE LOCKED FORUM ICON */
.NForum[src^="https://forums.mfgg.net/images/emerald/ficon/icon_offlock.png"] {
	content: url(https://forums.mfgg.net/images/emerald/ficon/icon_offlock.png);
}


img[src^="https://forums.mfgg.net/images/badges/fd_fake_badge.png"] {
	animation: fd_will_be_jealous 2s infinite linear;
	top: 0px;
}

@keyframes fd_will_be_jealous {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

.tuskbuck {
	background: url(../../../images/emerald/tuskbuck.png);
}

.author_statistics img {
	margin: 2px;
}