/* Corpo testo post e pagine */

.page h2,
.post h2 {
  margin-top:3em;
  margin-bottom:0.5em;
}

.page h3,
.post h3 {
  margin-top:2em;
}

.page h4,
.post h4 {
  margin-top:1em;
}



/* Elenco puntato insegnamenti */

.teachinglist ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 5px 10px;
}

.teachinglist li {
  padding-left: 1.3em;
}

.teachinglist li:before {
  font-family: "Font Awesome\ 5 Solid";
  font-weight: 900;
  content: "\f19d";
  display: inline-block;
  margin-left: -1.3em;
  width: 2em;
}



/* Icone fondo pagina */

.social-icons .fa-tags {
  padding:10px 7px 7px 7px;
  transition:.5s;
  background-color:#fff;
}

.social-icons .fa-tags:hover{
  background-color:#55cc44;
}

.social-icons .fa-archive {
  padding:10px 12px 7px 11px;
  transition:.5s;
  background-color:#fff;
}

.social-icons .fa-archive:hover{
  background-color:#6655dd;
}



/* Tabelle download */

.downloadTable {
  width:100%;
  margin:1em 0 2em 0;
  font-size:100%;
}


.downloadTable tr:nth-child(odd):hover td,
.downloadTable tr:hover{
  background-color: #000000;
  color: #ffffff;
}


.downloadTable tr:hover a{
  color: #55cc44;
}

.downloadTable tr:hover a:hover{
  color: #66ff55;
}


/* Pubblicazioni */

/* The actual BibTeX reference (when visible) */
div.bibtex {
    color:black;
    font-size: 75%;
    padding: 1em
}


