.ui.cancilleria.button {
  background-color:  #b63554;
  color: #fff;
  text-shadow: none;
  background-image: none;
}
.ui.cancilleria.button:hover {
  background-color:  #a92141;
  color: #fff;
  text-shadow: none;
  background-image: none;
}
.ui.cancilleria.button:focus {
  background-color:  #a92141 !important;
  color: #fff;
  text-shadow: none;
  background-image: none;
}
.ui.cancilleria.button:active {
  background-color:  #a92141 !important;
  color: #fff;
  text-shadow: none;
  background-image: none;
}