.bw_jobs {
  border: 1px solid #A6AAA9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  margin-top: 15px;
}
.bw_jobs .bw_logo {
  text-align: right;
  padding: 0 0 10px 0;
}
.bw_jobs .bw_logo img {
  height: 25px;
  width: auto;
}
.bw_jobs h3 {
  padding: 0 0 0 0;
  margin: 0 0 0 0!important;
  font-family: 'Adelle-Regular';
  font-size: 18px;
  line-height: normal;
  color: #9b64aa;
  font-weight: bold;
}
.bw_jobs ul {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.bw_jobs ul li {
  display: block;
  padding: 13px 0 10px 0;
  border-top: 1px solid #A6AAA9;
  text-align: right;
  font-family: 'Adelle-Regular';
  color: #000000;
  font-size: 14px;
}
.bw_jobs ul li:first-child {
  border-top-width: 0;
}
.bw_jobs ul li a {
  color: #9b64aa;
  font-weight: bold;
  text-decoration: none;
}
.bw_jobs ul li span {
  display: block;
}
.bw_jobs a.view_all {
  font-family: 'Adelle-Regular';
  color: #9b64aa;
  text-decoration: underline;
  font-size: 14px;
}
