
  table {
    width: 100%;
    border-collapse: collapse;
  }
  th, td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;

    word-wrap: break-word; /* Allows long words to be able to break and wrap onto the next line */
    overflow-wrap: break-word; /* Standard CSS property for word-wrapping */
  }
  th {
    background-color: #f2f2f2;
  }

  .body-container {
      width: auto;
      margin-left: 20px;
      margin-right: 20px;
  }

  /* GrainGenes banner header — matches live PanViewer design */
  .gg-site-header {
      background-color: #dee2e6;
  }

  .gg-header-banner-wrap {
      display: grid;
      height: 88px;
      background-color: #e9ecef;
  }

  .gg-header-banner-wrap.gg-header-banner-missing {
      background-color: #dee2e6;
  }

  .gg-header-banner {
      grid-area: 1 / 1;
      display: block;
      width: 100%;
      height: 88px;
      object-fit: cover;
      object-position: center center;
  }

  .gg-header-overlay {
      grid-area: 1 / 1;
      display: flex;
      align-items: center;
      z-index: 2;
      padding: 0 20px;
  }

  .gg-header-overlay-inner {
      width: 100%;
  }

  .gg-blast-brand {
      display: flex;
      align-items: center;
      gap: 10px;
  }

  .gg-logo-img {
      width: 28px;
      height: 50px;
      object-fit: contain;
      display: block;
  }

  .gg-logo-img.gg-logo-fallback {
      width: 40px;
      height: 40px;
      object-fit: contain;
      padding: 4px;
      background: linear-gradient(135deg, #2d6a4f, #1b4332);
      border-radius: 6px;
  }

  .gg-brand-text {
      line-height: 1.15;
  }

  .gg-brand-line-gg {
      font-weight: 700;
      font-size: 1.35rem;
      letter-spacing: -0.02em;
      line-height: 1.15;
  }

  .gg-brand-line-service {
      font-size: 1.05rem;
      font-weight: 600;
      margin-top: 0.1rem;
      line-height: 1.2;
  }

  .gg-header-brand-link {
      color: #212529;
      text-decoration: none;
      text-shadow: 0 0 6px rgba(255,255,255,0.9), 0 0 12px rgba(255,255,255,0.7);
  }

  .gg-header-brand-link:hover {
      color: #000;
      text-decoration: underline;
  }

  .load_content {
      width: 500px;
      height:  100px;
      margin-left:  100px;
      margin-right: 100px;
  }

  .pages {
      width: auto;
      margin: 0 auto;
      padding-top: 5px;
      padding-bottom: 5px;
  }

  .pages button {
      margin-right: 5px; /* This adds space to the right of each button */
      height: 30px; /* This adds space to the right of each button */
  }

  .pagesB {
      width: auto;
      margin: 0px;
      padding-top: 5px;
      padding-bottom: 5px;
  }

  .pagesB button {
      margin-right: 5px; /* This adds space to the right of each button */
      height: 30px; /* This adds space to the right of each button */
  }

  .header {
      padding: 20px;
      text-align: left;
      background: linear-gradient(to right, rgb(0,100,0), rgb(144,238,144));
      color: white;
      font-size: 24px;
      font-weight: bold;
  }

  /* footer across the bottom of the page */
  .footer {
      padding: 20px;
      text-align: center;
      background: linear-gradient(to right, rgb(0,100,0), rgb(144,238,144));
      color: white;
      font-size: 16px;
      margin-top: 5px; /* Optional: Adds a space between the content and the footer */
      position: relative;
      bottom: 0;
  }

  .tabs {
      display: flex;
      justify-content: start;
      border-bottom: 2px solid #ccc;
  }

  .tab {
      padding: 10px 20px;
      cursor: pointer;
      border: none;
      background: white;
      font-size: 16px;
      outline: none;
      transition: background-color 0.3s;
  }

  .tab:hover {
      background-color: #bbb;
  }

  .tab.activeT {
      background-color: #777;
      color: white;
  }

  .input_table table {
    width: 1500px;
    border-collapse: collapse;
  }

  .input_table th, .input_table td {
      border: 0px solid #ddd;
      padding: 1px;
      text-align: left;

  }

  .tree_table table {
    width: 200px;
    max-width: 300px; /* Ensures table does not exceed its container's width */
    table-layout: fixed; /* Helps enforce the defined width */
    border-collapse: collapse;
  }

  .tree_table th, .tree_table td {
      border: 0px solid #ddd;
      padding: 1px;
      text-align: left;
      font-size: 11pt;
      line-height: 1.5em;
  }

  .th0 {
      width: 6px;
      max-width: 6px; /* Ensures the width doesn't exceed this value */
      padding-bottom: 4px;
      padding-right: 1px;
      padding-left: 1px;
      vertical-align: bottom;
      text-align: center;
      background-color: #9A5446;
      color: white;
      position: sticky;
      top: 0;
  }

  .th0_PRJEB31061 {
      width: 6px;
      max-width: 6px; /* Ensures the width doesn't exceed this value */
      padding-bottom: 4px;
      padding-right: 1px;
      padding-left: 1px;
      vertical-align: bottom;
      text-align: center;
      background-color: #9A5446;
      color: white;
      position: sticky;
      top: 0;
  }

  .th0_PRJNA783885 {
      width: 6px;
      max-width: 6px; /* Ensures the width doesn't exceed this value */
      padding-bottom: 4px;
      padding-right: 1px;
      padding-left: 1px;
      vertical-align: bottom;
      text-align: center;
      background-color: #87CEEB; /* Sky Blue */
      color: white;
      position: sticky;
      top: 0;
  }

    .th0_PRJCA009749 {
        width: 6px;
        max-width: 6px; /* Ensures the width doesn't exceed this value */
        padding-bottom: 4px;
        padding-right: 1px;
        padding-left: 1px;
        vertical-align: bottom;
        text-align: center;
        background-color: #FF7F50; /* Coral */
        color: white;
        position: sticky;
        top: 0;
    }

    .th0_PRJEB56265 {
        width: 6px;
        max-width: 6px; /* Ensures the width doesn't exceed this value */
        padding-bottom: 4px;
        padding-right: 1px;
        padding-left: 1px;
        vertical-align: bottom;
        text-align: center;
        background-color: #3CB371; /* Medium Sea Green */
        color: white;
        position: sticky;
        top: 0;
    }

    .th0_PRJEB56320 {
        width: 6px;
        max-width: 6px; /* Ensures the width doesn't exceed this value */
        padding-bottom: 4px;
        padding-right: 1px;
        padding-left: 1px;
        vertical-align: bottom;
        text-align: center;
        background-color: #708090; /* Slate Gray */
        color: white;
        position: sticky;
        top: 0;
    }

    .th0_PRJEB14212 {
        width: 6px;
        max-width: 6px; /* Ensures the width doesn't exceed this value */
        padding-bottom: 4px;
        padding-right: 1px;
        padding-left: 1px;
        vertical-align: bottom;
        text-align: center;
        background-color: #DAA520; /* Goldenrod */
        color: white;
        position: sticky;
        top: 0;
    }

    .th0_PRJNA609577 {
        width: 6px;
        max-width: 6px; /* Ensures the width doesn't exceed this value */
        padding-bottom: 4px;
        padding-right: 1px;
        padding-left: 1px;
        vertical-align: bottom;
        text-align: center;
        background-color: #FF6347; /* Tomato */
        color: white;
        position: sticky;
        top: 0;
    }

    .th0_PRJNA260788 {
        width: 6px;
        max-width: 6px; /* Ensures the width doesn't exceed this value */
        padding-bottom: 4px;
        padding-right: 1px;
        padding-left: 1px;
        vertical-align: bottom;
        text-align: center;
        background-color: #6495ED; /* Cornflower Blue */
        color: white;
        position: sticky;
        top: 0;
    }

    .th0_PRJNA389800 {
        width: 6px;
        max-width: 6px; /* Ensures the width doesn't exceed this value */
        padding-bottom: 4px;
        padding-right: 1px;
        padding-left: 1px;
        vertical-align: bottom;
        text-align: center;
        background-color: #BDB76B; /* Dark Khaki */
        color: white;
        position: sticky;
        top: 0;
    }

    .th0_PRJNA399729 {
        width: 6px;
        max-width: 6px; /* Ensures the width doesn't exceed this value */
        padding-bottom: 4px;
        padding-right: 1px;
        padding-left: 1px;
        vertical-align: bottom;
        text-align: center;
        background-color: #5F9EA0; /* Cadet Blue */
        color: white;
        position: sticky;
        top: 0;
    }

    .th0_PRJNA531553 {
        width: 6px;
        max-width: 6px; /* Ensures the width doesn't exceed this value */
        padding-bottom: 4px;
        padding-right: 1px;
        padding-left: 1px;
        vertical-align: bottom;
        text-align: center;
        background-color: #F08080; /* Light Coral */
        color: white;
        position: sticky;
        top: 0;
    }

    .th0_PRJNA641489 {
    width: 6px;
    max-width: 6px; /* Ensures the width doesn't exceed this value */
    padding-bottom: 4px;
    padding-right: 1px;
    padding-left: 1px;
    vertical-align: bottom;
    text-align: center;
    background-color: #483D8B; /* Dark Slate Blue */
    color: white;
    position: sticky;
    top: 0;
}

.th0_PRJNA479960 {
    width: 6px;
    max-width: 6px; /* Ensures the width doesn't exceed this value */
    padding-bottom: 4px;
    padding-right: 1px;
    padding-left: 1px;
    vertical-align: bottom;
    text-align: center;
    background-color: #228B22; /* Forest Green */
    color: white;
    position: sticky;
    top: 0;
}

.th0_PRJNA661271 {
    width: 6px;
    max-width: 6px; /* Ensures the width doesn't exceed this value */
    padding-bottom: 4px;
    padding-right: 1px;
    padding-left: 1px;
    vertical-align: bottom;
    text-align: center;
    background-color: #2F4F4F; /* Dark Slate Gray */
    color: white;
    position: sticky;
    top: 0;
}

.th0_PRJNA300309 {
    width: 6px;
    max-width: 6px; /* Ensures the width doesn't exceed this value */
    padding-bottom: 4px;
    padding-right: 1px;
    padding-left: 1px;
    vertical-align: bottom;
    text-align: center;
    background-color: #8B0000; /* Dark Red  */
    color: white;
    position: sticky;
    top: 0;
}


  .th1 {
      width: 60px;
      max-width: 60px; /* Ensures the width doesn't exceed this value */
      vertical-align: bottom;
      background-color: #519C4F;
      color: white;
      position: sticky;
      top: 0;
  }
  .th2{
      width:140px;
      max-width: 140px; /* Ensures the width doesn't exceed this value */
      vertical-align: bottom;
      background-color: #519C4F;
      color: white;
      position: sticky;
      top: 0;
  }

  .th3{
      width:40px;
      max-width: 40px; /* Ensures the width doesn't exceed this value */
      vertical-align: bottom;
      background-color: #519C4F;
      color: white;
      position: sticky;
      top: 0;
  }

  .th4{
      width:40px;
      max-width: 80px; /* Ensures the width doesn't exceed this value */
      vertical-align: bottom;
      background-color: #519C4F;
      color: white;
      position: sticky;
      top: 0;
  }

  .td0 {
      width: 10px;
      max-width: 10px; /* Ensures the width doesn't exceed this value */
  }

  .td1 {
      width: 60px;
      max-width: 60px; /* Ensures the width doesn't exceed this value */
  }

  .td2 {
      width: 140px;
      max-width: 140px; /* Ensures the width doesn't exceed this value */
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }

  .td3 {
      width: 40px;
      max-width: 40px; /* Ensures the width doesn't exceed this value */
  }

  .td_maf {
      width: 50px;
      max-width: 50px; /* Ensures the width doesn't exceed this value */
  }

  .td5 {
      width: 160px;
      max-width: 160px; /* Ensures the width doesn't exceed this value */
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }

  .td_modifier {
      width: 70px;
      max-width: 70px; /* Ensures the width doesn't exceed this value */
      background-color: #AEC6CF;
      color: black;
  }

  .td_low {
      width: 70px;
      max-width: 70px; /* Ensures the width doesn't exceed this value */
      background-color: #77DD77;
      color: black;
  }

  .td_medium {
      width: 70px;
      max-width: 70px; /* Ensures the width doesn't exceed this value */
      background-color: #FDFD96;
      color: black;
  }

  .td_high {
      width: 70px;
      max-width: 70px; /* Ensures the width doesn't exceed this value */
      background-color: #FF6961;
      color: black;
  }

  .td4 {
      width: 40px;
      max-width: 80px; /* Ensures the width doesn't exceed this value */
  }

  .td_allele {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 50px; /* or any maximum that fits your design */
  }

  .vertical-text {
      writing-mode: vertical-rl;
      text-orientation: mixed;
      transform: rotate(180deg);
      display: flex;
      align-items: center;
      justify-content: center;
      height: auto;
  }

  .custom-tooltip {
    position: absolute;
    background-color: black;
    color: white;
    padding: 5px;
    border-radius: 5px;
    z-index: 1000;
    white-space: nowrap;
    /* Additional styles for your tooltip */
}

  #pagination button {
      margin-right: 5px;
      padding: 5px;
    }

    .popup {
        position: absolute;
        background-color: white;
        border: 1px solid #ddd;
        padding: 10px;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
        z-index: 1000;

    }

    /* Example styling for the links */
    .popup a {
        display: block;
        margin-bottom: 5px;
    }

  .gt-0-0 { background-color: #8CC28D; width: 6px; max-width: 6px; word-wrap: break-word; overflow-wrap: break-word; }
  .gt-0-1, .gt-1-0 { background-color: yellow; width: 6px; max-width: 6px; word-wrap: break-word; overflow-wrap: break-word; }
  .gt-1-1 { background-color: #FD950A; width: 6px; max-width: 6px; word-wrap: break-word; overflow-wrap: break-word;}
  .gt-dot-dot { background-color: #AAA; width: 6px; max-width: 6px; word-wrap: break-word; overflow-wrap: break-word; }
  .gt-other { background-color: blue; width: 6px; max-width: 6px; word-wrap: break-word; overflow-wrap: break-word; }

    div#pageContents {
            margin-top: 20px;
            margin-left: 10px;
    }

    body    {font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 10pt;
            margin-left: auto;
            margin-right: auto;
            padding-bottom: 5%;

    }

    .image1 {
            border: 1px solid #8a4419;
            border-radius: 5px;
            border-style: inset;
            box-shadow: 3px 3px 5px #c0ccc4;
    }

    td, th {
            font-size: 75%
    }

    #mainContainer {
            width: 1470px; /* or max-width: 100%; */
            min-width: 0; /* or a specific minimum width if desired */
            overflow: auto; /* adds scrollbars if content overflows */
            display: inline; /* or inline-block, depending on your layout needs */
            margin-left: 120px;
            margin-right: auto;
            padding-left: auto;
            padding-right: 1%;
            padding-top: 1%;
            padding-bottom: 2%;
    }
    #contentContainer {
            width: 1300px; /* or max-width: 100%; */
            padding-left:1%;
            padding-right:2%;
            padding-top: 0%;
            padding-bottom: 5%;
    	    margin-top: 0px;
            margin-left: 0px;
            margin-right: 30px;
            background: #FFFFFF;
    }

    #helpContainer {
            width: auto; /* or max-width: 100%; */
            padding-left:1%;
            padding-right:1%;
            padding-top: 0.2%;
            padding-bottom: 2%;
            margin-top: 10px;
            margin-left: 0px;
            margin-right: 10px;
            background: #FFFFFF;
    }

    #downloadContainer {
            width: auto; /* or max-width: 100%; */
            padding-left:1%;
            padding-right:1%;
            padding-top: 0.2%;
            padding-bottom: 2%;
            margin-top: 10px;
            margin-left: 0px;
            margin-right: 10px;
            background: #FFFFFF;
    }

    #outputContainer {
            width: auto; /* or max-width: 100%; */
            padding-left:1%;
            padding-right:1%;
            padding-top: 0.2%;
            padding-bottom: 2%;
    	    margin-top: 10px;
            margin-left: 0px;
            margin-right: 10px;
            background: #FFFFFF;
    }

    #treeContainer {
            width: auto; /* or max-width: 100%; */
            padding-left:1%;
            padding-right:1%;
            padding-top: 0.2%;
            padding-bottom: 2%;
            margin-top: 10px;
            margin-left: 0px;
            margin-right: 10px;
            background: #FFFFFF;
    }

    #headerContainer {
            width: 1500px;
            margin-left: 190px;
            margin-bottom: 5px;
            padding-bottom: 1.5%;
            background: #c6cec9;
            text-align: center;
            border-radius: 7px;
    }

    #subheaderContainer2
    {
            float: bottom;
            height: 30px;
            vertical-align: middle;
            font-size:11pt;
            border-radius: 4px;
            background: #317c31;
            width: 1200px;
            padding-left: 2%;
            padding-right: 2%;
            font-family: Arial, Helvetica, sans-serif;
    }

    #subheaderContainer {
        display: flex;
        align-items: center; /* Vertically centers the content */
        justify-content: flex-start; /* Aligns content to the start (left) */
        height: 30px;
        font-size: 11pt;
        border-radius: 4px;
        background: #317c31;
        width: 1300px;
        padding-left: 2%;
        padding-right: 2%;
        font-family: Arial, Helvetica, sans-serif;
    }

    .navbar {
        width: 1350px;
        height: 37px;
        overflow: hidden;
        background-color: #275c35;
        font-family: Arial, Helvetica, sans-serif;
    }

    .navbar a {
        float: right;
        font-size: 16px;
        color: white;
        text-align: center;
        padding: 10px 16px;
        text-decoration: none;
    }

    .dropbtn {
        background-color:#275c35;
        color: white;
           text-align: center;
        padding: 10px 16px;
        font-size: 16px;
        border: none;
        cursor: pointer;
    }

    .dropbtn:hover, .dropbtn:focus {
        background-color: red;
    }

    .dropdown {
        float: left;
        overflow: hidden;
    }

    .navbar a:hover, .dropdown:hover .dropbtn {
        background-color: red;
    }
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 10000;
    }

    .dropdown-content a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

    .dropdown-content a:hover {
        background-color: #ddd;
    }

    /* This needed to be added to make hover work on Firefox but it only works sometimes */
    a:active{
        text-decoration:none;
    }

    .show {
        display: block;
    }

    div#pageContents div#navigation {
            float: left;
            width: 210px;
            border-radius: 7px;
            min-width: 140px;
            margin-top: 0px;
            margin-right: 2px;
            padding-left: 1%;
            padding-bottom: 5%;
            font-size:9pt;
    }

    div#pageContents div#navigation ul#level1 {
            color: #006600;
            list-style: none;
            padding-left: 2%;
            font-size: 1.5em !important;
    }

    div#pageContents div#navigation ul#level2 {
            color: #006600;
            list-style: none;
            text-shadow: none;
            padding: 0;
            margin: 0 5px 0 5px;
            font-size: 0.85em !important;
    }

    div#pageContents div#navigation ul#level1 li {
            color: #006600;
            line-height: 1.5em !important;
            font-weight: bold;
    }

    div#pageContents div#navigation ul#level2 li {
            color: black;
            margin-top: 3px;
            margin-bottom: 3px;
    }

    #newsbubble{
    	float: left;
    	width: 75px;
        margin-top: 17px;
        margin-bottom: 3px;
        margin-right: 1px;
        font-size:10pt;
        border: 1px solid #c6cec9;
        border-radius: 5px;
        background: #f1f9de;
        padding: 1%;
        box-shadow: 3px 3px 3px 2px #c0ccc4;
    }

    #datacontainer
    {
    /*      margin: 0 auto;*/
            width: 800px;
            min-width: 800px;
            padding: 1%;
            padding-bottom: 0;
    }

    #dataContainer
    {
            margin-right: 300px;
            font-size:10pt;
            background: #dbeee4;
            width: 950px;

    }

    #toolContainer
    {
            float: left;
            font-size:8pt;
            margin-top: 5px;
            margin-bottom: 25px;
            width: 200px;
            padding: 0.7%;
            margin-left: 10px;
            margin-right: 10px;
            text-align: center;
    }

    #tool2Container
    {
            float: bottom;
            font-size:10pt;
            background: #e5e8e6;
            width: 950px;
            border-radius: 5px;
            padding-left: 2%;
            padding-right: 2%;
            padding-top: 0.5%;
            padding-bottom: 0.7%;
    }

    #tool3Container
    {
            float: bottom;
            font-size:10pt;
            width: 950px;
            padding-left: 0.9%;
            padding-right: 0.9%;
    }

    .container {
      position: relative;
      width: 15%;
    }

    .image {
      position: relative;
      display: inline-block;
      width: 100%;
      height: auto;
    }

    .image + .tooltiptext2 {
        visibility: hidden;
        width: 500%;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: -8px;
        left: 110%;
        font-size: 150%;
        font-family: Arial;

        /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
        opacity: 0;
        transition: opacity 1s;
    }

    .image + .tooltiptext2::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent black transparent transparent;
    }
    .image:hover + .tooltiptext2 {
        visibility: visible;
        opacity: 1;
    }

    /* Dropdown Button */
    .dropbtn8 {
      background-color: #4CAF50;
      color: white;
      padding: 16px 45px;
      font-size: 16px;
      border: none;
    }

    /* The container <div> - needed to position the dropdown content */
    .dropdown8 {
      position: relative;
      display: inline-block;
    }

    /* Dropdown Content (Hidden by Default) */
    .dropdown-content8 {
      display: none;
      position: absolute;
      background-color: #f1f1f1;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
    }

    /* Links inside the dropdown */
    .dropdown-content8 a {
      color: black;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
    }

    /* Change color of dropdown links on hover */
    .dropdown-content8 a:hover {background-color: #ddd;}

    /* Show the dropdown menu on hover */
    .dropdown8:hover .dropdown-content8 {display: block;}

    /* Change the background color of the dropdown button when the dropdown content is shown */
    .dropdown8:hover .dropbtn8 {background-color: #3e8e41;}

    /* Style the buttons that are used to open and close the accordion panel */
    .accordion {
      background-color: #eee;
      color: #444;
      cursor: pointer;
      padding: 18px;
      width: 100%;
      text-align: left;
      border: none;
      outline: none;
      transition: 0.4s;
      font-family: Arial, Helvetica, sans-serif;
    }

    .border1 {

      border: 1px solid black;
    }
    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .active, .accordion:hover {
      background-color: #ccc;
    }

    .accordion:after {
      content: '\02795'; /* Unicode character for "plus" sign (+) */
      font-size: 13px;
      color: #777;
      float: right;
      margin-left: 5px;
    }

    .active:after {
      content: "\2796"; /* Unicode character for "minus" sign (-) */
    }

    /* Style the accordion panel. Note: hidden by default */
    .panel {
      padding: 0 18px;
      background-color: #ccc;
      display: none;
      overflow: hidden;
      font-family: Arial, Helvetica, sans-serif;
    }

#thetreebuttons {
  background-color: #4CAF50; /* Green */
  color: white;
  font-weight: bold;
  width: 150px;
  height: 40px;
  font-family: 'Times New Roman', Times, serif;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 2px #999;
  font-size: 18px;
  text-align: center;
  transition: background-color 0.3s, box-shadow 0.3s; /* Smooth transition */
}

#thetreebuttons:hover {
  background-color: #45a049; /* Darker green */
  box-shadow: 0 4px #666; /* Shadow effect */
}

