﻿
.Comment {
    padding: 5px 0 2px 0;
    margin-bottom: 1px;
    border-radius: 2px;
    background-color: #dddddd;
    Margin-bottom: 10px;
}

.Comment_ImageBox {
    float: right;
    width: 50px;
    border: 1px solid black;
    border-radius: 5px;
    background-color: #eee;
    text-align: center;
    margin: 5px 15px 10px 10px;
}

.Comment_TopText {
    color: #105cb2;
}

.Comment_Text {
    margin: 10px 80px 10px 23px;
    text-align: justify;
}

.Comment_TextCreate {
    text-align: left;
    float: right;
    font-family: tahoma;
    font-size: 10px;
}


.SubComment {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 2px;
    background-color: whitesmoke;
    border: 1px dashed green;
}

.SubComment_Image {
    float: right;
    width: 35px;
    height: 35px;
    border: 1px solid black;
    border-radius: 5px;
    background-color: #eee;
    text-align: center;
    margin: 5px 15px 5px 10px;
}

.SubComment_Text {
    margin: 10px 64px 10px 23px;
    text-align: justify;
}