.advertising_table { border-collapse: collapse; }
.advertising_table td { border: 1px black solid; padding: 0.5em; }
.advertising_table tr:first-child td { background: black; color: white; font-weight: bold; }
.advertising_table tr:last-child td { background: #ddd; }

.job_listings { list-style: none outside; }
.job_listings > li { border-bottom: 1px #aaa solid; padding: 1em 0; }
.job_listings > li:last-child { border-bottom: none; }

.job_filters { display: none; }