/* line 1, ../../sass/layout/_card.scss */
.card-title {
  text-align: center;
}

/* line 5, ../../sass/layout/_card.scss */
.small {
  border-bottom: 1px solid lightgrey;
  border-radius: 0;
}
/* line 6, ../../sass/layout/_card.scss */
.small .card-title {
  font-size: 16px;
  text-align: left;
  padding: 16px 0 0 8px;
}
/* line 12, ../../sass/layout/_card.scss */
.small .card-description {
  padding: 8px 0 0 8px;
}

/* line 5, ../../sass/layout/layout.scss */
.details h2 {
  text-align: center;
}
/* line 9, ../../sass/layout/layout.scss */
.details hr {
  width: 100%;
  color: gray;
}
/* line 14, ../../sass/layout/layout.scss */
.details .description {
  margin: 15px 0;
}
/* line 18, ../../sass/layout/layout.scss */
.details .title {
  font-weight: bold;
  text-decoration: underline;
}
/* line 23, ../../sass/layout/layout.scss */
.details ul {
  padding-left: 20px;
}

/* line 28, ../../sass/layout/layout.scss */
#apply-form {
  margin-top: 20px;
}

/* line 32, ../../sass/layout/layout.scss */
#search-form {
  position: absolute;
  top: 43px;
  left: 0;
  width: 100%;
  height: 140px;
  background-color: white;
  padding: 20px 8px;
  border: 1px solid gray;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 1px 4px 16px #888;
  -moz-box-shadow: 1px 4px 16px #888;
  -o-box-shadow: 1px 4px 16px #888;
  -ms-box-shadow: 1px 4px 16px #888;
  box-shadow: 1px 4px 16px #888;
}
/* line 50, ../../sass/layout/layout.scss */
#search-form input {
  margin-bottom: 20px;
}
/* line 54, ../../sass/layout/layout.scss */
#search-form input[type="search"] {
  display: block;
  width: 100%;
  height: 35px;
  font-size: 15px;
  border-radius: 4px;
  padding: 8px;
  border: 1px solid gray;
  background-color: #eee;
  border-radius: 4px;
  -webkit-user-modify: read-write-plaintext-only;
  -webkit-tap-highlight-color: transparent;
  outline-style: none;
  margin-bottom: 20px;
}

/* line 72, ../../sass/layout/layout.scss */
#view .details {
  background-color: white;
}
/* line 76, ../../sass/layout/layout.scss */
#view .details h2 {
  margin: 0;
}
