  .legend_container {
    max-width: 100%;
  }
  .tabs {
    border: 1px solid #ddd;
    position: relative;
    margin-top: 1rem;
    margin-bottom:2rem;
  }
 
  .tabs__navigation {
    margin-left: -1px;
    position: absolute;
    top: -30px;
  }
  .tabs__link {
    font-size:1.4rem;
    display: inline-block;
    border: 1px solid #ddd;
    text-decoration: none;
    padding: .25rem .75rem;
    background: #E7E7E7;
  }
  .tabs__link:first-child {
    margin-left: 0;
  }
  .tabs__link--active {
    font-weight:bold;
    border-bottom-color: #fff;
    background: #fff;
    color: #186baa;
  }


.climateSummaryTable {
   font-size:1.4rem !important;
   margin: 1rem !important;
   width: 98% !important;
   border-collapse: separate !important;
}

.climateSummaryTable th {
    border-left-width: 0px !important;
    border-right-width:1px !important;
    border-right-style:solid !important;
    border-right-color:#d4d4d4 !important;
    text-align: center !important;    
}

.climateSummaryTable tr {
     background-color: transparent !important;
}

.climateSummaryTable td {
     border-left-width: 0px !important;
     border-right-width:1px !important;
     border-right-style:solid !important;
     border-right-color:#d4d4d4 !important;
     padding-top: 0.2rem !important;
     padding-bottom:0.2rem !important;
     text-align: center !important; 
}

.climateSummaryTable th:nth-child(1)  {
     text-align: left !important;
     width:230px !important;
}

.climateSummaryTable td:nth-child(1)  {
     text-align: left !important;
     width:230px !important;
}

.climateSummaryTable th:nth-child(9)  {
     border-right-width:0px !important;
}

.climateSummaryTable td:nth-child(9)  {
     border-right-width:0px !important;
}

.climateSummaryLow {
     background-color:#FFEDA0;
}

.climateSummaryMid {
     background-color:#FEB24C;
}

.climateSummaryHigh {
     background-color:#FC4E2A;
}

.climateSummaryTable2 {
    width: 98% !important;
    border-collapse: separate !important;
    font-size:1.4rem !important;
    margin: 1rem !important;
}

.climateSummaryTable2 tr {
     background-color: transparent !important;
}

.climateSummaryTable2 td {
     border-left-width: 0px !important;
     border-right-width:0px !important;
     padding-top: 0.2rem !important;
     padding-bottom:0.2rem !important;
     text-align: left !important;     
}


.climateSummaryTable2 td:nth-child(1)  {
     text-align: center !important;
     width: 50px !important;
}

.climateSummaryTable2 td:nth-child(2)  {
     text-align: center !important;
     width: 50px !important;
}

