 #legend-full table.infoaqitable {
                line-height: 1.5;
                background-color: transparent;
                max-width: 100%;
                width: 95%;
                margin: 0px;
                border: 1px solid lightgray;
                cursor: pointer;
              }

              #legend-full table.infoaqitable td {
                padding: 5px;
                font-size: 15px;
                text-shadow: none;
              }

              #legend-full .aqiwtxt {
                color: #ffffff;
              }

              #legend-full .aqibtxt {
                color: #000000;
              }

              @media only screen and (max-width: 800px) {
                #legend-full table.infoaqitable {
                  width: 98%;
                }
              }

              @media only screen and (max-width: 800px) {
                #legend-full table.infoaqitable td {
                  display: block;
                }

                #legend-full table.infoaqitable td:nth-child(1) {
                  display: inline-block;
                  font-size: 1.2em;
                }

                #legend-full table.infoaqitable td:nth-child(2) {
                  display: inline-block;
                  font-weight: 800;
                  font-size: 1.2em;
                }
              }