.commentwrap {
    width: 100%;
    /*background: #555;*/
    height: 100%;
    margin-top: -10px;
    position: relative;
}
/*.commentleft, .commentright {*/
    /*display: inline-block;*/
    /*width: 100%;*/
    /*margin-right: -100%;*/
    /*vertical-align: top;*/
/*}*/
.commentright {
    /*text-align: right;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    float: right;
}
.commentleft div p { margin-bottom: 5px;}
.commentleft div h5 { margin-bottom: 5px;}
/*.commentleft div, .commentright a { display: inline-block; position: relative; }*/
/*.commentleft div { */
    /*width: 75%; */
    /*height: 100%;*/
    /*!*background: green;*!*/
/*}*/
/*.commentright a { width: 25%; height: 100%;*/
    /*!*background: pink;*!*/
/*}*/
