#connectivity {
  position: fixed;
  z-index: 5;
  color: white;
  background: orange;
  padding: 0.3em;
  border-radius: 0.1em;
  top: 5px;
  pointer-events: none;
  right: -13em;
  opacity: 0;
  transition: all 0.5s;
}
#connectivity.shown {
  right: 0;
  opacity: 1;
}
#connectivity i {
  margin-right: 0.4em;
}

/*# sourceMappingURL=connectivity.css.map */
