/* Start Max Siz*/

@import url(//fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
.form_text_box {
    width: 98%;
    border-radius: 4px;
    border: 1px solid;
    height: 23px;
    padding: 2px 5px;
    border-color: #9c9c98;
    font-size: inherit;
    font-family: inherit;
    margin-bottom: 5px;
    text-indent: 10px;
}
.form_text_area{
    min-height: 60px;
    overflow: hidden;
    margin-right: 0px;
    width: 98%;
    border-radius: 4px;
    border: 1px solid;
    height: 23px;
    padding: 2px 5px;
    border-color: #9c9c98;
    font-size: inherit;
    font-family: inherit;
    margin-bottom: 5px;
    text-indent: 10px;
}
.submitForm {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

body {
    direction: rtl;
    font-size: 14px;
    font-family: 'Droid Arabic Naskh';
}

#Wrap {
    width: 100%;
    max-width: 650px;
    margin: auto;
}

#Master {
    width: 800px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#TBlock {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 350px;
    background-color: #e0e1db;
    float: right;
    border: 2px solid;
    border-color: #e0e1db;
    border-radius: 10px;
    padding: 10;
    margin: 10px 13px;
    height: 160px;
    font-size: 16px;
    color: #000;
}

.essay {
    font-family: 'Droid Arabic Naskh';
    color: #000;
    margin: 10px auto;
    padding: 10px 20px;
    border-radius: 10px;
    border: 2px solid;
    background-color: #fff;
    text-align: justify;
    font-size: 16px;
    border-width: 2px;
    border-style: solid;
    border-color: #BFBFBB;
    overflow: auto;
}

#avatarBox {
    border: 1px solid #DDD;
    margin: 5px auto;
    width: 46px;
    height: 46px;
    -webkit-border-radius: 50%;
    /* Can also be 55px */
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#avatarBox img {
    width: 35px;
    height: 35px;
        
    margin: 5px;
    -webkit-border-radius: 50%;
    /* Can also be 50px */
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#avatarName {
    font-size: 14px;
    text-align: center;
    width: 100%;
}

#AvatarBlock {
    width: 17%;
    min-height: 92px;
    margin-bottom: 6px;
    float: right;
    border-left: 2px solid;
    border-color: #dbdcd4;
    margin-left: 8px;
}

#CommentBox {
    width: 100;
    /* background-color: #e5eaef; */
    max-width: 756px;
    margin: 3px auto;
    border-radius: 10px;
}

#AvatarCom {
    text-align: justify;
    color: black;
    border-radius: 7px 0px 7px 7px;
    border: 1px solid;
    border-color: #a2c1d0;
    width: 97%;
    background-color: #f7f7f7;
    margin-bottom: 5px;
    padding: 5px 5px 5px 8px;
    min-height: 61px;
    overflow-wrap: break-word;
    word-break: break-word;
    float: left;
    width: 96%;
}

#Title {
    margin: 7px;
    text-align: center;
    background-color: #efefef;
    border-radius: 5px;
    height: auto;
    font-family: Droid Arabic Kufi;
}

#Thanks {
    margin: 7px;
    text-align: center;
    background-color: #b9f3ed;
    border-radius: 5px;
    height: auto;
    font-family: Droid Arabic Kufi;
}
#ReplayToVis{
    background-color: #e2eef9;
    width: 26px;
    height: 27px;
    float: left;
    text-align: center;
    border: 1px solid;
    border-color: #607D8B;
    border-radius: 5px;
    margin: 1px;
}
#Tools{
    float: left;
    width: 40px;
    z-index: 10;
}
@media only screen and (max-width: 500px) {
    #avatarBox {
        width: 27px;
        height: 27px;
        float: right;
        margin-right: 1px;
    }
    #avatarBox img {
    width: 17px;
    height: 17px;
    }
    #AvatarBlock {
        width: 100%;
        border-left: none;
        min-height: 14px;
        border-bottom: 1px solid;
        border-color: #e7e8e8;
        margin-top: -6px;
    }
    #avatarName {
        margin-top: 7px;
        margin-right: 11px;
        float: right;
        width: 71%;
        text-align: right;
    }
    #ReplayToVis{
    width: 30px;
    margin-bottom: 5px;
}
    #Tools{
    width: 49px;
}
}
