html {
  height: 100%
}

body {
  font-family: Arial;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: normal;
  margin: 0;
  text-align: left;
  min-height: 100%;
  padding: 0; 
  position: relative;
  background-color: #ffffff;
}

table {
  padding: 1px;
  border-collapse: separate;
  border-spacing: 0px;
}



.fonticon {
  height: 50px;
  width: 50px;
  background-color:black;
  border-radius: 15px;
}

.lineicon {
  height: 5px;
  width: 50px;
}

.giorno {
    background-color: #F07D1A;
    color: white;
    font-size: 30px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.riquadro {
    color: black;
    font-size: 20px;
    font-weight: bold;
    border: 3px solid #185871;
    padding: 10px;
}
.centrato {
    text-align: center; 
    width: 100%;
}

.linea {
    text-align: center; 
    font-size: 25px;
}

.titolo {
    background-color: #047EA3;
    color: white;
    font-size: 30px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.titolo1 {
    background-color: #f07d1a;
    color: white;
    font-size: 30px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
