.restatements {
  table {
    border-collapse: inherit;
  }

  .border-lr-none {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
  }

  .bg-green {
    background-color: #dbeedb !important;
  }

  .header-green-1 {
    background-color: #65aa98 !important;
  }

  .header-green-2 {
    background-color: #85bbac !important;
  }

  .header-green-3 {
    background-color: #9fc8bf !important;
  }

  td {
    border: 1px solid black !important;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

  .bg-green-4 {
    background-color: #d9edd9 !important;
  }

  .wind {
    color: var(--regent-blue);
  }

  .solar {
    color: var(--lightning-yellow);
  }

  .natural-gas {
    color: seagreen;
  }

  .geothermal {
    color: var(--red-damask);
  }

  .b-top {
    border-top: 2px solid seagreen !important;
  }

  .b-left {
    border-left: 2px solid seagreen;
  }

  .b-right {
    border-right: 2px solid seagreen;
  }

  .br-radius-25 {
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
  }

  .b-r-none {
    border-radius: 0px !important;
  }

  .br-40 {
    border-radius: 40px !important;
  }

  .b-tb-none {
    border-top: none !important;
    border-bottom: none !important;
  }

  .b-b-none {
    border-bottom: none !important;
  }

  .main-header-bg {
    background-color: #85bf55 !important;
  }

  .border-color-green {
    border-color: #85bf55 !important;
  }

  .br-header-left-style {
    border: 2px solid #85bf55;
    border-top-right-radius: 0px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 0px;
    border-bottom: none;
    border-right: none;
  }

  .br-header-right-style {
    border: 2px solid #85bf55;
    border-top-right-radius: 50px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: none;
    border-left: none;
  }

  .table-wrapper {
    @media only screen and (max-width: 700px) {
      table {
        min-width: 1200px;
      }
    }
  }
  
  .t-header-left {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .restatement-header {
    text-wrap: pretty;

    @media only screen and (max-width: 500px) {
      max-width: 300px !important;
      font-size: 1.25rem;
    }

    @media only screen and (min-width: 501px) and (max-width: 800px) {
      max-width: 500px !important;
      font-size: 1.30rem;
    }

    @media only screen and (min-width: 801px) {
      font-size: 1.25rem;
    }
  }
  
  .restatement-th-lg {
    @media only screen and (max-width: 500px) {
      display: none
    }

    @media only screen and (min-width: 501px) {
      display: table-header-group;
    }
  }

  .restatement-th-md {
    @media only screen and (max-width: 500px) {
      display: table-header-group;
    }

    @media only screen and (min-width: 501px) {
      display: none;
    }
   }

  .th-md {
    line-height: inherit;
    border-radius: 40px;
    border-left: 2px solid #85bf55;
    border-bottom-left-radius: 0px !important;
    border-bottom: none;
  }
  
  .middle-line {
    @media only screen and (max-width: 500px) {
      background-image: linear-gradient(#85bf55, #85bf55);
      background-size: 2px 100%;
      background-repeat: no-repeat;
      background-position: center center;
    }
  }



}
