.top-buffer { margin-top:20px; }

.post1 p:first-child:first-letter {
  font-size: 6em;
  padding-right: .1em;
  font-family: Dancing Script, serif;
  line-height: .8;
  color: firebrick;
  vertical-align: bottom;
}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}
