@media only screen and (min-width: 601px){
.text-block {
  position: absolute;
  top: 50px;
  left: 25px;
  background-color: #1F4C73;
  opacity: 0.7;
  color: white;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 150%;
  font-weight: bold;
}
}

@media only screen and (max-width: 600px){
.text-block {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #1F4C73;
  opacity: 0.7;
  color: white;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 70%
}
}

.cellDetail{
  color: #145E8F;
  text-align: center;
  font-size: 14px;
}

.cellFeature{
  color: black;
  text-decoration: none;
  text-align: left;
  font-size: 14px;
}


.rowFeature:hover {background-color:#e1e1e1;}