.tapuz_promoted .main {
    clear: both;
}

.tapuz_promoted .image {
    width: 30%;
    float: right;
}

.tapuz_promoted .image img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}


.tapuz_promoted .content {
    width: 70%;
    float: right;
    text-align: right;
    padding-right: 20px;
}

.tapuz_promoted .content .title {
    font-weight: bold;
    margin-bottom: 2px;
    display: block;
    color: #000;
}

.contentRow-minor .listInline {
    display: none;
}

.contentRow-main a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.clearfix {
    clear: both;
}