.tws-article-list--list .tws-article-list--introduction-text {
    font-size: 12px;
    color: RED;
    width: 100%;
}

.nordic--body .nordic--body-wrapper .nordic--main .nordic--main-wrapper {
    background: #fff;
    box-shadow: 0 0px 0px rgba(0,0,0,0.0);
    border-radius: 3px;
    padding: 30px 10px 60px 10px;
}

.tws-article-list--list .tws-article-list--price .tws-api--price-current {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #c00f23;
}

.tws-article-list--list .tws-list--type-grid .thumbnail {
    buffered-rendering: auto;
    border: 1px solid #c00f23;
    border-radius: 0px;
    box-shadow: 0 1px 2px transparent;
    transition: all .3s;
}