#job-select-frame header {
  background: #0056FB;
  text-align: center;
  padding: 12px 0;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
#job-select-frame header h1 {
  color: white;
  font-weight: 300;
  margin: 0;
  font-size: 1.2em;
}

nav#job-select {
  margin-top: 18px;
}
nav#job-select button {
  display: block;
  width: 90%;
  background: white;
  color: #444;
  border: none;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  margin: 13px 5%;
  text-align: left;
  padding-left: 40px;
  font-size: 24px;
  font-weight: 300;
  border-radius: 3px;
  position: relative;
}
nav#job-select button svg {
  position: absolute;
  top: 6px;
  left: 6px;
}
nav#job-select button.hide {
  display: none;
}

/*# sourceMappingURL=job-select.css.map */
