/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 03 2025 | 22:19:19 */
table.avsys-tabla {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
  }
  table.avsys-tabla th {
    background-color: #0073aa;
    color: white;
    padding: 8px;
    text-align: center;
    font-weight: bold;
  }
  table.avsys-tabla td {
    border: 1px solid #ccc;
    padding: 6px 10px;
    width: 50%;
    vertical-align: top;
  }

