.article_workspace {

}

.article_workspace .image {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}


.article_workspace .image .note {
    color: #a9a9a9;
    font-style: italic;
}

.article_workspace .date {
    font-size: 10px;
    color: #9a9a9a;
    margin-bottom: 5px;
    margin-top: 10px;
    padding-top: 15px;
}

.article_workspace .date .time {
    color: red;
    font-size: 10px;
}

.article_workspace .news_title > h1 {
    font-size: 18px;
    color: #000000;
}

.article_workspace .author {
    color: #a9a9a9;
    margin-bottom: 10px;
}

.article_workspace .article_content * {
    text-align: justify;
}

.article_workspace .article_content p {
    padding-bottom: 10px;
    text-indent: 20px;
}

.article_workspace .tags {
    margin-top: 20px;
    margin-bottom: 20px;
}

.article_workspace .tags * {
    font-size: 12px;
}

.article_workspace .tags > a {
    color: red;
    font-size: 12px;
}

.article_workspace .rate {
    margin-bottom: 20px;
}

.article_workspace .rate .stars {
    float: left;
}

.article_workspace .rate .stars td {
    padding-left: 4px;
    vertical-align: middle;
}

.article_workspace .rate .stars td:first-child {
    padding-left: 0;
}

.article_workspace .rate .stars td:last-child {
    padding-left: 20px;
}

.article_workspace .rate .link {
    float: right;
}

.article_workspace .rate .link > a {
    color: red;
}

.article_workspace .googleAuthor {

}

.article_workspace .social-likes__widget {
    margin-right: 0;
}

/* -------------- LINKED ARTICLES -----------------*/
.article_workspace .linkedArticles {
    height: 240px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.article_workspace .linkedArticles .b {
    float: left;
    margin-left: 22px;
    width: 272px;
}

.article_workspace .linkedArticles .h {
    display: none;
}

.article_workspace .linkedArticles .news {
    height: 250px;
    width: 272px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #d9d9d9;
}

.article_workspace .linkedArticles .b:first-child {
    margin-right: 0;
    margin-left: 0;
}

.article_workspace .linkedArticles .news .image {
    width: 270px;
    overflow: hidden;
    height: 180px;
    margin: 0;
    float: none !important;
}

.article_workspace .linkedArticles .news .image img {
    border: none;
}

.article_workspace .linkedArticles .news .mark {
    display: none;
}

.article_workspace .linkedArticles .news .title {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    height: 68px;
}

.article_workspace .linkedArticles .news .title a {
    font-weight: bold;
    text-decoration: none;
}

.article_workspace .photos {
    border: 1px solid #c7c7c7;
    background-color: #ededed;
    padding: 10px;
    margin-top: 10px;
}

.article_workspace .videos {
    margin-top: 20px;
}

.article_workspace .videos .video {
    border: 1px solid #c7c7c7;
    background-color: #ededed;
    padding: 5px;
    margin-bottom: 10px;
    text-align: center;
}

.article_workspace .videos .video .title {
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
}

.article_workspace .article_content * {
    font-size: 15px !important;
}

.article_workspace .article_content a {
    text-decoration: underline;
}

.article_workspace .article_content h2, .article_workspace .article_content h3 {
    color: #444444;
    font-size: 18px !important;
    padding-top: 15px;
    padding-bottom: 15px;
}

.article_workspace .article_content .link-block {
    width: 180px;
    min-height: 160px;
    border-bottom: 1px solid #d9d9d9;
    margin-top: 10px;
    background: #f5f5f5 url("/templates/modules/news_v2/css/wait.gif") no-repeat center center;
}

.article_workspace .article_content .link-block * {
    line-height: normal;
}

.article_workspace .article_content .complete {
    background-image: none;
}

.article_workspace .article_content .link-block-left {
    float: left;
    margin-right: 10px;
}

.article_workspace .article_content .link-block-right {
    float: right;
    margin-left: 10px;
}

.article_workspace .link-block .news .image {
    margin: auto;
    float: none;
}

.article_workspace .link-block .news .image img {
    width: 180px;
    height: auto;
}

.article_workspace .link-block .news .mark {
    display: none;
}

.article_workspace .link-block .news .title {
    padding: 5px 5px 10px;
    text-align: left !important;
}

.article_workspace .link-block .news .title a {
    font-size: 12px !important;
    text-decoration: none;
    text-align: left !important;
}

.partner_articles {
    margin-top: 30px;
}

.partner_articles .columnTitle {
    margin-bottom: 20px;
}

/* social */
.social-likes_bottom {
    margin-top: 20px !important;
}

.social-likes_top {
    float: right;
}

/* ------- BLOG ------------*/
.article_workspace .authorPlace {
    margin-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d4d4d4;
}

.article_workspace .authorPlace img {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

.article_workspace .authorPlace .name {
    font-weight: bolder;
    margin-bottom: 10px;
    font-size: 16px;
}