table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

/*O 1º head na 1ª row é o "back"*/
tr:nth-child(1) th {
    height: 24px;
    line-height: 0;
}

tr:hover {
     background: #2e363d;
}

th, td {
    border: 0;
    border-top: 1px solid #555;
    margin: 0 10px 0 10px;
}

th {
    padding: 10px;
    height: 48px;
    color: #eee;
    /*font-size: 38px;*/
    text-align: left;
    border: 0;
    line-height: 1.2em;
}

/* 1. localidade, 2. tipo, 3. fonte, 4. empresa, 5. vaga, 6. data */

@media only screen and (max-width: 1360px) {
    /* tipologia, data, fonte */
    /*table th:nth-child(2), table th:nth-child(3), table th:nth-child(6) {*/
    /*display: none;*/
    /*}*/
    /*table td:nth-child(2), table td:nth-child(3), table td:nth-child(6) {*/
    /*display: none;*/
    /*}*/
}

@media only screen and (max-width: 1024px) {
    /* oculta localidade */
    /*table th:nth-child(1) {*/
    /*display: none;*/
    /*}*/
    /*table td:nth-child(1) {*/
    /*display: none;*/
    /*}*/
}

@media only screen and (max-width: 768px) {
    /* oculta empresa */
    /*table th:nth-child(4) {*/
    /*display: none;*/
    /*}*/
    /*table td:nth-child(4) {*/
    /*display: none;*/
    /*}*/
}
