body {
    font-family: 'Fraunces', serif;
}

@media screen and (min-width: 481px) {
    
    a, label {
        font-size: 1em;
    }
    
    label {
        clear: left;
    }

    h1 {
        text-align:center;
        font-size: 2em;
    }

    h2 {
        text-align:center;
        font-size: 1em;
    }
    
    .container{
        width: 50%;
        border-radius: 5px;
        background-color: white;
        padding: 20px;
        margin-left: 20%;
        margin-right: 20%;
    }

}

/* Stile per schermi piccoli */
@media screen and (max-width: 480px) {

    a, label {
        font-size: 4vw;
    }
    
    label {
        clear: left;
    }

    h1 {
        text-align:center;
        font-size: 5vw;
    }

    h2 {
        text-align:center;
        font-size: 1em;
    }

    .container{
        width: 90%;
        border-radius: 5px;
        background-color: white;
        padding: 20px;
    }
    
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
    /*float: left;*/
}

.h_iframe iframe {
    position: absolute;
    overflow: hidden;
    width:100%;
    height:100%;
}

.h_iframe {
    position: absolute;
    overflow: hidden;
    height: 100%;
    width:100%;
}

.hidden_div {
    padding-top: 1em;
    display: none;
}

table, th, td {
  border: 1px solid black;
}

table {
  width: 100%;
}

a {
    text-align: justify;
}

div.menuitem {
    padding-top: 1%;
    text-align: center;
    width:50%;
}

p.responsivetable {
    overflow-x: auto;
}
