/**
 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC (contact@vinades.vn)
 * @Copyright (C) 2014 VINADES.,JSC. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate 31/05/2010, 00:36
 */

#idcomment{
	padding: 0 5px;
	padding-bottom: 10px;
}
#idcomment .comment-title{
	font-size: 13px;
    font-weight: bold
}
#idcomment .sortcomm .active{
	background: #f5f5f5;
}
.comment-list .comment-info{
	margin-bottom: 5px;
	border-bottom: 1px #eee solid;
	padding-bottom: 5px;
}
.comment-list .comment-info .cm_item{
	margin-right: 10px;
}
.comment-list .comment-tool{
	padding: 0;
	margin: 0;
	display: inline-block;
	list-style: none;
}
.comment-list .comment-tool li{
	margin-left: 10px;
	display: inline-block;
}
.comment-list .comment-tool li:first-child{
	margin: 0;
}
.comment-list{
	margin: 0;
	padding-left: 20px;
}

#contactButton .panel{
    margin-bottom:0;
    width:100%;
    color:#333;
    display:none
}
#contactButton .ctb{
    position: fixed;
    bottom: 0;
    right:15px;
    z-index:1000;
    text-align:center;
}
#contactButton .ctb, #contactButton .panel{
    border-radius: 5px 5px 0 0;
}
#contactButton .ctb em{
    margin-right:3px;
    font-size: 1.6em;
    vertical-align:middle
}
@media (max-width:1199px) {
    #contactButton .ctb{
        right:70px;
    }
}
@media (max-width:499px) {
    #contactButton{
        right:auto;
        left:0;
        width:90%
    }
}