.rd-navbar-static .rd-navbar-brand {
    max-width: 300px; important!
    height: auto;
    position: relative;
}

h2 {
font-size :26px;
}
.entry-footnote {
    border-bottom: 1px solid #80c9ed;
}

.button_danti {
  border: none;
  border-radius: 10px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  background-color: #000078;
}

.content-name, .content-actions {
    margin-bottom: 0.5em;
    /* content-visibility: hidden; */
}

/* inserisce una linea sottile in alto ad un articolo*/
article.entry {
    margin-bottom: 36px;
    padding-top: 30px;
    border-top: solid #80c9ed;
    border-top-width: medium;
}

/* inserisce linea sotto articolo prima dei commenti e toglie quella sottostante */
.entry-footnote {
    border-top: 1px solid #80c9ed;
    border-bottom: none;
}

