.control-accessi_sicuri {
max-width: 728px;
margin: 0 auto;}

.control-accessi_sicuri h5{
    font-family: Came,sans-serif;
    font-weight: 400;
}
form input[type=radio]+label {
 margin-right: 2rem;
}
form input[type=checkbox]+label {
width: 100%;
  margin-bottom: 1rem;
}
.ui-datepicker thead tr th:nth-of-type(3) span{
  color: #fff;
  position: relative;
}

.ui-datepicker thead tr th:nth-of-type(3) span:after{
  font-size: 1em;
  content: 'Me';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-family: Arial,Helvetica,sans-serif;
  color: #333;
  padding-left: .3em;
}