div, p, td, th {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
}

#selettorefont{
    display: none
}

.unifi-header{
    background-color: #32418d;
    color: white;
}

a {
  color:#32418d;
}

a:hover {
  color:#32418d;
}

#loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
}

#loadingImage {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
}

#loadingTimer{
  font-size: 40px;
}