.textProducts{
  width:100%;
  font-family: monospace;
  font-stretch: ultra-condensed;	
  line-height: normal;
  overflow-x: auto;

}
#ACTIVE {
  color:blue;
  background-color:white;
}
#INACTIVE {
  color:white;
  background-color:blue;
}
tr:nth-child(even) {
  background-color: #f2f2f2;
}
.c-tab__content {
  min-height:700px;
}
#icons td {
  padding:10px;
  display: inline-block;
  vertical-align:text-bottom;
  text-align: center;
  float:left;
}
.highlight:hover{
  background-color:lightgray;
}
#WXPRODUCTS td{
  padding:3px;
}
#LOCATIONS td{
  padding:3px;
}
#DICTIONARY td{
  padding:3px;
}
.clickForMore{
  cursor: help;
}
a {
  text-decoration:none;
  color:black;
}
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 400px;
  max-width:400px;
  background-color: lightgray;
  color: blue;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

#mobileicons{
  font-size:20px;
}
.mobiletable{
  font-size:20px;
}
