.tx_ddfseminare button.uk-button {
  -webkit-font-smoothing: antialiased;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  background: #ffffff;
  background-color: #ffffff;
  border-radius: 6px;
  border-width: 0px;
  color: #ffffff;
  font-family: sans-serif;
  height: auto;
  transition: all 0.4s ease;
  padding: 6px 18px;
  text-shadow: none;
  width: auto;
  font-size: 24px;
  line-height: 1.5em;
  text-decoration: none !important;
  font-size: 12px !important;
  color: #004f9e !important;
  background-color: #ffffff !important;
  padding: 10px 20px !important;
  border-radius: 0px !important;
  cursor: pointer;
  border: 1px solid #004f9e;
}
.tx_ddfseminare button.uk-button:hover {
  background: #ffffff;
  background-color: #ffffff;
  color: #ffffff;
}
.tx_ddfseminare button.uk-button a:hover {
  text-decoration: none;
}
