.b-comment-container {
    background-color: #fffde5;
    max-width: 940px;
    position: relative;
    margin: auto;
}

.b-comment-container-header {
    height: 26px;
    margin-left: 10%;
    padding-top: 40px;
    padding-bottom: 10px;
    font-family: LetoTextSansDefect;
    font-size: 22px;
    color: #000000;
    line-height: 26px;
    overflow: hidden;
}

.b-comment-container-footer {
    margin: 1% 0 0 0;
    height: 100px;
}

.b-comment-button-reply {
    text-align: center;
    font-family: LetoTextSansDefect;
    font-size: 22px;
    color: #000000;
    overflow: hidden;

    line-height: 50px;
    width: 100%;
    height: 50px;
    border: #cccab7 solid 1px;
    background-color: #fffdea;
}

.b-comment-button-reply-m-position {
    margin: 30px auto;
}

.b-comment {
    overflow: hidden;
    margin: auto;
    padding-bottom: 20px;
    padding-top: 20px;
}

.b-comment-m-reply-lv-1 {
    margin-left: 15%;
}

.b-comment-left-column {
    width: 10%;
    min-width: 48px;
    float: left;
    text-align: center;
}

.b-comment-right-column {
    width: 10%;
    float: left;
}

.b-comment-center-column {
    float: left;
    width: 80%;
}

    .b-comment-header {
        height: 35px;
        overflow: hidden;
    }

        .b-comment-header-e-title {
            font-family: LetoTextSansDefect;
            font-size: 20px;
            color: #000000;
            line-height: 35px;
            overflow: hidden;
        }

    .b-comment-content {
    }
        .b-comment-content-e-text {
            font-family: PTSerif-Regular;
            font-size: 16px;
            color: #323232;
        }

    .b-comment-footer {
        height: 35px;
        overflow: hidden;
    }

        .b-comment-info-panel {
            text-transform: uppercase;
            font-family: LetoTextSansDefect;
            font-size: 14px;
            color: #9f9f9f;
            line-height: 35px;
        }
            .b-comment-info-panel-m-position {
                margin-top: 10px;
            }
            .b-comment-info-panel-e-text {
                letter-spacing: 2px;
            }

            .b-comment-info-m-dot:after {
                font-family: PTSerif-Regular;
                content: "\00a0\2022";
                color: #9f9f9f;
            }

.b-comment-author-avatar {
    height: 48px;
    width: 48px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    background: center no-repeat;
}

.b-comment-author-avatar {
    background-image: url(../images/user.png);
    background-image:
            linear-gradient(transparent, transparent),
            url(../images/user.svg);
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen
and (-o-min-device-pixel-ratio: 3 / 2), only screen
and (-webkit-min-device-pixel-ratio: 1.5), only screen
and (min-device-pixel-ratio: 1.5) {
    .b-comment-author-avatar {
        background-image: url(../images/user@2x.png);
        background-image:
                linear-gradient(transparent, transparent),
                url(../images/user.svg);
    }
}

    .b-comment-author-e-image {
        height: 48px;
        width: 48px;
        border-radius: 24px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
    }

.b-comment-form {
    border: #cccab7 solid 1px;
    margin: 1%;
    display: none;
}

    .b-comment-form-header {
        text-align: center;
        height: 50px;
        font-family: LetoTextSansDefect;
        font-size: 22px;
        color: #000000;
        line-height: 50px;
        overflow: hidden;
    }

    .b-comment-form-input {
        height: 100px;
        overflow: hidden;
        padding: 2%;
    }
        .b-comment-form-input-e-input-text {
            font-family: PTSerif-Regular;
            color: #323232;
            font-size: 20px;
            height: 100px;
            width: 100%;
            border: none;
        }

    .b-comment-form-footer {
        text-align: center;
        height: 50px;
        padding: 2%;
    }

        .b-comment-form-submit-button {
            text-align: center;
            font-family: LetoTextSansDefect;
            font-size: 22px;
            color: #000000;
            overflow: hidden;
            line-height: 50px;
            border: #cccab7 solid 1px;
            background-color: #fffdea;
            margin: auto;
            width: 100%;
        }

.b-comment-info {
    margin-left: 10%;
    font-family: PTSerif-Regular;
    font-size: 18px;
    display: inline-block;
}

@media screen and (max-width: 1000px) {
    .b-comment-left-column {
        display: none;
    }
    .b-comment-right-column {
        display: none;
    }
    .b-comment-center-column {
        float: none;
        margin: auto;
    }
}