.job
{
    margin-bottom: 50px;
    /* border: 1px solid; */
    position: relative;
    padding: 15px 15px 0;
    background-color: white;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4);
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}

#add_job
{
    background-color: #4CAF50;
    border: none;
    color: white !important;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.add_detail_job
{
    background-color: #4CAF50;
    border: none;
    color: white !important;
    padding: 10px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
}

#submit_recrutementquai13
{
    background-color: #c0392b;
    border: none;
    color: white !important;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

a.delete_job {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    background-image: url("cross.png");
    height: 32px;
    width: 32px;
}

a.delete_job_detail
{
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
    background-image: url("cross.png");
    height: 16px;
    width: 16px;
    background-size: 16px 16px;
}

.preview
{
    max-width: 600px;
}
.job_detail_container
{
    position: relative;
    display: inline-block;
}