.page-title {
    margin-bottom: 0;
}
.header-subject{
    font-size: 28px;
    text-shadow: 1px 1px 2px rgba(85, 85, 85, 0.5);
}
.header-dates {
    font-size: 12px;
}
.post-author{
    font-size: 18px;
}
.post-date {
    float: right;
    font-size: 14px;
}

.table-ticket_header {
    margin-bottom: 0px;
}
.table-ticket_header > thead > tr > th {
    background-color: #eee;
    width: 20%;
}
.table-ticket_header > tbody > tr > td {
    min-height: 60px;
    height: 60px;
    vertical-align: middle;
}