
body{
  margin:20px;
  padding:20px;
  background: #fff !important;
  font-family: 'Roboto', sans-serif !important;
  text-align: left;
}

.bottone-azioni-due{
  border: 0;
  background: none;
  color:#333;
  font-weight: bold;
  text-align: left !important;
}

.bottone-azioni-due:hover{
  color:#FF5958;
}

.parte-grigia{
  background: #e3e2e2;
  width:100%;
  padding:15px;
  border-radius:5px;
  display: none;
}

h4{
  text-decoration: none;
  color: #FF5958 !important;
}

a{
  text-decoration: none;
  color: #FF5958 !important;
}

.bottone-accetta{
  padding: 10px;
  border: 1px solid #FF5958;
  background: #FF5958;
  color:#fff;
  font-weight: bold;
  font-size: 15px;
  border-radius: 5px;
}

.bottone-accetta:hover{
  border: 1px solid #bb3b3b;
  background: #bb3b3b;
  color:#fff;
}


.bottone-accetta:disabled{
  border: 1px solid #bb3b3b;
  background: #bb3b3b;
  color:#fff;
  cursor: not-allowed;
}
