.l2-rating-container {
    margin-top: 10px;
}
.l2-rating-container img {
    width: auto;
}
/* rating */
.wiki-npc-drop-table {
    margin-top: 25px;
}
#table-pk td:nth-child(2), td:nth-child(3) {
    width: 90px;
}
#table-pvp td:nth-child(2), td:nth-child(3) {
    width: 90px;
}
#table-rich td:nth-child(2) {
    width: 130px;
}
#table-online td:nth-child(4) {
    width: 130px;
}
.l2online-color {
	color: #a3cb97;
}
.wiki-npc-drop-table td {
	padding: 5px;
}
.content-relative-rating img{
	border-radius: 7px;
	width: 21px;
}
.l2-statistic-toggle {
    margin-top: 25px;
}
.l2-statistic-toggle img {
    margin-right: 30px;
    cursor: pointer;
    opacity: 1;
    border: 1px solid #485869;
    transition: all 0.5s ease;
    border-radius: 4px;
}
.l2-statistic-toggle img:hover {
    opacity: 0.6;
    border: 1px solid #848d96;
}
.statistic-toogle-active {
    box-shadow: 0 5px 7px rgb(157 195 235);
}
.content-relative-rating {
    position: relative;
    width: 90%;
    margin: 0 auto;
	margin-top: 15px;
}
.slide-block {
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
    opacity: 0;
    transform: translateY(20px);
    visibility: hidden;
    position: absolute;
}
.slide-block.l2RatingVisible {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
	box-shadow: 0 5px 7px rgb(157 195 235);
}
.l2rating-table-block-link {
    padding: 0px;
    margin: 0px;
    width: 95%;
}
.l2rating-table-block-link tr {
    border-bottom: 1px solid #435160;
}
.l2rating-table-block-link td {
    text-align: left;
}
.l2rating-table-block-link td a:hover {
    color: #f0d78e;
}
.l2rating-table-block-link td a {
    color: #d4cec4;
}
.l2rating-table-block-link td a span {
    color: #686868;
}
.l2rating-table-block-link td a:hover span {
    color: #474747;
}
.block-center {
    margin: 0 auto;
}
#table-rich td:last-child {
	color: gold;
}
#table-pvp td:last-child, #table-pk td:last-child {
	color: red;
}
.win3 {
	color: #e0ed37;
}
.rating-adena {
	background-image: url(../images/rates-ico.gif);
}
.color-headr-td {
    color: #ffbc00;
}
.image-captioned {
  position: relative;
  display: inline-block;
}
.image-captioned .caption {
	position: absolute;
    top: -23px;
    left: -5px;
    font-size: 16px;
    margin: 0 auto;
    width: 43px;
}

/* adaptive */
@media(max-width:710px) {
    .l2rating-table-block-link {
        width: 98%;
    }
    .content-relative-rating {
        width: 98%;
    }
}
@media(max-width:480px) {
	#table-pk td:nth-child(2), td:nth-child(3) {
    width: auto;
	}
	#table-pvp td:nth-child(2), td:nth-child(3) {
		width: auto;
	}
	#table-rich td:nth-child(2) {
		width: auto;
	}
	#table-online td:nth-child(4) {
		width: auto;
	}
}
@media(max-width:280px) {
	.l2-statistic-toggle img {
    	margin-right: 15px;
	}
}