body {
  font-family: sans-serif;
  font-size: 0.95rem;
  overflow-x: hidden;
}

textarea {
  font-family: monospace;
}

#contenuto {
  min-width: 100vw;
}

.clickabile {
  cursor: pointer;
}

.fs-100 {
  font-size: 100% !important;
}

.fs-110 {
  font-size: 110% !important;
}

.fs-120 {
  font-size: 120% !important;
}

.fs-130 {
  font-size: 130% !important;
}

.fs-095 {
  font-size: 95%;
}

.fs-090 {
  font-size: 90%;
}

.fs-085 {
  font-size: 85%;
}

.fs-080 {
  font-size: 80%;
}

.fs-075 {
  font-size: 75%;
}

.fs-070 {
  font-size: 70%;
}

.fs-065 {
  font-size: 65%;
}

.fs-060 {
  font-size: 60%;
}

.fs-055 {
  font-size: 55%;
}

.fs-050 {
  font-size: 50%;
}

.hov:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.hovb {
  text-decoration: none;
}

.hovb:hover {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}

.link:hover {
  text-decoration: underline;
}

/* Messaggi */
div.msg {
  border: 1px solid black;
  border-radius: black;
}
div.msg.debug {
  background-color: bisque;
}
div.msg.error {
  background-color: crimson;
}
div.msg.info {
  background-color: aquamarine;
}
div.msg.success {
  background-color: palegreen;
}
div.msg.warning {
  background-color: burlywood;
}