.tm-toolbar-default {
    background: #999 !important;
}
@media (min-width: 641px){
.titoliSezioni{
font-size:70px !important;
    font-weight: bold !important;
    }
}
@media (max-width: 640px){
.titoliSezioni{
font-size:34px !important;
    font-weight: bold !important;
    }
}
.aBanda img:hover{
  opacity: 0.7 !important;
}
.aBanda {
  margin-left: 47px !important;
}
    .fbFooter .uk-icon svg path {
    fill: #fff !important;
}
  .fbFooter .uk-icon svg path:hover {
	opacity: 0.5 !important;
}





table.scrollServizi tbody tr:nth-child(odd) {
    background-color: #f9f9f9 !important;
  border: 1px solid #000;
}
table.scrollServizi tbody tr:nth-child(even) {
    background-color: #ffffff !important;
}
table.scrollServizi tbody tr:hover {
    background-color: #e0f7ff !important;
}

/* Strisce solo per la tabella degli utenti */
table.scrollUtenti tbody tr:nth-child(odd) {
    background-color: #f9f9f9 !important;
    border: 1px solid #000;
}
table.scrollUtenti tbody tr:nth-child(even) {
    background-color: #ffffff !important;
}
table.scrollUtenti tbody tr:hover {
    background-color: #e0f7ff !important;
}