ul.elenco_file {
  cursor          : move;
  list-style-type : none;
}

table {
  margin: 2rem auto;
}

thead th {
  text-align: center;
}

table > tbody > tr > td:first-child {
  text-align: left;
}

table > tbody > tr > td:last-child {
  text-align: right;
}

messaggi {
  float: left;
  width: 100%;
}