.as-toggle-hide {
    display: none;
}

.as-toggle-more {
    line-height: 60px;
    margin-left: 5px;
}

.as-toggle-more:after {
    content: "more";
    box-sizing: border-box;
    font-size: 13px;
    color: #666;
    border: 1px solid #ccc;
    padding: 0 17px 2px 8px;
    border-radius: 12px;
    vertical-align: top;
    margin-left: 5px;
    background: url(../images/toggle_minus-31fbb6e65af43fedd0273b81e0aa0754.png) 85% 50% no-repeat;
}

.as-toggle-more.as-toggle-more-plus:after{
    background: url(../images/toggle_plus-a469bcac5eaeeb34b64a095d9ab6c2cc.png) 85% 50% no-repeat;
}

