.entry-comments__header {
  border-bottom: 1px solid #dad9d9;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
}

.entry-comments__header h3 {
  font-weight: bold;
  margin: 0px;
}

.entry-comments__header a {
  width: max-content;
  text-decoration: none;
  text-align: right;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: white;
  background-color: #0b5798;
  text-decoration: none;
  padding-left: 0.7em;
  padding-right: 0.7em;
  padding-top: 0.01em;
  padding-bottom: 0.01em;
}

a.commenting_rules_link {
  background-color: #d6d6d6;
  color: black;
}

.entry-comments__header .commenting_rules_link:visited {
  color: black;
}

@media screen and (max-width: 620px) {
  .entry-comments__header {
    flex-direction: column;
    border-bottom: 1px solid #dad9d9;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1em;
  }
  .entry-comments__header a {
    white-space: nowrap;
    text-decoration: none;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    text-decoration: none;
    padding-left: 0.9em;
    padding-right: 0.9em;
    padding-top: 0.01em;
    padding-bottom: 0.01em;
    margin-bottom: 0.4em;
  }
}
.entry-comments__container {
  font-family: "Roboto Slab", Sans-serif!important;
}