#thetreebuttons:active {
  background-color: #3e8e41; /* Even darker green */
  box-shadow: 0 1px #666; /* Less shadow */
  transform: translateY(2px); /* Pushes the button down */
}

#thedownloadbuttons {
  background-color: #4CAF50; /* Green */
  color: white;
  font-weight: bold;
  width: 250px;
  height: 40px;
  font-family: 'Times New Roman', Times, serif;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 2px #999;
  font-size: 18px;
  text-align: center;
  transition: background-color 0.3s, box-shadow 0.3s; /* Smooth transition */
}

#thepopup:hover {
  background-color: #45a049; /* Darker green */
  box-shadow: 0 4px #666; /* Shadow effect */
}

#thepopup:active {
  background-color: #3e8e41; /* Even darker green */
  box-shadow: 0 1px #666; /* Less shadow */
  transform: translateY(2px); /* Pushes the button down */
}

#thepopup {
  background-color: #4CAF50; /* Green */
  color: white;
  font-weight: bold;
  width: 250px;
  height: 60px;
  font-family: 'Times New Roman', Times, serif;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 2px #999;
  font-size: 18px;
  text-align: center;
  transition: background-color 0.3s, box-shadow 0.3s; /* Smooth transition */
}

#varpopup:hover {
  background-color: #45a049; /* Darker green */
  box-shadow: 0 4px #666; /* Shadow effect */
}

