#storage-error {
  margin: auto 2em;
  padding: 1em;
  background-color: #CCCCCC;
  color: #FFFFFF;
}
#player-error {
  margin: auto 2em;
  padding: 1em;
  background-color: #FFFFFF;
  color: #606060;
}
#storage-error .caption, #player-error .caption {
  color: #FF6060;
  font-weight: bold;
}
#storage-error a {
  color: #666666;
  text-decoration: none;
}
#storage-error a:hover {
  text-decoration: underline;
}
