﻿body {
    
}
.container {
    margin:auto;width:1015px;min-height:1020px;background-color:aqua;direction:rtl;word-wrap:break-word;margin-top:20px;margin-bottom:5px;overflow:auto;
}
.head {
   width:1010px;height:200px;background-color:pink;margin:auto
}
.rightmenu {
    float:right;min-height:500px;width:200px;background-color:yellow;margin-right:5px;margin-top:5px;direction:rtl
}
.content {
    background-color:bisque; width:800px;min-height:805px;margin-right:5px;float:right;margin-top:5px;word-break:break-all
}
.topic {
    border:1px solid;border-color:blue;width:99%;min-height:75px;float:right;margin-top:5px;background-color:azure;direction:rtl;word-wrap:break-word
}
.comment {
    border:solid 1px;border-color:blue;min-height:300px;margin-top:5px;width:99%;overflow:auto;max-height:1000px;background-color:azure
}
.rightcomment {
   width:20%;border-left:solid 1px;border-left-color:black;float:right;min-height:300px
}
.leftcomment {
    float:right;width:79%;word-wrap:break-word
}
.pagenumber {
    float:right;width:25px;height:17px;background-color:yellow;margin-right:3px;text-align:center;vertical-align:central;margin-top:10px;margin-bottom:5px
}
.leftcomment img,.content img {
    max-width: 500px;
    max-height: 500px;
}
a {
    color:blue;
}
.response {
    width:100%;background-color:yellow;
}

               
            