.messages {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
}

.message {
  background-color: #cfc;
  width: 90%;
  margin: 10px auto;
  padding: 10px;
  border: solid 1px #8a8;
  border-radius: 10px;
  text-align: center;
  transition: all 1s;
  pointer-events: auto;
}

table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  padding: 10px;
  background: #e9faf9;
  border: solid 1px #778ca3;
}

td {
  padding: 10px;
  border: solid 1px #778ca3;
}
