@media (max-width: 1024px) {
    h2 {
        margin-top: 10px; /* Adjust the value as needed */
    }
}

.container h2, .container h3{
    border-bottom: 1px solid #daa520;
    padding-bottom: 5px;
    margin-bottom: 10px !important;
}

.individual-chart-wrapper a{
    text-decoration: underline;
    cursor: pointer;
}

.individual-chart-wrapper h3{
    border-bottom: none;

}

.chart-container{
    padding-bottom: 5px;
    width: 100%;
    height: 600px;
}
.chart-container-individual{
    width: 100%;
    padding-bottom: 5px;
    height: 400px;
}

.navigation button{
    border: 1px solid #dddddd;
    border-radius: 5px;
    background-color: #fff;
    padding: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    color: #161614;
    cursor: pointer;
}

.right_coll{
    padding: 0 0 50px 5px;
}

.right_coll h3, .right_coll li{
    border-bottom: 1px solid silver;
}

.right_coll h3{
    color: #204060;
    font-weight: bold;
}

.right_coll a{
    color: darkred;
}


/* TABLES */
.data-table {
    font-size: 12px;
    border-collapse: collapse;
    width: 100%;
}

.data-table thead {
    position: sticky;
    /* top: 0; */
    background-color: #f8f9fa;
    z-index: 10;
}

.data-table th {
    padding: 8px;
    border: 1px solid #ddd;
    background-color: #f0f0f0;
    text-align: center;
    min-width: 100px;
}

.data-table th.time-header {
    min-width: 80px;
}

.data-table th small {
    font-weight: normal;
}

.data-table td {
    padding: 8px;
    border: 1px solid #ddd;
    text-align: center;
}

.data-table td.time-cell {
    font-weight: bold;
}

.data-table td.first-column {
    padding-left: 30px;
}

.data-table td.plant-name {
    text-align: left;
    font-weight: normal;
    padding-right: 5px;
}

.data-table td.plant-name strong {
    font-weight: bold;
}

/* Row alternating colors */
.data-table .pl {
    background-color: #FAFBF7;
}

.data-table .ps {
    background-color: #F1F3E6;
}

/* Table containers */
/* .table-container {
    margin-top: 3em;
} */

/* .table-title {
    border-bottom: 1px solid #daa520;
    padding-bottom: 10px;
} */


#power-plants-table {
    max-height: 600px;
    overflow-y: auto;
}

/* Value display styles */
.value-display {
    text-align: center;
    display: block;
}

.value-details {
    color: #666;
}

.aligned-table .stat-label {
    width: 70%;
}

.aligned-table .stat-value {
    width: 30%;
    text-align: center;
}



@media (min-width: 1025px) {
    .left-nav {
        display: none;
    }
}

@media (max-width: 1024px) {
   .left-nav {
        border-top: 1px solid #daa520;
        border-bottom: 1px solid #daa520;
        margin-bottom: 5px;
        margin-top:10px;
        font-size: 14px;
    }


}