.tb tr{font-size:16px;}
.tb td{border:1px solid #000;padding: 5px 30px 5px 30px;}

.overlay {
  position: absolute;
  top: 20%;
  bottom: 0;
  left: 75%;
  right: 0;
  height: 10%;
  width: 10%;
  opacity: 1;
  transition: .1s ease;
 
}

.icon {
  color: #EC7324;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 70px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.mi-zoom-in {
  color: #EC7324;
  
}

