#overall {
    
}

.tooltip {
    opacity: 0;
    font-size: 17px;
    padding: 15px;
    border-radius: 5px;
    color: black;
    /*background-color: white;*/
    position: absolute;
    top: 135px;
    left: 100px;
}

.axis {
    font-size: 16px;
    font-family: sans-serif;
}

.adult {
    stroke: #D8576B;
    fill: #D8576B;
    opacity: 0.6;
}

.pediatric {
    stroke: #645CAD;
    fill: #645CAD;
    opacity: 0.6;
}

.hover {
    opacity: 1;
}

#mydots {
    opacity: 0.4;
}

.year-chart {
    opacity: 0.6;
}

.donut {
    stroke-width: 2px;
    opacity: 0.7;
}

/*.ward {*/
/*    margin-top: 400px;*/
/*}*/

.top10-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; /* flexible layout */
  gap: 2rem; /* replaces fixed 200px gap */
  max-width: 100%;
  padding: 1rem;
}



@media (max-width: 800px) {
  .top10-container {
    grid-template-columns: 1fr; /* 1 column on phones */
  }
}

#bullets {
    display: grid;
    grid-template-columns: 1fr 6fr;
    margin-top: 15px;
    align-items: center;
}

.icons {
    width: 82%;
}

.section {
    margin-bottom: 15px;
}

.nav-links {
    margin-bottom: 40px;
}

.details-top10 {
    width: 520px;
}


/*.key-findings-1 {*/
/*    display: grid;*/
/*    grid-template-columns: 1.5fr 2fr 1fr;*/
/*    grid-column-gap: 10px;*/
/*    text-align: center;*/
/*    margin-bottom: 10px;*/
/*}*/

/*.key-findings-2 {*/
/*    display: grid;*/
/*    grid-template-columns: 1fr 1fr 1fr;*/
/*    grid-column-gap: 10px;*/
/*    text-align: center;*/
/*    margin-bottom: 10px;*/
/*}*/

/*.stats {*/
/*    font-size: 24px; */
/*    font-weight: bold; */
/*}*/


#aware-overall {
    
    z-index: 10;
}

#awareyr-title {
    
    z-index: 10;
}

#aware-year {
    
    z-index: 5;
}

#prelim-note2 {
    
    /*margin-top: 190px;*/
    /*margin-bottom: -130px;*/
}
/*.aware-container {*/
/*    display: grid;*/
/*    grid-template-columns: 700px 500px;*/
/*}*/

/*h3 {*/
/*    font-size: 28px;*/
/*}*/

th {
    background-color: #788FCE;
    color: white;
}