﻿
.divArticlesBody {
    height: auto;
    /*min-height: 600px;*/
    text-align: center;
    font-size: 16px;
}

    .divArticlesBody li{
        line-height: 1.5;
    }

    .divArticlesBody h2{
        margin: 10px 0px 10px 0px;
    }

.divArticlesBodyContainer {
    max-width: 800px;
    font-size: 16px;
    text-align: center;
    color: #384b2e;
    padding: 0px 10px 20px 10px;
    margin: 0px auto 0px auto;
    border-radius: 5px;
    background-color: var(--color-white);
}

.divArticlesHeader {
    font-weight: 600;
    padding: 30px 0 0px 0;
    margin: 30px 0px 0px 0px;
}

    .divArticlesHeader h1 {
        font-size: 20px;
        line-height: 35px;
    }

.divHeaderArticle {
    margin: 10px auto 0px auto;
    padding: 20px 0px 20px 0px;
    max-width: 800px;
}

@media (max-width: 600px) {
    .divHeaderArticle {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.divHeaderArticleHeader {
    display: block;
    margin: 30px 0px 30px 0px;
    width: 100%;
    font-size: 24px;
    text-align: center;
}

    .divHeaderArticleHeader h1 {
        font-size: 22px;
        margin: 0px 0px 0px 0px;
        line-height: 28px;
    }

.divHeaderArticleRating {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    max-width: 800px;
}


.articleListTitle {
    text-align: left;
    font-weight: 600;
    padding: 10px 0px 10px 0px;
}

.articleListDescription {
    text-align: justify;
    padding: 10px 0px 10px 0px;
}

    .articleListDescription p {
        text-align: justify;
        line-height: 1.5 !important;
    }

.divBottomText {
    margin: 50px auto 0px auto;
    max-width: 800px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.divBottomButton {
    margin: 40px auto 30px auto;
    min-width: 245px;
    max-width: 245px;
}

/*Comments*/
.CommentBlock {
    display: flex;
    flex-direction: row;
    margin: 30px 0px 0px 0px;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.CommentAvatar {
    background-image: url('../img/articles/user-head.png');
    width: 48px;
    min-width: 48px;
    height: 48px;
    margin: 0px 10px 0px 0px;
}

.Commentator {
    text-align: left;
}

.CommentatorName {
    color: rgb(55, 64, 77);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    margin-right: 15px;
}

.CommentatorDate {
    color: rgb(119, 128, 140);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.Comment {
    text-align: justify;
    max-width: 600px;
    color: rgb(55, 64, 77);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 12px;
    overflow-wrap: break-word;
}

.divCommentator {
    margin: 10px 0px 0px 0px;
}

.btnNewComment, .btnSendComment, .btnShowNextComments {
    background-color: var(--color-blue);
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 18px;
    text-align: center;
    text-transform: none;
    border-radius: 1px;
    padding: 6px 12px;
    max-width: 210px;
}

    .btnNewComment:link, .btnSendComment:link, .btnShowNextComments:link {
        background-color: var(--color-blue);
        color: rgb(255, 255, 255);
        text-decoration: none;
    }

    .btnNewComment:visited, .btnSendComment:visited, .btnShowNextComments:visited {
        background-color: var(--color-blue);
        color: rgb(255, 255, 255);
        text-decoration: none;
    }

    .btnNewComment:hover, .btnSendComment:hover, .btnShowNextComments:hover {
        background-color: var(--color-blue);
        color: rgb(255, 255, 255);
        text-decoration: none;
    }

    .btnNewComment:active, .btnSendComment:active, .btnShowNextComments:active {
        background-color: var(--color-blue);
        color: rgb(255, 255, 255);
        text-decoration: none;
    }

.divNewComment {
    display: none;
}

.divNewCommentButton {
    text-align: center;
    min-width: 200px;
    max-width: 210px;
}

    .divNewCommentButton a {
        padding: 0px;
    }

.divCommentator, .divComment, .divSend {
    margin: 15px 0px 0px 0px;
    text-align: left;
}

.labelCommentator, .labelComment {
    color: rgb(119, 128, 140);
    display: block;
    flex-grow: 1;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.44px;
    line-height: 11px;
    margin-bottom: 5px;
    text-transform: uppercase;
    -moz-box-flex: 1;
}

#inputCommentator {
    max-width: 280px;
    background-color: rgb(255, 255, 255);
    border-radius: 2px;
    border-color: rgb(214, 214, 214);
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: rgb(55, 64, 77);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0px;
    outline-color: rgb(55, 64, 77);
    outline-style: none;
    outline-width: 0px;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 12px;
    width: 669px;
}

#inputComment {
    background-color: rgb(255, 255, 255);
    border-color: rgb(214, 214, 214);
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: rgb(55, 64, 77);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0px;
    max-height: 100%;
    max-width: 100%;
    min-height: 120px;
    min-width: 100%;
    outline-color: rgb(55, 64, 77);
    outline-style: none;
    outline-width: 0px;
    overflow: auto;
    overflow-x: auto;
    overflow-y: auto;
    padding: 11px;
    width: 669px;
    -moz-appearance: none;
}


.divGoToPreviousPageLink {
    text-align: left;
    margin-top: 10px;
}