#content .head div, #content .innerlist .row div {
    float: left;
}
#content .head, #content .innerlist {
	width: 100%;
    box-sizing: border-box;
}
#content .head {
height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #315c6f;
    margin-bottom: 3px;
	padding: 0 5px;
	color: #8ebdd4;
}
#content .head .nr, #content .innerlist .row .nr {
    width: 40px;
    min-height: 30px;
}
#content .head .name, #content .innerlist .row .name {
max-width: 350px;
    width: calc(100% - 130px);
}
#content .head .total, #content .innerlist .row .total {
	width: 90px;
    text-align: right;
    position: relative;
}
#content .innerlist .row .total::after {
    display: block;
    position: absolute;
    right: -3px;
    top: 0;
    bottom: 0;
    content: "";
    width: 22px;
    background: url(/images/kn.png) center center no-repeat;
}
#content .innerlist .row {
	background: none;
    height: 32px;
    line-height: 32px;
	padding: 0 5px;
}
#content .innerlist .row:nth-child(2n+1) {
	background: linear-gradient(to right, transparent, #1b222833 5%, #1b222833 95%, transparent);
}
#content .head .last, #content .innerlist .row .last {
	width: 150px;
}
span.creators {
    color: #ff5f5f;
    font-weight: 600;
}
#content .innerlist .row .total {
    padding-right: 22px;
    box-sizing: border-box;
}