
.jumbotron-footer {
  color: white;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #13365e;
  font-size: 80%;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 90%;
}
.aref:link {
  color: white;
  width: 100%;
  text-decoration: none;
  font-size: 50%;
  line-height: 50%; 
}
.aref:visited {
  color: white;
  width: 100%;
  text-decoration: none;
  font-size: 50%;
  line-height: 50%;
}

.prod-col {
  background-color: #1F4C73;
}

@media only screen and (min-width: 601px){
.text-block {
  position: absolute;
  top: 50px;
  left: 25px;
  background-color: #E7E7E7;
  opacity: 0.9;
  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: #E7E7E7;
  opacity: 0.9;
  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;}