.cophtml{
    text-decoration: none;
    font-size: 9px;
    position: relative;
    display: block;
    overflow: hidden;
    color: #cbcbcb;
    text-align: center;
   
}
.gb-links{
    position: absolute;
    right: 0;
    bottom: 5px;
}
.gb-links a {
    font-size: 11px;
    color: #999;
    border-bottom: dashed 1px #999;
    text-decoration: none;
    margin-right: 6px;
}
.mes-title{
    color: #333;
    padding-left: 15px;
    padding-top: 4px;
    background: url("../../images/comment_arrow.png") no-repeat 0px 6px;
    position: relative;
    z-index: 2;
    margin-left: 37px;

}
.user-date{
    color: #999;
    margin-right: 10px;
    font-size: 12px;
}
.dg-content{
    border: solid 1px #ddd;
    padding: 5px 5px 15px 5px;
    background-color: #faffff;
    margin-bottom: 2px;
    position: relative;
}
.dg-content .avatar{
    float: left;
    padding: 2px;
    border: solid 1px #999;

}
h1 a.bottom {
    float: right;
    display: block;
    padding-left: 20px;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
    background-color: #2980b9;
    padding: 5px;
    text-decoration: none;
}
h1 a.bottom:hover{
    color: #fff;
    background-color: #3498db;
} 
.gb-text{
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 16px;
    padding: 5px;
    position: relative;
    display: block;

}
.gb-text img{
    width: 100%;
    height: auto;
}

.mes a{
    color: #34495E;
    font-size: 22px;

}
.mes {
    padding-left: 48px;
    margin-bottom: 10px;
}
.rep{
    font-size: 12px;
    padding: 10px;
    border-left: solid 2px #a3b9c2;
    border-bottom: none;
    margin-top: 20px;
    margin-left: 18px;
    border-top: dashed 1px #a3b9c2;
    position: relative;
}
.gb-menu{
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    box-shadow: -4px 4px 5px #CCC;
    background: #a7b4b7;

}

.gb-menu .menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #FFF;
    display: block;
}
.gb-menu > * {
    display: none;
    margin: 32px 0 0 0;
    padding: 0;
}
.gb-menu:hover .body, .gb-menu.clicked .body {
    display: block;
}
.gb-menu::before {
    content: '';
    width: 32px;
    background: url("../../images/icons/menu.png") no-repeat center center;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.dg-content .repley{
    font-size: 12px;
    margin: 5px;
    padding: 7px 10px;
    line-height: 100%;
    border-radius: 3px;
    cursor: pointer;
    color: #FFF;
    text-decoration: none;
    vertical-align: middle;
    background: #2980b9;
    border: none;
    transition: background ease-in-out .15s;
}
.dg-content .repley:hover{
    background: #3498db;
}