
.content {
    display: block;
    width: 97%;
    max-width: 1000px;
    margin: 0px auto;
    padding: 25px 1.5%;
    position: relative;
}

.emoji-popup__ico img {
    margin: 0 !important;
}

.content-left {
    display: block;
}

.content-left-social {
    display: block;
    width: 100%;
    background: rgb(238, 238, 238) none repeat scroll 0% 0%;
    padding: 1% 2%;
    margin: 15px 0px;
}

.content-left-social-pictures {
    display: block;
    width: 50%;
    float: left;
}

.content-left-social-pictures img {
    display: block;
    width: auto;
}

.content-left-social-comments {
    display: block;
    float: right;
    width: 50%;
    text-align: right;
    font-size: 13px;
}

.content-left-social-comments a {
    margin-left: 1%;
}

.content-left-social::after {
    content: "";
    display: block;
    clear: both;
}

.content-left-doctor {
    display: block;
    width: 100%;
    background-color: rgb(226, 226, 226);
    padding: 2%;
    margin-top: 25px;
}

.content-left-doctor-foto {
    display: block;
    width: 48%;
    float: left;
    margin-right: 2%;
}

.content-left-doctor-foto img {
    width: 100%;
    display: block;
}

.content-left-doctor-text {
    display: block;
    width: 50%;
    float: right;
}

.content-left-doctor::after {
    content: "";
    display: block;
    clear: both;
}

.content-important {
    display: block;
    width: auto;
    text-align: left;
    font-weight: bold;
    font-style: italic;
}

h1 {
    display: block;
    width: auto;
    line-height: 1.2;
    color: rgb(10, 10, 10);
    font-size: 23px;
}

body {
    display: block;
    font-family: "Open Sans", sans-serif;
    background: rgb(250, 250, 250) none repeat scroll 0% 0%;
    height: auto;
    color: rgb(68, 68, 68);
    line-height: 1.5625;
}

.content-left-doctor-foto img {
    width: 100%;
    display: block;
}

.article-image {
    max-width: 500px;
}


.content img:not(.comments img):not(.features-wrapper img) {
    margin-block: 20px;
    margin-bottom: 10px;
}

.wheel-cursor img {
    margin-block: revert;
    margin-bottom: revert;
}

.notice {
    border-left: 3px solid red;
    padding-left: 10px;
    color: red;
    margin-top: 10px;
    font-weight: 700;
}

.footer-btn {
    margin-inline: auto;
    display: flex;
    justify-content: center;
    max-width: 350px;
    text-align: center;
}

.emoji-box__ico img, .post-ui__ico-wrap img, .comment__author-pic img {
    margin: 0;
}

