.titlebar {
  font-family: merriweather;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.2em;
  letter-spacing: 0.125em;
  text-align: center;
  text-transform: uppercase;
  padding-top: 0.3em;
  padding-bottom: 0.1em;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.titlebar.close-button {
  cursor: pointer;
  text-align: intital;
}
.titlebar.close-button::after {
  display: block;
  clear: both;
  content: "";
}
.titlebar.close-button .title {
  float: left;
}
.titlebar.close-button .close {
  color: inherit;
  font-family: opensans, sans-serif;
  font-weigth: 300;
  float: right;
  font-size: 1.25rem;
  line-height: 1em;
}

/*# sourceMappingURL=titlebar.css.map */
