.fastanswer {
    margin-bottom: 5px;
    margin-right: 5px;
}

#ticketsArea table td {
    text-align: center;
    vertical-align: middle;
}

#ticketsArea table thead th {
    text-align: center;
    vertical-align: middle;
}

#ticketThread {
    table-layout: fixed;
}

#ticketThread td:nth-child(1) {
    overflow: hidden;
    white-space: nowrap;   
    text-overflow: ellipsis;
}

#ticketThread td:nth-child(2) {
    overflow: hidden;
    word-wrap: break-word;
}

.commentFromSupport {
    background-color: #f9f9f9;
}

.commentFromSupport td:nth-child(2) {
    color: #999;

}

.commentAttachField {
    margin-top: 10px;
}
.commentAttachField img {
    max-width: 100px;
    max-height: 100px;
}