﻿/* Jobs Page Design*/
.JobsOverview {
    margin-top: 50px;
    max-width: 775px;
    background-color: white;
    padding: 40px;
}

    .JobsOverview a {
        text-decoration: none;
    }

.tblHeader {
    padding-left: 1vw;
    font-family: "rubik_medium";
    background-color: #0052a0;
    color: white;
    font-size: 30px;
    line-height: 60px;
}

.tblElement {
    border-top: 1px solid;
    padding-left: 1vw;
    font-family: "rubik_regular";
    background-color: white;
    color: black;
    font-size: 20px;
    line-height: 40px;
}

    .tblElement:hover {
        background-color: #cccccc;
        color: black;
    }
