﻿/* This rule means that by default, no job details are shown */
.job-details-section {
    display: none;
}

.expand-wrapper .content-collapsed {
    max-height: 150px;
    overflow: hidden;
}
.expand-wrapper .content-expanded {
    max-height: none;
    height: auto;
}
