<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Modals */
.custom-modal {
  display: none;
  position: fixed;
  z-index: 110;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  /* Modal Content/Box */
  /* The Close Button */ }
  .custom-modal .modal-content {
    background-color: var(--bg-gray);
    margin: 15% auto;
    padding: 3rem 2rem 3rem 2rem;
    border: 1px solid #888;
    width: 95%;
    max-width: 1300px; }
  .custom-modal .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold; }
    .custom-modal .close:hover, .custom-modal .close:focus {
      color: black;
      text-decoration: none;
      cursor: pointer; }

/* Tietoa evästeistä modal */
/* Evästeiden tiedot taulukko */
.scrollable-table {
  overflow: auto; }
  .scrollable-table table {
    background-color: #ffffff;
    min-width: 1000px; }
    .scrollable-table table th {
      background-color: var(--dark-blue);
      color: #ffffff;
      text-align: left;
      padding: 1rem;
      border: solid #c5ced8 1px; }
    .scrollable-table table td {
      background-color: #f1f1f1;
      padding: 1rem;
      border: solid #d2d2d2 1px; }

.reset-cookie-options {
  margin-top: 1rem;
  margin-bottom: 2rem; }
  .reset-cookie-options a {
    font-size: 1.4rem; }
</pre></body></html>