.artcoin-detailpage .artcoin_sum {
    
}
.back_money_text.double_art {
    color: #39b54a;
}
.back_money_text .artcoin_sum s,
.artcoin-detailpage .artcoin_sum s {
    color: #666;
    font-size: 24px;
    display: inline-block;
    margin: 0 5px;
    font-weight: 300;
}
.back_money_text .artcoin_sum b,
.artcoin-detailpage .artcoin_sum b {
    color: #39b54a;
}
.open_action_artcoin_popup_link {
    display: none!important;
}
.style_link {
    color: #1c7eed;
    border-bottom: 1px solid rgba(28,126,237,0.2);
}
    .style_link:hover {
        border-bottom: 1px solid rgba(28,126,237,0.6);
    }
@media (max-width: 600px) {
    .back_money_text .artcoin_sum s,
    .artcoin-detailpage .artcoin_sum s {
        font-size: 15px;
    }
}

.decor20-wrapper {
    max-width: 620px;
}
.decor20-wrapper .title {
    font-size: 38px;
    margin-bottom:25px;
    position: relative;
}
    .decor20-wrapper .title:after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 3px;
        height: 2px;
        background: rgba(27, 48, 62, 1);
        width: 90px;
    }
.decor20-wrapper .text {
    margin-bottom: 30px;
}
.decor20-wrapper .text p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}

.decor20-wrapper .cat_links a {
    display: block;
    max-width: 100%;
    text-decoration: none;
    margin-bottom: 20px
}
.decor20-wrapper .cat_links a:last-child {
    margin-bottom: 0px
}
.decor20-wrapper .cat_links img {
    display: block;
    max-width: 100%;
}