#list {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
}

#list li {
    text-align: left;
    padding: 0;
    margin: 0;
    flex: 1;
    min-width: calc(100% /5);
    max-width: 120px;
    font-variant: small-caps;
}

#list .is-fullwidth {
    min-width:100% !important
}

#list li a {
    display: block;
    padding: 0.4em;
    margin: 0;
    font-variant: small-caps;
    text-align: left;
    
}
#vociContainer #list li a {
    padding: 0.4em 0 !important;
    overflow-wrap: break-word;
    hyphens: auto;
}

@media screen and (max-width:833px) {
    #list li {
        min-width: calc(100% /4);
    }
}


/* 
  576px + 32 * 2
  640px
  */
@media screen and (max-width:640px) {
    #list li {
        min-width: calc(100%/3);
    }
}





.scegli-indice {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
}

.lettera {
    font-variant: small-caps;
    font-weight: 700;
    padding: 0.4em;
    margin: 0;
    text-align: center;
    border-collapse: collapse;
    min-width: 1.2em !important;

}

.search-box-inner .input {
    width: 320px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.search-box .control input[type=text] {
    /* max-width: 240px; */
    border: 1px solid #aaa;
    margin: 0 auto 1em;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #bbb;
}



input[type=button],
input[type=reset],
input[type=submit] {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #efefef 50%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(50%, #efefef), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #fff 0, #efefef 50%, #fff 100%);
    background: -o-linear-gradient(top, #fff 0, #efefef 50%, #fff 100%);
    background: -ms-linear-gradient(top, #fff 0, #efefef 50%, #fff 100%);
    background: linear-gradient(to bottom, #fff 0, #efefef 50%, #fff 100%);
    border: 1px solid #aaa;
    box-shadow: solid 1px 1px 1px #e4e4e4;
    font-weight: 700;
    /* height: 2em; */
    /* min-width: 6em; */

}

input[type=button],
input[type=email],
input[type=password],
input[type=reset],
input[type=submit],
input[type=text],
select,
textarea {
    border-radius: 5px !important;
}


.voci h2 {
    font-variant: small-caps !important;
    font-style: normal;
}