#geotiff td:nth-child(2){
background: oldlace;
padding-left: 15px;
}
#geotiff td:first-child{
text-align: center;
}
#geotiff, #geotiff td{
  border: none;
}
#geotiff img{
  min-height: 300px;
  min-width:180px; 
  max-height: 350px;
  border: 1px solid lightgray;
}

@media screen (max-width: 380px){
 table {
   font-size: smaller;
  }
}
