body {
    background-color: white;
    text-align: justify;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}

.leaflet-popup-content {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
}

h1 {
    color: black;
    margin-left: 40px;
}

.code-snippet {
    position: relative;
    background-color: white;
    color: black;
    border-radius: 0.25rem;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid black;
}

.code-header {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}

.copy-button {
    border-radius: 0.25rem;
}

pre {
    margin: 0;
    font-size: 0.875rem;
    overflow-x: auto;
}

pre code {
    color: #fff;
}

.pdf-button {
    background-color: #d8e9dc;
    color: #1a1a1a;
    border: 1px solid #d8e9dc;
    padding: 0.6rem 1.2rem;
    font-weight: 500;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
  }
  
  .pdf-button:hover {
    background-color: #cfe3d4; /* slightly darker */
    color: #1a1a1a;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  }
  
  .pdf-button i {
    margin-right: 0.4rem;
  }
  
  .button-center {
    text-align: center;
  }
  


.image-container {
    display: flex;
    justify-content: center;
}

.image-container img {
    max-height: 300px;
    /* Adjust the maximum height as needed */
}

table.tableizer-table {
    font-size: 10px;
    border: 1px solid #CCC;
    font-family: Arial, Helvetica, sans-serif;
}

.tableizer-table td {
    padding: 4px;
    margin: 3px;
    border: 1px solid #CCC;
}

.tableizer-table th {
    background-color: #104E8B;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}

.image-link {
    display: inline-block;
    position: relative;
}

.image-wrapper {
    display: inline-block;
    position: relative;
    border: 2px solid #ccc;
    padding: 4px;
    border-radius: 4px;
    transition: border-color 0.3s ease;
}

.image-link:hover .image-wrapper {
    border-color: #999;
}

.image-link img {
    display: block;
    width: 100%;
    height: auto;
}

.even-row {
    background-color: #F0F0F0;
}

.odd-row {
    background-color: #D9D9D9;
}

.study-detail {
    padding: 10px;
}



</style>