.postbit-classic{
    width: 1120px;
    margin: auto;
}


.postbit-classic .ptable{
	width: 100%;
	border-spacing: 0px;
	background: #e3e3e3;
}

.postbit-classic .ptable .phead{
	border-bottom: solid 5px #dddddd;
    height: 50px;
	position: relative;
}

.postbit-classic .ptable .phead .buttons{
    width: 500px;
    float: left;
    text-align: left;
    font-size: 15px;
	opacity: 0.7;
    font-style: italic;
	padding-left: 15px;
}

.postbit-classic .ptable .phead .time{
	position: absolute;
    right: 25px;
    bottom: -1px;
    color: #979797;
    font-size: 10px;
}


.postbit-classic .ptable .author{
	width: 280px;
    max-width: 280px !important;
    padding: 0;
    background: #e9e9e9;
}

.postbit-classic .ptable .author .avatar{
	position: relative;
	background:	#d3d3d3;

}

.postbit-classic .ptable .author .icon{
	position: relative;
	background:	#d3d3d3;

}

.postbit-classic .ptable .author .description {padding: 15px;}

.postbit-classic .ptable .author .usertitel{
 	position: relative;
	height: 80px;
}

.postbit-classic .ptable .author .usertitel .iconquote{
	position: absolute;
    left: 20px;
    top: 30px;
    z-index: 1;
    font-size: 25px;
    color: #d3d3d3;}

.postbit-classic .ptable .author .titel{
	font-weight: bold;
    position: absolute;
    width: 230px;
    right: 10px;
    top: 38px;
    font-size: 11px;
    color: #424343;
    z-index: 2;
    line-height: 1;
    font-family: Calibri;
    text-transform: uppercase;


}

.postbit-classic .ptable .author .avatar .hover{
	position: absolute;
	background:	#d3d3d3;
	width: 280px;
	height: 240px;
	opacity: 0;
	transition: .9s;
}






.postbit-classic .ptable .author .avatar .hover:hover{
	opacity: 0.9;
	}


.postbit-classic .ptable .author .avatar .hover .fieldtab{
    width: 240px;
    margin: auto;
    margin-top: 50px;
    border-spacing: 10px;

}
.postbit-classic .ptable .author .avatar .hover .fieldtab .question{
	width: 120px;	
	
}
.postbit-classic .ptable .author .avatar .hover .fieldtab .field{

	font-size: 11px;
    letter-spacing: 1px;
    color: #333;
    height: 3px;
    line-height: 10px;
    text-align: right;
    position: relative;
    text-transform: uppercase;
}

.postbit-classic .ptable .author .player{
    position: relative;
    background: #e3e3e3;
    height: 70px;
    border: 10px solid #d3d3d3;
}

.postbit-classic .ptable .author .player .player-tab{position: absolute;
    left: 58px;
    width: 202px;;
	height: 70px;}



.playericon{
    font-size: 35px;
    color: #d3d3d3;
	    height: 70px;

}

.userplayer{
	font-size: 11px;
    color: #424343;
}

.postbit-classic .ptable .author .player .pic{

    position: absolute;

}

.postbit-classic .ptable .author .avatar .hover .fieldtab .field:after {
    background: #7b7c7d;
    opacity: 0.6;
    display: block;
    content: '';
    height: 5px;
    width: 103%;
    position: absolute;
    left: -1px;
    bottom: -1px;
    z-index: 0;
}

.postbit-classic .ptable .author .avatar .hover .fieldtab .answer{
	font-size: 10px;
	text-transform: uppercase;

}



.postbit-classic .ptable .message{
	position: relative;

}

.postbit-classic .ptable .message .content{
padding: 20px;
margin-top: 70px;
    line-height: 2;
    text-align: justify;

}
.postbit-classic .ptable .message .signatur{margin: 15px; text-align: center;}


.postbit-classic .ptable .message .username{
	position: absolute;
    right: 25px;
    font-family: 'TCCM';
    font-size: 80px;
    text-transform: uppercase;
    top: -27px;
    font-style: italic;
    opacity: 0.5;
}




.postbit-classic .ptable .bottom{
	border-top: solid 2px #dddddd;
	height: 50px;
	position: relative;
}

.postbit-classic .ptable .bottom .mini{
	width: 50px;
    height: 50px;
    padding: 5px;
    border: 1px solid #dddddd;
    top: -32px;
    left: 252px;

    position: absolute;
    z-index: 10;
    transform: rotate(45deg);
    background: #121517;
}


.postbit-classic .ptable .bottom .mini .pic{
	width: 50px;
    height: 50px;
    overflow: hidden;
    background: #ddd;
  
}
.postbit-classic .ptable .bottom .mini .pic .img{
height: 75px;
    margin-top: -11px;
    margin-left: -12px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

.postbit-classic .ptable .bottom .author-name{
	position: absolute;
    font-size: 10px;
    text-transform: uppercase;
    top: -15px;
    left: 40px;}

.postbit-classic .ptable .bottom .strich{
    position: absolute;
    background-color: #d1d1d1;
    width: 2px;
    height: 50px;
    top: 2px;
    left: 282px;

}
		