/* FILE CSS */
/* BODY */
body{
    font-family: 'Urbanist', sans-serif;
    font-weight: 300;
    background-color: #F4EEFF;
    color: #393E46;
}

/* BOX */
.homebox {
    margin: 60px auto 0 auto;
    width: 75%;    
}

/* BARRA FISSA IN ALTO */
#titlebar{
    font-weight: 400;
    background-color: rgb(218, 226, 238);
    width: 100%;
    border-bottom-color: #125D98;
    border-style: 2px solid;
}

/* BUTTON */
#avanti{
    color: white;
    background-color: #FF7600;
    border-color: #FF7600;
}
#indietro{
    color: #FF7600;
    background-color: white;
    border-color: #FF7600; 
}
/*.buttonyes{
    height:30px;
    width:60px; 
    background-color: #ff871d82;
    border-color: #ff871d82;
    border-radius: 8px;
}.buttonyes:focus{
    background: #FF7600;
} */

.tooltip {
    font-family: 'Urbanist', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    width:120pt;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    /* ... */
  }