/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Jul 30 2019 | 09:36:42 (pm)
/*
/******* Do not edit this file *******/

.btn, a.btn {
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  background: #3498db;
  padding: 3px 7px 3px 7px;
  text-decoration: none;
}

.btn:hover, a.btn:hover {
  background: #a1dceb;
  text-decoration: none;
}

.alignnone {
    margin-right: 1em;
}