*,*:after {
    box-sizing: border-box
}

body {
    background: #fff;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    width: 100%
}

/*a {*/
/*    font-family: 'Nunito', sans-serif;*/
/*    color: #0a78c2 !important;*/
/*    outline: medium none;*/
/*    text-decoration: none;*/
/*    font-weight: 700;*/
/*}*/

a:hover {
    text-decoration: underline
}

img {
    border: medium none;
    /*padding-top: 5px;*/
    max-width: 100%;
}

h2 {
    margin: 10px 0;
    font-size: 24px
}

@media (max-width: 650px) {

    img {
        max-width: 100%;
        height: auto
    }
}



.time_remains {
    font-size: 1.1em;
    color: red;
    font-weight: 700
}

.time_remains_title {
    padding-top: 15px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
}

.like, .comments-wrap .reply {
    color: #365899;
    font-size: 13px;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.like:hover, .comments-wrap .reply:hover {
    text-decoration: underline
}

.like:after, .comments-wrap .reply:after {
    content: " · ";
    position: absolute;
    font-weight: 700;
    right: -10px;
    top: 0;
    color: #90949c
}

/*COMMENTS STYLES*/

.like,
.comments-wrap .reply {
    color: #365899;
    font-size: 13px;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.like:hover,
.comments-wrap .reply:hover {
    text-decoration: underline
}

.like:after,
.comments-wrap .reply:after {
    content: " · ";
    position: absolute;
    font-weight: 700;
    right: -10px;
    top: 0;
    color: #90949c
}

* {
    outline: 0
}

.com_wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.img_me {
    width: 48px;
    margin-right: 8px;
}

.img_me img {
    /*max-width: 50px;*/
    width: 48px;
    max-width: 48px;
}

.me_name {
    color: #365899;
    text-decoration: none;
    font-weight: 700;
}

.me_sub-text {
    display: flex;
    align-items: center;
}

.like_img img {
    color: #365899;
    height: 12px;
    margin-right: 5px;
    margin-left: 2px;
}

.me_sub-text {
    font-size: 12px;
    color: #90949c;
}

.me_sub-text a {
    font-size: 12px;
    font-weight: normal;
}

.data-text {
    margin-left: 3px;
}

.like-text {
    margin-right: 3px;
}

.comments-wrap .reply {
    margin-left: 3px;
}

.fa-heart {
    color: white;
    width: 12px !important;
}

.me_com {
    margin-bottom: 10px;
}


.me_comments .me_name, .me_comments .me_text {
    font-size: 14px;
}

.me_com .like a, .me_com .reply a {
    color: #0a78c2 !important;
}

.comments-wrap * {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 23px;
}

.comment-link {
    color: #0a78c2 !important;
    outline: medium none;
    text-decoration: none;
    font-weight: 700;
}