#DevelopmentForm {
  padding-top: 0 !important;
}
#DevelopmentForm .cards {
  justify-content: left;
  width: 100%;
}
#DevelopmentForm .cards .feature.card {
  width: 29%;
  cursor: pointer;
}
#DevelopmentForm .cards .feature.card .header {
  font-size: 1em;
}
#DevelopmentForm .cards .feature.card .image > .thumbnail {
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: lightgrey;
}
#DevelopmentForm ul.conditions {
  list-style-type: none;
  margin: 0;
  padding: 0 1em;
  width: 100%;
}
#DevelopmentForm ul.conditions li {
  margin: 5px 0;
}
#DevelopmentForm ul.conditions li .list {
  display: inline-block;
}
#DevelopmentForm .excessive {
  color: red;
  font-weight: bold;
}
#DevelopmentForm table {
  width: 100%;
}
#DevelopmentForm table td,
#DevelopmentForm table th {
  padding: 4px;
}
#DevelopmentForm table .landuse td:last-child {
  width: 60px;
}
#DevelopmentForm table .landuse-legend {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.1rem;
  margin-right: 0.2rem;
}
#DevelopmentForm .ui.divider.header {
  font-size: 1.1rem;
  margin: 0.5rem 0;
}
#DevelopmentForm .mason-save.button {
  margin: 0 auto;
}
#DevelopmentForm .footer {
  position: relative;
  min-height: 30px;
}
#DevelopmentForm .footer .left.toolbar {
  position: absolute;
  left: 0;
  top: 0;
}
#DevelopmentForm .footer .left.toolbar .button {
  height: 30px;
  line-height: 26px;
}
