ul.thread_tools,
ul.thread_tools li {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.thread_tools li {
	padding-left: 24px;
	padding-bottom: 4px;
	margin-bottom: 3px;
	font-size: 11px;
	background-image: url(images/showthread_sprite.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul.thread_tools li.printable {
	background-position: 0 0;
}

ul.thread_tools li.sendthread {
	background-position: 0 -20px;
}

ul.thread_tools li.subscription_add {
	background-position: 0 -40px;
}

ul.thread_tools li.subscription_remove {
	background-position: 0 -60px;
}

ul.thread_tools li.poll {
	background-position: 0 -80px;
}

.showthread_spinner {
	width: 850px;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 20px;
}

div.post_body {
    box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.5);
    padding-bottom: 25px;
    padding-top: 10px;
}

.post_body a:link {
  color: #7b3b1d !important;
  text-decoration: underline !important;
}

.post_body a:visited {
  color: #7b3b1d !important;
  text-decoration: underline !important;
}

.post_body a:hover, a:active {
  color: rgb(170, 132, 66) !important;
  text-decoration: underline !important;
}

div.signature {
    background-color: rgba(213, 194, 194, 0.2);
    font-size: 0.9em;
    padding: 15px;
    max-height: 400px;
    overflow: hidden;
}

div.signature img {
	width: auto;
	max-height: 300px;
	max-width: 550px;
	height: auto;
}

div.post_body img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 1000px;
}

#quickreply_e textarea {
    height: 200px;
}

.profilefield .fieldvalue {
    display: inline-block;
}

.profilefield .fieldname {
    font-weight: 800;
    width: 12em;
    display: inline-flex;
    margin-right: 5px;
}

.profilefield:nth-of-type(2n-1) {
    background-color: rgba(122, 122, 122, 0.15);
}

.profilefield {
    display: block;
    text-align: left;
    padding: 0em 7px;
}

.abc {
font-family: 'Cormorant';
color: #f69414;
text-shadow: 2px 2px 2px #a7a7a7b3;
margin: 15px 2px 30px 2px;
font-size: 45px;
text-align: center;
}

.abc1 {
font-family: 'Cormorant';
color: #f69414;
text-shadow: 2px 2px 2px #a7a7a7b3;
margin: 15px 2px 15px 2px;
font-size: 28px;
}


/* STATYSTYKI */

div.statystyki span {
    display: none;
    padding: 5px;
    margin-left: 8px;
    width: 150px;
}

div.statystyki:hover span{
    display: inline;
    position: absolute;
	margin: 15px 0 0 5px;
    background: rgb(245, 231, 209);
    border: 1px solid #cab279;
    color: #000000;	
	text-align: left;
    box-shadow: 0px 0px 10px #FFD196;
    border-radius: 10px;
}