
    	.media{
    	    position: absolute;
    	    top: 14px;
    	    right: 50%;
    	    margin-right: -530px;
    	    z-index: 999;
		}
		

.task-info{
    padding: 10px;
    background-color: #FBFBFB;
}
.task-body{
    margin-top: 40px;
    margin-bottom: 40px;
}
.task-info b{
    font-weight: normal;
    color: #000000;
}


    .red{
        color: #BB0000;
    }
    .green{
        color: #00BB00;
    }
    .blue{
        //color: #3198EA;
    }


.comment_box{
    margin-bottom: 16px;
}
.comment_body{
    font-size: 14px;
}
.comment_info_pan{
    font-size: 11px;
    margin-bottom: 4px;
    color: #777777;
}
.comment_info_date{
    
}
.comment_info_user{
    font-weight: bold;
}
