.release-styles hr {
  width: 33%;
  margin: 30px auto 20px;
  border: none;
  height: 1px;
  color: #ededed;
  background-color: #ededed;
}
.release-styles b, .release-styles strong {
  font-weight: bold;
}
.release-styles code {
  border-radius: 4px;
  background-color: #333;
  color: #EEE;
  font-family: monospace !important;
  font-size: 1.2em;
}
.release-styles pre {
  border-radius: 4px;
  background-color: #333;
  color: #EEE;
  padding: 20px;
  font-family: monospace !important;
  margin: 1.5em 0;
}
.release-styles p code, .release-styles p pre, .release-styles p mark, .release-styles p kbd, .release-styles li code, .release-styles li pre, .release-styles li mark, .release-styles li kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px;
}
.release-styles p mark, .release-styles li mark {
  background-color: #fdb833;
  color: black;
  font-family: inherit;
}
.release-styles p kbd, .release-styles li kbd {
  border: 1px solid #e5e7e9;
  color: inherit;
}
.release-styles p var, .release-styles li var {
  font-family: monospace !important;
}
.release-styles .align-left {
  text-align: left;
}
.release-styles .align-right {
  text-align: right;
}
.release-styles .align-center {
  text-align: center;
}
.release-styles .align-justify {
  text-align: justify;
}
.release-styles p {
  font-size: 16px;
  margin: 0 0 1.5em 0;
}
.release-styles ul {
  margin: 1.5em 0;
}
.release-styles h1, .release-styles h2, .release-styles h3, .release-styles h4, .release-styles h5, .release-styles h6 {
  color: #333;
  font-weight: 600;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.release-styles h1 {
  font-size: 26px;
}
.release-styles h2 {
  font-size: 24px;
}
.release-styles h3 {
  font-size: 22px;
}
.release-styles h4 {
  font-size: 20px;
}
.release-styles h5 {
  font-size: 18px;
}
.release-styles h6 {
  font-size: 16px;
}
.release-styles blockquote {
  font-family: "Times New Roman", serif;
  font-style: italic;
  font-size: 20px;
  border-left: 2px solid #EEE;
  color: #999;
  margin: 20px 0 !important;
  padding: 10px 30px;
}
.release-styles iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.release-styles img {
  max-width: 100%;
  height: auto !important;
}
.release-styles .embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.release-styles .embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 480px) {
  .release-styles p {
    margin: 10px 0;
  }
}

.release-reactions {
  backface-visibility: hidden;
  padding: 12px;
  text-align: center;
  color: #777;
  background-color: #f0f3f5;
  border-radius: 8px;
  margin: 40px 0px;
  box-shadow: none;
}

.release-reactions p {
  padding-top: 9px;
  padding-bottom: 4px;
  text-align: center;
}

.release-reactions .reaction-icon {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  outline: none;
  width: 50px;
  height: 100%;
  display: inline-block;
  text-align: center;
  font-size: 32px;
  transition: transform 0.16s cubic-bezier(0.65, 0.61, 0.18, 1.8) 0.02s, filter 0.32s linear;
  cursor: pointer;
  transform-origin: 50% 60%;
}

.release-reactions .reaction-icon:hover {
  transform: scale(1.32);
}

.release-reactions .reaction-icon span {
  cursor: pointer;
  line-height: 55px;
}
