html,
body {
  padding: 0;
  margin: 0;
}
p {
  padding: 0 20px;
}
th {
  max-width: 150px;
}

#info {
  visibility: collapse;
  position: fixed;
  bottom: 0;
  background-color: #eee;
  height: 95px;
  width: 250px;
}

#earth-layers:hover #info {
  visibility: visible;
}

#earth-layers > div:hover {
  border: 3px solid rgba(250, 250, 250, 0.5);
}
