.button {
    float:left;
    height:auto;
    font-size:10px;
	font-family:Lato;
    width:25px;
    text-align:center;
    white-space:nowrap;
}

.arrows {
    font-size:90%;
    margin:0.2em;
}

.button a:link, .button a:visited {
    color: #eee;
    background-color:#1e5184;
    font-size:1em;
    font-weight:bolder;
    text-decoration: none;
    border-bottom:0.1em solid #555;
    border-right:0.1em solid #555;
    border-top:0.1em solid #ccc;
    border-left:0.1em solid #ccc;
    margin: 0.2em;
    padding:0.2em;
    display:block;
}
.button a:hover {
  /*  background-color:#003366;*/
    color:#ebb104;
    border-top:0.1em solid #777;
    border-left:0.1em solid #777;
    border-bottom:0.1em solid #aaa;
    border-right:0.1em solid #aaa;
    padding:0.2em;
    margin: 0.2em;
}
.button a.attivo {
   background-color:#ebb104;
    color:#fff;
	
}
.button a.inattivo {
   background-color:#c0c0c0;
    color:#fff;
	
}