.statystyki {
    display: block;
    height: 644px;
    background: url(../../../images/eshoot/statistics.png);
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: -239px;
    z-index: -22;
    position: relative;
}

td.theadstatystyki {
    padding: 10px 10px;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}
#ikonkastat { 
	    color: #cd1e27;
    margin-right: 5px;
      text-shadow: 0px 0px 8px #cd1e27;
}
span.textdodatkowys {
    margin-left: 10px;
    font-size: 14px;
}
td.trowdzialy {
    padding: 10px 28px;
}

.post.classic {
    padding-top: 15px;
    background: #101010;
}

.post .post_author {
    border: 0px solid transparent !important;
    background: transparent;
}

.post_controls {
    background: transparent;
    border-bottom: 0px solid #ccc;
}

.post .post_author div.author_avatar img {
border: 1px solid #505050;
background: #131213;
}

.postbit_buttons > a:link, .postbit_buttons > a:visited, .postbit_buttons > a:active {
    display: inline-block;
    padding: 7px 15px;
    border-radius: 7px;
    margin: 2px;
    font-size: 14px;
    background: transparent;
    border: 1px solid #cd1e27;
    color: #fff;
    transition: all 0.3s ease;
}

.postbit_buttons > a:hover {
   background: #cd1e27;
   color: #fff;
}

.post .post_head {
    font-size: 14px;
    border-bottom: 0px dotted #ddd;
    margin-bottom: 5px;
}

.post.classic .post_author div.author_statistics {
    border-top: 0px dotted #ccc;
    margin: 6px 0 0 0;
    padding: 15px;
    float: none;
}

a.button:link, a.button:visited, a.button:active {
    border: 1px solid #cd1e27;
    background: transparent;
    color: #fff;
    display: inline-block;
    padding: 10px 17px;
    margin: 6px 2px 6px 2px;
    border-radius: 7px;
    font-size: 14px;
    transition: all 0.3s ease;
}

a.button:hover {
   background: #d1192b;
}

.tfoot {
    padding: 6px;
    background: #131213;
    height: 50px;
    color: #666;
}

button, input.button {
    padding: 10px 17px;
    background: transparent;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #cd1e27;
    color: #fff;
    outline: 0;
    font-weight: bold;
    border-radius: 7px;
    transition: all 0.3s ease;
}

button, input.button:hover {
    background: #cd1e27;
}

.postbit_buttons a span {
    padding-left: 0px;
    display: inline-block;
    height: auto;
    background: transparent;
    background-repeat: no-repeat;
}

.post.classic .post_author div.author_statistics li {
    border: 1px solid #cd1e27;
    list-style: none;
    padding: 10px 10px;
    text-align: center;
    margin: 10px;
    border-radius: 7px;
    color:#fff;
    font-size: 13px;
    transition: all 0.3s ease;
    cursor: default;
}

.post.classic .post_author div.author_statistics li:hover {
    background: #cd1e27;
    transform: scale(1.1);
}

.post .post_author div.author_avatar img {
    padding: 5px;
    border: 1px solid #ddd;
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.post .post_author div.author_avatar img:hover {
    transform: scale(1.1);
}

.post_controls {
    padding: 15px;
}
		