* {
    text-transform: uppercase;
}

/* Make the horizontal borders between rows in the change list darker */
table#result_list tbody tr th,
table#result_list tbody tr td {
    border-bottom: 2px solid #333 !important; /* Choose any color/thickness you like */
}
