/* commento  */ 
html {
    overflow: auto; /* Hide scrollbars */
}
body {
    font-size:20px;
    margin: 0;
    min-height: 100vh;
    text-align:center;
}
form { 
    border: 2px solid gray;
    border-radius: 1em; 
    display: inline-block;
    margin: auto;
    padding: 0.5em;
}
tr:nth-child(even) {background-color: #f2f2f2;}
tr:nth-child(odd) {background-color: white;}
a {
    color: black;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
span { margin: 0 1em 0 0; }
.backgroundImage {
    background-image: url('/images/esagoniBlu.png');
    width: 100%;
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
}
.backgroundImageAdminHome {
    background-image: url('/images/sfondo.png');
    width: 100%;
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.big {
    font-size:1.2em;
    text-decoration: underline;
}
.containerPulsanti {
    background-color: aquamarine;
    display: inline-block;
    margin: 1.5em auto;
    max-width: 75vw;
    padding: 1em;
}
.failed {
    font-size: 2em;
}
.imagePulsante {
    width: 8vw;
}
.malaales {
    font-family: 'Akronim';
    font-size: 3.5em;
}
.pulsante2max {
    background-color: burlywood;
    border-radius: 1em;
    box-shadow: 5px 5px 5px grey;
    display: inline-block;
    margin: 1em;
    max-width: 28vw;
    min-width: 16vw;
    padding: 0.5em 0.5em;
}
.pulsante3max {
    background-color: burlywood;
    border-radius: 1em;
    box-shadow: 5px 5px 5px grey;
    display: inline-block;
    margin: 1em;
    max-width: 20vw;
    min-width: 16vw;
    padding: 3em 0.5em;
}
.pulsanteAccedi {
    font-size: 1em;
    padding: 0.5em 3em;
}
.containerTabelle {
    display:flex;
    justify-content: space-around;
    align-items: flex-start;
}
.tabellaAccounts, .tabellaSessions {
    border: solid 1px black;
    border-collapse: collapse;
    margin: auto;
}
.headerTabellaAccounts {
    background-color: rgb(250, 128, 114);
}
.headerTabellaSessions {
    background-color: red;
}
.intestazioniTabella {
    border-bottom: solid 1px black;
    padding:0.5em 0.3em;
}
.datiTabella {
    padding:0.5em 0.3em;
}
.titoloForm {
    font-size: 1.2em;
    font-weight: 600;
}
.titoloPulsante {
    font-family: 'Chilanka';
    font-size: 1.5em;
    font-weight: 600;
    margin-top: 0.5em;
}