
.list.articles .list-item em {
    display: block;
    float: right;
    background: #f0ece7;
    padding: 6px 9px;
    color: #928a80;
    font-size: 11px;
    font-style: normal;
    margin-left: 5px;
}

.list.articles .list-item a {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-decoration: underline;
    display: block;
}

.list.articles .list-item span {
    font-size: 13px;
    font-weight: normal;
    color: #797979;
    padding-top: 10px;
    display: block;
}

/* advices */

.advices-links {
    border-bottom: 1px solid #e5e5e5;
    padding: 0px 0px 15px;
}

.advices-links>div:first-child {
    float: right;
}

.advices-links>div a {
    color: #000;
    font-size: 13px;
}
.advices-links>div:first-child a {
    color: #a3a3a3;
    font-size: 12px;
}


.list.advices {
    margin-top: 15px;
}

.list.advices .list-item>em {
    display: inline-block;
    vertical-align: top;
    background: #f0ece7;
    padding: 6px 9px;
    color: #928a80;
    font-size: 11px;
    font-style: normal;
    margin-right: 20px;
    margin-bottom: 6px;
}

.list.advices .list-item>span {
    display: inline-block;
    vertical-align: top;
    width: 75%;
}

.list.advices .list-item>span>a {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-decoration: underline;
    display: block;
    
}

.list.advices .list-item>span>span {
    font-size: 13px;
    font-weight: normal;
    color: #797979;
    padding-top: 2px;
    display: block;
}

.mobile .list.advices .list-item>span{
    display: block;
    width: 100%;
}

.rating .table>div>div {
    text-align: left;
}

.rating .table h3 a {
    font-size: 13px;
    color: #000;
    font-weight: bold;
}

.rating .table .list {
    margin-top: 20px;
}

.rating .table .list .list-item {
    padding-bottom: 3px;
}

.rating .table .list .list-item a {
    text-decoration: none;
    color: #797979;
    font-size: 13px;
}

.rating .table .list .list-item a>span {
    display: inline-block;
    width: 25px;
}

.top-artists .block-header {
    text-align: center;
}

.top-artists .block-header a {
    text-decoration: none;
    font-size: 14px;
}

.top-artists-header {
    text-align: center;
    padding: 0px 0px 20px;
    border-bottom: 1px solid #e5e5e5;
}

.top-artists-top {
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

.top-artists-button {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

/*.top-artists-button .button {
    padding: 5px 10px 7px;
    background: #968b7a;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}*/

.top-artists-header>span {
    color: #0a0404;
    font-size: 12px;
    display: block;
    padding-bottom: 7px;
}

.top-artists-content {
    margin-top: 16px;
}

.top-artists-content .list-item {
    display: table;
    width: 100%;
    padding-bottom: 3px;
}

.top-artists-content .list-item>span {
    display: table-cell;
    color: #0a0404;
    font-size: 12px;
}

.top-artists-content .list-item>span>span:first-child {
    width: 22px;
    display: inline-block;
}

.top-artists-content .list-item>span>span {
    display: inline-block;
    vertical-align: top;
    width: 80%;
}

.top-artists-content .list-item>span:last-child {
    text-align: right;
}

.top-artists-content .list-item>span>em {
    font-size: 10px;
    color: #7b081a;
    font-style: normal;
    white-space: nowrap;
}

