
/*.comment-info{
    font-size: 0.7em;
    color: #aaaaaa;
}
.replay-btn{
    float: left;

}
.reply-info{
    font-size: 0.7em;
    color: #aaaaaa;
}*/
.media.comment{
    position: relative;
    border: 1px solid #ccc;
    padding: 10px 10px 40px 10px;
    border-radius: 4px;


}
.media.replay{
    margin-top: 0;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-top: 2px dotted #ccc;
}
#noFound {
    font-size: 1.2em;
    margin-bottom: 2%;
    margin-right: 1%;
    font-style: italic;
}
#reply_textbox{
    position: absolute;
    height: 35px;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0 0 4px 4px;
}