#logo {
  display: none;
}
#app_body {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 !important;
}
#header {
  padding-left: 0;
  padding-right: 0;
}
h1 {
  display: none;
}
h1.app-title {
  display: block;
  text-align: center;
  color: #00d287;
  margin-bottom: 15px;
  font-size: 3em;
}
@media screen and (max-width: 540px) {
  h1.app-title {
    font-size: 2em;
  }
}
span.company-name {
  text-align: center;
  display: block;
}
div.location {
  display: block;
  text-align: center;
}
section h3 {
  color: #00d287;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.04em;
  display: block;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #00d287;
}
#wrapper {
  padding: 0;
  height: auto;
}
.opening {
  padding-left: 10px;
}
#board_title {
  display: none;
}
#content p:first-of-type {
  display: none;
}
.filter-container {
  display: none;
}
@media screen and (min-width: 700px) {
  .opening {
    display: flex;
    justify-content: space-between;
  }
  .opening br {
    display: none;
  }
}
.opening a {
  color: #222;
  text-decoration: none;
}

.accessible #submit_app,
.accessible #apply_button {
  background: #00d287;
  border-radius: 25px;
  color: #fff;
}
