<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.media-list {
    padding-left: 0;
    list-style: none;
}

.media:first-child {
    margin-top: 0;
}

.media {
    margin-top: 15px;
}

.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}
.media-left, .media &gt; .pull-left {
    padding-right: 10px;
}

.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}

.media-body {
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
    width:100%;
}

.node-content-element .media-body {
  border-bottom: 1px solid black;
}

.media-object {
    display: block;
    vertical-align: middle;
    margin-top:2px
}

.media-middle {
    vertical-align: middle;
}

.media-heading {
  font-weight: bold;
  padding-bottom: 10px;
}

.h30 {
  height:30px;
}

.w50 {
  width: 50px;
}

.pull-right {
  float:right;
}

.text-right {
  text-align:right;
}

/* - SPECIFIC DATA - */
#cnt_pub {
  padding-bottom:0px !important;
  font-style:italic;
}

#cnt_upd {
  font-style:italic;
}

/* - ELENCO OBBLIGHI SENZA FIGLI - */
.no-child &gt; a {
  padding-left: 20px;
}

/* - MARGINS - */
.mt-3, .my-3 {
  margin-top: 1rem !important;
}

/* - ALERTS - */
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}</pre></body></html>