html, body, #map {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

#iss
{
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: none;
}

#iss img
{
  max-width: 100%;
  height: auto;
}

.time
{
  position: absolute;
  z-index: 1;
  top: 0;
  background-color: #ffffff;
  padding: 10px 25px;
  margin: 10px;
}

.shadow
{
  box-shadow: 0 0 5px #eee;
  border: 1px solid #dedede;
}