.jobdetails 
{
  background-color: #f7f8f8!important;
}

.jobdetails span.text-heading::after
{
  content: "\a";
  white-space: pre;
}

.jobdetails p 
{
  margin-bottom: 1.8rem;
}

.jobdetails small p, .jobdetails small li
{
  color: #878787;
}

.container-fluid .jobdetails .list-group-item
{
  margin-bottom: 0;
  float: none;
  width: 100%;
  background-color: hsla(0,0%,100%,0);
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 1rem;
  border: 0;
}
