<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a {
    color: blue;
    
}

.text-smaller {
    font-size: smaller;
}

ol {
    
    list-style-position: inside;
}

.italic_list {
    font-style: italic;
    list-style-type: none;
}
.img-inner {
    height: 100%; width: 100%; object-fit: contain
}

.text-underline {
    text-decoration: underline;
}

.logos {
  max-height: 50px; width: auto;
}

@media (max-width: 600px) {
  .logos img {
    max-height: 30px;
  }
}


h3 {
    text-transform: capitalize;
}

.no-capitalize {
    text-transform: lowercase;
}

table {
    text-align: left;
    border: 1px solid black;
}

th {
    border-bottom: 1px solid black;
}

.table-emphasis td{
    background-color: palegreen;
}

tr {
    border-bottom: 1px solid #ddd;

  }

.no-transform {
    text-transform: none;
}


            table {
              border-collapse: collapse;
              width: 100%;
              text-align: center;
            }
            th, td {
              border: 1px solid black;
              padding: 8px;
            }
            th {
              background-color: #d9e1f2;
            }
            .arrival {
              font-style: italic;
            }
            .pink {
              background-color: #f4cccc;
            }
            .lightblue {
              background-color: #cfe2f3;
            }
            .lightgreen {
              background-color: #d9ead3;
            }
.hscroll {
    overflow-x: auto;
}</pre></body></html>