/* Content Recommendation Template */

.PianoListArticlesRelated_label {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1.08px;
    padding-top: 25px;
    padding-bottom: 2px;
}
/*.PianoListArticlesRelated_inner {*/
/*    padding-right: 10px;*/
/*    padding-left: 10px;*/
/*    margin-right: auto;*/
/*    margin-left: auto;*/
/*    width: 100%;*/
/*    max-width: 980px;*/
/*    padding: 0 20px;*/
/*}*/
.PianoListArticlesRelated_inner:before, .PianoListArticlesRelated_inner:after {
    display: table; // 2
content: " "; // 1
}
.PianoListArticlesRelated_inner:after {
    clear: both;
}
.PianoListArticlesRelated_listItem {
    float: left;
    margin-bottom: 38px;
    /*    border-top: 1px solid grey; */
    padding-top: 15px;
}
/*.PianoListArticlesRelated_listItem:hover .Headline {*/
/*    color: grey;*/
/*}*/
.PianoListArticlesRelated_image {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.PianoListArticlesRelated_content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding: 0px;
}
@media screen and (min-width: 640px) {
    .PianoListArticlesRelated_label {
        padding-bottom: 25px;
    }
    .PianoListArticlesRelated_listItem {
        border-top: 0px;
        max-width: 290px;
        margin-right: 33px;
        margin-bottom: 74px;
        padding-top: 0px;
    }
    .PianoListArticlesRelated_listItem:last-child {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 940px) {
    .ListArticlesRelated  .PianoListArticlesRelated_listItem {
        width: 80%;
    }
}

@media screen and (min-width: 768px) {
    .ListArticlesRelated .PianoListArticlesRelated_listItem:nth-child(3n+1) {
        margin-right: 0;
    }
    .ListArticlesRelated .PianoListArticlesRelated_listItem:nth-child(3n+2) {
        clear: both;
    }
}
