.ejb-divider {
    padding: 2.5em 0;
    border-bottom: 2px solid #004b93;
}
.ejb-apply-button {
    display: inline-block;
    margin-top: 1em;
    padding: 0.5em 1em;
    background-color: #004b93;
    color: #fff;
    text-decoration: none;
    border-radius: 15px;
}
.ejb-apply-button:hover {
    background-color: #b3c9df;
	color: #000;
}
.ejb-job-board {
   border-color: #000;
   border-bottom: 2px solid #004b93;
   padding-bottom: 0px;
   border-radius: 0px;
   margin-top: 0px !important;
   
}
.ejb-job-entry {
   border-color: #000;
   border-top: 2px solid #004b93;
   padding-top: 20px;
   border-radius: 0px;
   margin-top: 0px !important;
   
}
