.support-page .tickets-table .forth-cell,
.support-page .tickets-table .fifth-cell {
    width: 23%;
}

.support-page .tickets-table .six-cell {
    width: 15%;
}

.support-page .date-cell span {
    display: inline-block;
}

.support-page .date-cell .time {
    margin-left: 35px;
}

.support-page .ticket-rules-block {
    padding-left: 30px;
    margin-bottom: 25px;
}

.support-page .ticket-rules-title {
    font-size: 16px;
    color: #00fffc;
    font-weight: normal;
    margin-bottom: 15px;
}

.support-page .ticket-rules li {
    font-size: 16px;
    margin-bottom: 10px;
}

.support-page .message-description {
    font-size: 16px;
    color: #889cad;
    line-height: 20px;
}

.support-page .message-description a {
    display: inline-block;
    color: #00fffc;
}

