.dg-content{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}
.dg-content .gb-message{
    margin: 5px;
    padding: 5px;
    display: block;
    position: relative;
    overflow: hidden;
}
.gb-message-mes_avatar{
    width: auto;
    float: left;
    display: block;
    overflow: hidden;
    position: relative;
    margin-right: 90px;
    border: 1px solid #3498db;
    padding: 5px;
    border-radius: 10%;
    background-color: #fff;

}
.gb-message-mes_avatar img{
    border-radius: 50%;
    width: 120px;
}
.gb-message-mes_avatar_nick{
    text-align: center;
    font-size: 12px;
    padding: 3px;
    color:#b1b1b1;
}
.gb-message-mes_avatar_nick_title {
    margin:  5px 0 5px 0;
    font-size: 18px;
}
.gb-message-mes_avatar_nick_date {
    margin:  5px 0 5px 0;
}
.gb-message-mes {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    padding-bottom: 5px;
}
.gb-message-mes_text{
    width: auto;
    display: block;
    overflow: hidden;
    padding: 15px;
    position: relative;
    text-align: center;
    line-height: 15px;
    background-color:#fff;
    border: 3px solid #3498db;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 2px 2px 4px #888;
    -moz-box-shadow: 2px 2px 4px #888;
    box-shadow: 2px 2px 4px #b3b3b3;
    margin-right: 3px
}
.gb-message-mes_replay_item{
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    position: relative;
    overflow: hidden;
}
.oval{
    background-color: #fff;
    border: 3px solid #3498db;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 4px #888;
    -moz-box-shadow: 2px 2px 4px #888;
    box-shadow: 2px 2px 4px #b3b3b3; 
    position: absolute;
}
.n1{
    height: 110px;
    width: 110px;
    top: 40px;
    left: 155px;
}
.n2{
    height: 60px;
    width: 60px;
    top: 60px;
    left: 120px;
}
.n4{
    height: 110px;
    width: 110px;
    top: 40px;
    right:  150px;
}
.n3{
    height: 60px;
    width: 60px;
    top: 60px;
    right: 121px;
}

.gb-message-mes_replay{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    padding-bottom: 5px;
    margin-top: 5px;
}

.gb-message-mes_replay .gb-message-mes_avatar{
    float: right;
    margin-right: 0;
    margin-left: 90px;
}
.gb-message-mes_replay .gb-message-mes_text{
    margin-right: 0;
}

h1 a.mes_text{
    text-decoration: none;
    color: #686868;

}
.gb-message-mes_text h1 {
    line-height: 1.5em;
}
.gb-menu {
    width: 24px;
    height: 24px;
    background: url("../../images/icons/config.png") no-repeat center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    opacity:0.5;
}
.gb-menu:hover{
    opacity:1;
}
.gb-menu:hover .menu{
    visibility: visible;
}
.gb-menu .menu {
    visibility: hidden;
    width: 150px;
    position: absolute;
    top: 0;
    right: 24px;
    box-shadow: -4px 4px 5px #CCC;
    background: #a7b4b7;
}
.gb-cop a{
    text-decoration: none;  
    color: #888;  
}
.gb-cop a:hover{

    color: #000;  
}
.gb-cop{
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 12px;

}
.gb-message_item {
    margin-top: 30px;
    margin-bottom: 10px;
    border: 1px solid #3498db;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 10px;  
    background-color: #fbfbfb;
}
.gb-bottom{
    background-color: #ecedef;
    border: 3px solid #3498db;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 2px 2px 4px #888;
    -moz-box-shadow: 2px 2px 4px #888;
    box-shadow: 2px 2px 4px #b3b3b3;
    padding: 10px;
    float: right;
    font-size: 18px;
    color: #3498db;

}

.mes_text img {
    max-width: 100%;  
}

@media (max-width: 600px) {
    .gb-message-mes_avatar{
        margin-right: 0;
        border-radius: 50px;
        margin-bottom: 50px;
    }

    .gb-message-mes_avatar_nick{
        float: left;
    }
    .gb-message-mes_avatar .avatar {
        float: left;

    }

    .gb-message-mes_avatar img {
        border-radius: 50%;
        width: 60px;
    }

    .gb-message_item {

    }
    .gb-message-mes_text{
        width:100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .n2{
        top: 70px;
        left: 30px;
        width: 30px;
        height: 30px;
    }
    .n1{
        top: 78px;
        width: 60px;
        height: 60px;
        left: 50px;
    }
    .n3{
        top: 70px;
        right: 30px;
        width: 30px;
        height: 30px;
    }
    .n4{
        top: 78px;
        width: 60px;
        height: 60px;
        right: 50px;
    }
    .dg-content .gb-message {

        margin: 0;
        padding: 0;
    }
}