#varpopup:active {
  background-color: #3e8e41; /* Even darker green */
  box-shadow: 0 1px #666; /* Less shadow */
  transform: translateY(2px); /* Pushes the button down */
}

#varpopup {
  background-color: #4CAF50; /* Green */
  color: white;
  font-weight: bold;
  width: 300px;
  height: 60px;
  font-family: 'Times New Roman', Times, serif;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 2px #999;
  font-size: 18px;
  text-align: center;
  transition: background-color 0.3s, box-shadow 0.3s; /* Smooth transition */
}

#thedownloadbuttons:hover {
  background-color: #45a049; /* Darker green */
  box-shadow: 0 4px #666; /* Shadow effect */
}

#thedownloadbuttons:active {
  background-color: #3e8e41; /* Even darker green */
  box-shadow: 0 1px #666; /* Less shadow */
  transform: translateY(2px); /* Pushes the button down */
}

#thevcfbuttons {
  background-color: #4CAF50; /* Green */
  color: white;
  font-weight: bold;
  width: 250px;
  height: 40px;
  font-family: 'Times New Roman', Times, serif;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 2px #999;
  font-size: 18px;
  text-align: center;
  transition: background-color 0.3s, box-shadow 0.3s; /* Smooth transition */
}

#thevcfbuttons:hover {
  background-color: #45a049; /* Darker green */
  box-shadow: 0 4px #666; /* Shadow effect */
}

