@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

#Content {
    width: 100%;
}

#Content .job-offer {
    box-shadow: 0px 0px 26px #A4A4A4;
    font-family: 'Lato', 'Arial', sans-serif;
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

#Content .job-offer .banner {
    background: url('../images/banner.jpg') no-repeat;
    height: 352px;
}

#Content .job-offer h2.title {
    font-family: 'Lato', 'Arial', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0 20px;
    background: #013871;
    color: #fff;
    padding: 10px 40px;
}

#Content .job-offer .hiddenDetails {
    display: none;
}

#Content .job-offer .details {
    margin: 0 20px;
    padding: 20px 20px 5px;
    line-height: 1.5;
    list-style: none;
}

#Content .job-offer .details li label {
    font-weight: bold;
    display: inline-block;
    width: 100px;
}

#Content .job-offer .description {
    font-size: 14px;
    margin: 0 20px;
    padding: 0 20px 25px;
    text-align: justify;
}

#Content .job-offer .description ul {
    padding-left: 15px;
}