#recentpostmd {
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 3em auto 0;
  background: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  padding: 1em;
  box-sizing: border-box;
}
@media (min-width: 37.5em) {
  #recentpostmd {
    width: 80%;
  }
}
#recentpostmd h1 {
  width: 100%;
  margin: 0;
  line-height: 1.5em;
}
#recentpostmd h2 {
  margin-top: 0;
}
#recentpostmd .half {
  width: 100%;
  margin: 1em 0;
}
@media (min-width: 37.5em) {
  #recentpostmd .half {
    margin: 1em;
    width: calc(50% - 1em);
  }
  #recentpostmd .half:first-of-type {
    margin-left: 0;
  }
  #recentpostmd .half:last-of-type {
    margin-right: 0;
  }
}
#recentpostmd select,
#recentpostmd option,
#recentpostmd input,
#recentpostmd textarea {
  font-size: 1em;
  line-height: 2em;
  width: 100%;
  margin: 0 auto;
}
#recentpostmd select[type=submit],
#recentpostmd option[type=submit],
#recentpostmd input[type=submit],
#recentpostmd textarea[type=submit] {
  background: #f44336;
  color: #fff;
  border: none;
  margin: 0.5em auto;
  cursor: pointer;
  transition: all 300ms;
  font-weight: bold;
  font-size: 1.5em;
}
#recentpostmd select[type=submit]:hover,
#recentpostmd option[type=submit]:hover,
#recentpostmd input[type=submit]:hover,
#recentpostmd textarea[type=submit]:hover {
  background: #f55a4e;
  transform: scale(1.01);
}
#recentpostmd select[type=submit]:active,
#recentpostmd option[type=submit]:active,
#recentpostmd input[type=submit]:active,
#recentpostmd textarea[type=submit]:active {
  background: #f32c1e;
  transform: scale(0.99);
}
#recentpostmd #markdownContent {
  width: 100%;
  margin: 0 auto;
  display: block;
  font-size: 1em;
  min-height: 10em;
  margin-top: 1em;
}
@media (min-width: 37.5em) {
  #recentpostmd #markdownContent {
    font-size: 2em;
  }
}
#recentpostmd .finePrint {
  text-align: center;
  color: #aaa;
  margin-bottom: 0;
}
@media (min-width: 37.5em) {
  #recentpostmd .finePrint {
    text-align: left;
  }
}
#recentpostmd .finePrint a {
  text-decoration: none;
  color: #f44336;
}

/*# sourceMappingURL=recent-posts-md.css.map */
