  body {
    font-family: 'Courier New', Courier, monospace;

    display: flex;
    justify-content: center;

    line-height: 1.4;
    color: #333;
    max-width: 1024px;
    margin: 0 auto;
    padding: 20px;
  }

  h1, h2, h3, h4 {
    color: #2c3e50;
    font-weight: 1;
  }

  a {
    text-decoration: none;
    color: black;
    opacity: 50%;
  }

  a:hover {
    opacity: 100%;
  }

  h2 {
    /*border-bottom: 2px solid #ddd;
    padding-bottom: 5px;*/
    margin-top: 30px;
    background-color: #f0f0f0;
  }

  ul {
    list-style: none;
    padding: 0;
  }

  ul ul {
    text-indent: 32px;
  }
  
  ul li:before {
    /*content: "• ";*/
    color: rgb(0, 167, 0);
    color: #3ca3e7;
    color: #a0a0a0;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
  }

  ul li {
    margin-bottom: 16px;
  }

  .table-of-contents li {
    margin-bottom: 8px;
  }

  .table-of-contents li:before{
    content: "";
  }
  .section-content {
    margin-left: 20px;
  }
  .example {
    background-color: #e9e7ee;
    padding: 15px;
    border-left: 5px solid #c4afff;
    margin-top: 15px;
    white-space: pre-wrap;
    font-family: monospace;
  }
  table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
  }
  table, th, td {
    border: 1px solid #ccc;
  }
  th, td {
    padding: 8px;
    text-align: left;
  }
  th {
    background-color: #f2f2f2;
  }
  .note {
    font-style: italic;
    color: #666;
  }

  .separator {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .container {
  }
  
  .container-content {
  }

.last-updated {
  opacity: 50%;
}

@media (max-width: 768px) {
    .separator {
      margin-top: 32px;
      margin-bottom: 32px;
    }
    h2 {
      font-size: 22px;
    }

    body {
      padding: 15px; /* Reduce overall padding on smaller screens */
    }
    .section-content {
      margin-left: 0; /* Remove left margin for section content */
    }
    ul ul {
      padding-left: 40px; /* Slightly reduce nested list padding */
      text-indent: -20px;
    }
    table, thead, tbody, th, td, tr {
      display: block; /* Stack table elements on small screens */
    }
    
    thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
    tr {
      border: 1px solid #ccc;
      margin-bottom: 10px;
    }
    td {
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50%;
      text-align: right;
    }

    .changelog-section td {
          border: none;
          border-bottom: 1px solid #eee;
          position: relative;
          padding-left: 8px;
          text-align: left;
        }

    td:before {
      position: absolute;
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
      text-align: left;
      font-weight: bold;
    }



    
    /* Label the data in the table for mobile view */
    
      .file-setup-table td:nth-of-type(1):before { content: ""; } /* This is for the first empty column in your specific table */
      .file-setup-table td:nth-of-type(2):before { content: "Stickers, Holographic"; }
      .file-setup-table td:nth-of-type(3):before { content: "Emboss Stickers"; }
      .file-setup-table td:nth-of-type(4):before { content: "Emboss Holographic"; }
      .file-setup-table td:nth-of-type(5):before { content: "Spot Holographic"; }
      .file-setup-table td:nth-of-type(6):before { content: "Emboss Spot Holographic Sticker"; }
    
  }