/* Add here all your CSS customizations */
.table1 {
    display: table;   /* Allow the centering to work */
    margin: 0 auto;
}
textarea[name=mensaje] {
  resize: none;
}
ul#horizontal-list {
    list-style: none;
    padding: 20px;
}
ul#horizontal-list li {
    display: inline;
}