#thevcfbuttons:active {
  background-color: #3e8e41; /* Even darker green */
  box-shadow: 0 1px #666; /* Less shadow */
  transform: translateY(2px); /* Pushes the button down */
}

#thevcfbuttonsD {
  background-color: #4CAF50; /* Light Green */
  color: white;
  font-weight: bold;
  width: 250px;
  height: 30px;
  font-family: 'Comic Sans MS', cursive; /* Changed to match your original request */
  border: none;
  border-radius: 15px; /* More pronounced curved edges */
  cursor: pointer;
   /*box-shadow: 0 2px #999; */
  font-size: 18px;
  text-align: center;
  transition: background-color 0.3s, box-shadow 0.3s; /* Smooth transition */
}

#thevcfbuttonsD:hover {
  background-color: #8FBC8F; /* Slightly darker light green */
  box-shadow: 0 4px #666; /* Shadow effect */
}

#thevcfbuttonsD:active {
  background-color: #7FBC7F; /* Even darker light green */
  box-shadow: 0 1px #666; /* Less shadow */
  transform: translateY(2px); /* Pushes the button down */
}

.upload-instructions {
  margin-bottom: 20px;
  color: #33691e;
  font-weight: bold;
}

.input_container {
  border: 1px solid #e5e5e5;
  width: 500px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

input[type="file"] {
  flex-grow: 1;
  padding: 5px;
}

.button_up {
  padding: 8px 16px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.button_up:hover {
  background-color: #45a049;
}

.info-list {
    width: 1000px;
    padding: 10px;
    margin: 10px; /* Center the list horizontally */
    list-style-type: none; /* Removes default bullet points */
}

.info-list li {
    margin-bottom: 10px; /* Adds space between list items */
    background-color: #f9f9f9; /* Light background for readability */
    border-left: 3px solid #4CAF50; /* Highlighting border on the left */
    border-right: 3px solid #4CAF50; /* Highlighting border on the left */
    padding: 10px;
    border-radius: 5px; /* Rounded corners for a modern look */
}

.info-list li b {
    color: #4CAF50; /* Color for the bold titles to match the border */
}

#outHeader div {
    padding: 5px;
    display: flex;
    flex-wrap: wrap; /* Allows buttons to wrap onto the next line on smaller screens */
    gap: 10px; /* Creates space between buttons */
}
.download-button, .popup-button {
    min-height: 40px;
    min-width: 250px;
    background-color: #4CAF50; /* Green */
    color: white;
    font-weight: bold;
    width: auto;
    max-width: 500px;
    padding: 0 15px;
    height: 40px;
    font-family: 'Times New Roman', Times, serif;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 2px #999;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    transition: background-color 0.3s, box-shadow 0.3s; /* Smooth transition */
}

.download-button, .popup-button:hover {
  background-color: #45a049; /* Darker green */
  box-shadow: 0 4px #666; /* Shadow effect */
}

.download-button, .popup-button:active {
  background-color: #3e8e41; /* Even darker green */
  box-shadow: 0 1px #666; /* Less shadow */
  transform: translateY(2px); /* Pushes the button down */
}

pre {
    overflow-x: scroll; /* Enable horizontal scrolling */
    white-space: pre; /* Maintain line breaks and prevent wrapping */
    background-color: #f5f5f5; /* Light grey background for better readability */
    border: 1px solid #ccc; /* Add a border around the code block */
    padding: 10px; /* Add some padding for better readability */
    }

        /* Scoped styles for the specific table */
        .dataset-table .checkmark {
            color: green;
            font-size: 17px;
            text-align: center;
        }

        .dataset-table .crossmark {
            color: red;
            font-size: 17px;
            text-align: center;
        }

        /* Table styling */
        .dataset-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            font-family: Arial, sans-serif;
        }

        .dataset-table th, .dataset-table td {
            border: 1px solid #dddddd;
            padding: 12px;
            text-align: left;
        }

        .dataset-table th {
            background-color: #f2f2f2;
        }

        /* Responsive design */
        @media screen and (max-width: 768px) {
            .dataset-table,
            .dataset-table thead,
            .dataset-table tbody,
            .dataset-table th,
            .dataset-table td,
            .dataset-table tr {
                display: block;
            }

            .dataset-table th {
                position: absolute;
                top: -9999px;
                left: -9999px;
            }

            .dataset-table tr {
                margin: 0 0 1rem 0;
            }

            .dataset-table td {
                border: none;
                position: relative;
                padding-left: 50%;
            }

            .dataset-table td:before {
                position: absolute;
                top: 12px;
                left: 12px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
                font-weight: bold;
            }

            /* Label the data */
            .dataset-table td:nth-of-type(1):before { content: "Select"; }
            .dataset-table td:nth-of-type(2):before { content: "Dataset"; }
            .dataset-table td:nth-of-type(3):before { content: "Accessions"; }
            .dataset-table td:nth-of-type(4):before { content: "Variant Sites"; }
            .dataset-table td:nth-of-type(5):before { content: "Filters"; }
            .dataset-table td:nth-of-type(6):before { content: "Heterozygous Sites"; }
            .dataset-table td:nth-of-type(7):before { content: "INDELS"; }
            .dataset-table td:nth-of-type(8):before { content: "Imputation"; }
            .dataset-table td:nth-of-type(9):before { content: "Citation"; }
            .dataset-table td:nth-of-type(10):before { content: "Disclaimer"; }
        }

        /* Hover effect for table rows */
        .dataset-table tbody tr:hover {
            background-color: #f1f1f1;
        }

        /* Style for radio buttons */
        .dataset-table .radio-cell {
            text-align: center;
        }

        /* Highlight selected row with a fixed color */
        .dataset-table tr.selected {
            background-color: #d1e7dd; /* Choose your desired fixed color */
        }
