.transition-fade {
  opacity: 0;
  -webkit-transition: opacity linear 150ms;
  -o-transition: opacity linear 150ms;
  transition: opacity linear 150ms;
}
.transition-fade-entered {
  opacity: 1;
}
.transition-fade-exiting,
.transition-fade-exited {
  opacity: 0;
}
#splash-tuning-fork--container {
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  z-index: 1999;
  opacity: 0;
}
#splash-tuning-fork--container.rendered {
  opacity: 0.8;
}
#splash-tuning-fork--container:hover,
#splash-tuning-fork--container:focus,
#splash-tuning-fork--container:active {
  opacity: 1;
}
#splash-tuning-fork--iframe {
  border-radius: 0 0 0 5px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
          box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.logged-out #splash-tuning-fork--iframe {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#splash-tuning-fork-test-page {
  background: #a2d8c0;
}
