.forumButtonThanksDone {
	color: green !important;
}

.forumButtonThanks:hover {
  background-position: 0px -17px;
}
.forumButtonThanks em { margin-right: 5px; font-style: normal }
.forumButtonThanks:hover em { display: none; }


.Logs .list a span { display: none }
.Logs .list a:hover span { display: block; position: absolute; background-color: black; padding: 5px }

.forumPostDeleted { margin-bottom: 5px } 
.forumPostDeleted a { color: #A4322F; font-style: italic; text-decoration: underline }
.forumPost {
  clear: both;
  border: 1px solid black;

	background-color: #000;

  margin-bottom: 10px

}

.userTitles, .userOptions { 
	list-style-type: none !important; 
	list-style-image: none;
	padding: 0; 
}


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

	.Bar { display: none }


	.userImage {
		position: absolute;
		right: 0;
		top: 0;
	}	


	.userTitles li , .userOptions li { display: inline-block; margin-right: 5px }
	.userTitles .topicStarter { font-size: 9px }


/***************************************/
.forumPost2 { position: relative; border: 1px solid #323838 }
.userInfo2 { position: relative; padding-left: 90px; height: 60px;  background-color: #171A1A; padding-top: 4px }
.userImage2 { max-height: 60px; }
.userImageContainer { height: 60px; width: 80px; overflow: hidden; position: absolute; left:0px;top:0px; }
}

	.userPost .small { display: inline-block; padding-bottom: 15px }


@media only screen and (min-width: 768px) {

	.forumPost {
  background-color: #121212;

	}
 .userInfo2 {
	  width: 160px;
	  float: right; 
	  padding: 5px 10px 0px
	}

	.forumPost .userPost, .forumPost .postFooter {
  	margin-right: 180px;
	}

	.userImageContainer { margin-bottom: 10px}

}

.btnTeiletreff {
	background-image: url(/forum/images/teiletreff.png);
	display: block;
	width: 57px;
	height: 17px;
}
.btnTeiletreff:hover {
	background-image: url(/forum/images/teiletreff2.png);
}
.btnEbay {
	background-image: url(/forum/images/ebay.png);
	display: inline-block;
	width: 45px;
	height: 17px;
}
.btnEbay:hover {
	background-image: url(/forum/images/ebay2.png);
}
.btnTeiletreff span { display: none }
.btnEbay span { display: none }

.forumPost .postReports { margin-top: 20px }
.forumPost .postReports table { margin-top: 5px; border: 1px solid #121212; border-collapse: collapse }
.forumPost .postReports td { border-bottom: 1px solid #121212; }

.forumPost .userPost, .forumPost2 .userPost {
  background-color: black;
/*  margin-right: 180px; */
word-wrap: break-word;
  padding: 0px 5px 5px;

}
.forumPost .userInfo .option { margin: 0px }
.userPost .datetime { display: block; height: 20px; padding-top: 4px; font-size: 9px; color: #535353 }
.userPost .datetime a { color: #535353 }
.userPost .datetime a:hover { text-decoration: underline }
.userPost .datetime { padding-bottom: 15px }

.forumPost .postFooter {
  background-color: black;
  padding: 5px 5px 0px; 
/*  margin-right: 180px; */
  text-align: right
}
.forumPost .postFooter span { display: block; text-align: left; font-size: 9px; color: #535353}
.forumPost .postFooter ul { margin: 0px; padding: 0px; }
.forumPost .postFooter ul li { display: inline }

.forumPost .attachments { width: auto; margin-top: 20px ; }
.forumPost .attachments td { background-color: #111; padding: 2px; text-align: center; font-size: 9px; color: #eee }
.forumPost .attachments img { }

.attachmentTitle { display: block; text-align: center; font-size: 10px }


.btn-sm { color: #A1A48B } 
.btn-sm:hover { text-decoration: none }

@media only screen and (max-width: 768px) {
	.option-admin { position: absolute; right: 0; top: 10px }
}


.attachment {
	display: inline-block;
	background-color: #111;
	font-size: 10px; 
	color: #eee; text-align: center; padding: 4px; margin: 2px;
}

.userOptions .btn-default {
  padding: 2px 4px;
  font-size: 10px
}

