main table:not(.table-no-style) thead tr th {
    display: table-cell;
    padding: 7px 0;
}

main table:not(.table-no-style) tr {
	display: table-row;
}

main table tr td {
	padding: 7px;
}

main .help-app-status {
	margin-top: 4px;
}