.tx-googlejobs .tx-googlejobs-job-show h1,
.tx-googlejobs .tx-googlejobs-job-show h2,
.tx-googlejobs .tx-googlejobs-job-show h3,
.tx-googlejobs .tx-googlejobs-job-show h4,
.tx-googlejobs .tx-googlejobs-job-show h5,
.tx-googlejobs .tx-googlejobs-job-show h6 {
    color: #18273F;
    font-weight: bold;
}

.tx-googlejobs .tx-googlejobs-job-show {}
.tx-googlejobs .tx-googlejobs-job-show .job-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 -20px;
}
.tx-googlejobs .tx-googlejobs-job-show .job-wrapper .job-col {
    padding: 0 20px;
}
.tx-googlejobs .tx-googlejobs-job-show .job-wrapper .job-col-content {
    flex-shrink: 0;
    width: 75%;
}
.tx-googlejobs .tx-googlejobs-job-show .job-wrapper .job-col-content .job-content {}
.tx-googlejobs .tx-googlejobs-job-show .job-wrapper .job-col-sidebar {
    flex-shrink: 0;
    width: 25%;
}
.tx-googlejobs .tx-googlejobs-job-show .job-wrapper .job-col-sidebar .job-sidebar {
    background: #F7F7F7;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
}

.tx-googlejobs .tx-googlejobs-job-show .job-row.content-row,
.tx-googlejobs .tx-googlejobs-job-show .job-row.sidebar-row {
    margin-bottom: 25px;
}