.ticket-detail .comments {
    
    .header {
        margin-bottom: 5px;
    }
    
    .created {
        font-style: italic;
    }
    
    .user {
        font-weight: bold;
    }
    
    .content {
        margin-bottom: 10px;
    }
    
}