#job-newsletter-form label {
  font-weight: bold;
}


#job-newsletter-form .chosen-container {
    height: auto;
    min-height: 34px;
    width: 100% !important;
}
#job-newsletter-form .chosen-container ul {
    margin: 0;
    padding: 0;
    width: 100%;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#job-newsletter-form .chosen-container ul li.search-choice {
    margin: 0px 5px 0px 0 !important;
    padding: 2px 20px 2px 5px !important;
}
#job-newsletter-form .chosen-container ul li.search-choice .search-choice-close {
    top: 3px !important;
}
#job-newsletter-form .chosen-container ul input {
    height: 15px !important;
}
#job-newsletter-form .chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    top: unset;
    bottom: 101%;
    border-top: 1px;
    border-bottom: 0;
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}
#job-newsletter-form .paddingcol {
    padding: 0 8px;
}
#job-newsletter-form input.fullwidth { 
    max-width: none;
}
#job-newsletter-form span.cgu {
    display: block;
    margin-bottom: 10px;    
}
#job-newsletter-form span.cgu * {
    color: #777;
    font-size: 10px;
}
#job-newsletter-form span.cgu p {
    padding: 0;
    margin: 0;
}
#job-newsletter-form span.cgu ul {
    margin: 0;
} 
#job-newsletter-form span.cgu a {
    text-decoration: underline;
}

#job-newsletter-form select:invalid { 
    color: gray;
}

#job-newsletter-form a sup {
    display: none;
}