/* Color Scheme! */
/* country flag positions */
/* car colour positions */
#s-careers {
  background-color: white;
}
#s-careers h1 {
  font-size: 36px;
  color: black;
  text-transform: uppercase;
  border-bottom: 1px dotted black;
  padding-bottom: 28px;
  margin: 0px;
}
#s-careers .job {
  width: container_inner_size;
  border-bottom: 1px dotted black;
  padding-top: 19px;
  padding-bottom: 19px;
}
#s-careers .column-1 {
  width: 780px;
  float: left;
}
#s-careers .column-2 {
  width: 180px;
  float: left;
}
#s-careers .title {
  padding-top: 12px;
  font-size: 36px;
  line-height: 1em;
  text-transform: uppercase;
  color: black;
}
#s-careers-item {
  background-color: white;
}
.nojobs {
  margin-top: 30px;
}
