#scriptLoadingFailedMessage {
  font-family: sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: white;
  display: none;
}

#scriptLoadingFailedMessage .sadFace {
  font-size: 150pt;
  float: left;
  margin-right: 20px;
}

#scriptLoadingFailedMessage a {
  text-decoration: none;
}

#scriptLoadingFailedMessage ul {
  list-style: none;
}

#scriptLoadingFailedMessage ul li {
  margin-bottom: 10px;
}
