div.ArticleImpressionControl {
        background: linear-gradient(180deg, rgb(251, 251, 251) 0%, rgb(249, 237, 131) 100%);
        padding: 10px;
        border-radius: 15px;
}
.ArticleImpressionControl .LeftCol {
        position:relative;
        height: 350px;
        width: 540px;
        padding-right: 10px;
}
.ArticleImpressionControl .RightCol {
        width: 250px;
}
.ArticleImpressionControl .LeftCol .focusImage {
        border-radius: 15px;
}
.ArticleImpressionControl .LeftCol .focusTitle {
        padding: 5px;
        position: absolute;
        color: white;
        background-color: black;
        /* margin: 5px; */
        width: 530px;
        min-height: 30px;
        border-radius: 0 0 15px 15px;
        line-height:20px;
        opacity: 0.6;
        bottom: 0;
}
.ArticleImpressionControl .RightCol .Header {
        background: url('images/1308191575_dog.png') no-repeat right 10px center, linear-gradient(180deg, rgba(249, 237, 114, 0.55) 0%, rgba(255, 231, 14, 0.86) 100%);
        box-shadow: 3px 3px 3px rgba(79, 165, 8, 0.39);
        background-size: 40px 40px;
        border-radius: 50px;
        padding: 5px 0 5px 0;
        text-align: center;
        font-size: 13pt;
        text-transform: uppercase;
        color: #9d079d;
        font-weight: bold;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
}
.ArticleImpressionControl .RightCol .ImpressionList {
}
.ArticleImpressionControl .RightCol .ImpressionItem {
        height: 80px;
        padding: 0 5px 0 0px;
        clear:both;
}
.ArticleImpressionControl .RightCol .ImpressionItem img {
        float: left;
        width: 80px;
        height: 65px;
        margin: 5px;
        border-radius: 15px;
}
.ArticleImpressionControl .RightCol .ImpressionItem a {
        color: #000000;
        text-decoration: none;
        padding: 5px 0 5px 0;
        display: block;
}
.ArticleImpressionControl .RightCol .active {
        background-color: #a8f7bd4f;
        border-radius: 15px;
        /* padding: 2px; */
}
div.ArticleImpressionConfig {
        width: 400px;
        height: 200px;
        padding: 5px;
}
div.ArticleImpressionConfig .header {
        font-size: 18px;
        color: #10ee10;
}
@media only screen and (max-width: 768px){
        .ArticleImpressionControl .LeftCol {
                width: 100%;
                padding: 0;
                height: 55vw;
                margin-bottom: 10px;
        }
        .ArticleImpressionControl .LeftCol img {
                width: 100% !important;
                height: 100%;
                max-width: 100%;
                max-height: 100%;
        }
        .ArticleImpressionControl .LeftCol .focusTitle {
                width: 100% !important;
        }
        div.ArticleImpressionControl {
                margin-bottom: 10px;
                width:100vw;
        }
}
