<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
h1{
    font-size: 24px;
    padding-bottom: 10px;
    font-weight: 600;
    text-align: justify;
}

.sponserTableWrapper {
    width: 100%;
    overflow-x: auto;
  }
  
 
  .sponserTable {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    min-width: 600px;
  }
  
  .sponserTable th,
  .sponserTable td {
    border: 1px solid #ddd;
    padding: 12px 15px;
    text-align: left;
    vertical-align: top;
  }
  
  .sponserTable th {
    background-color: #f0f0f0;
    color: #333;
    font-weight: bold;
  }
  
  .sponserTable tr:nth-child(even) {
    background-color: #fafafa;
  }
  
  .sponserTable tr:hover {
    background-color: #f5f5f5;
  }
  
  .sponserTable th[colspan="3"] {
    background-color: #e0e0e0;
    text-align: center;
    font-size: 16px;
  }
  
  
  .sponserTableWrapper {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
  </pre></body></html>