/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.jobs-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.jobs-table th, .jobs-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.jobs-table th {
    background-color: #f4f4f4;
    font-weight: bold;
}

.jobs-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.apply-now-button {
    display: inline-block;
    background-color: #F79330;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 5px;
}

.apply-now-button:hover {
    background-color: #F79330;
}

#jobs-table {
    width: 100%;
    border-collapse: collapse;
}
