body > h1:first-child {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 100%;
  margin: 0;
  z-index: 99;
  opacity: 0.6; }

.av-tutorial-page {
  padding: 15px; }

.tut-example-code-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  transition: top .2s ease;
  z-index: 99;
  display: none; }

.tut-example-content-wrap {
  position: relative; }
  .tut-example-content-wrap:hover > .tut-example-code-toggle {
    display: block; }

.tut-example-code {
  position: absolute;
  top: 0;
  left: 2%;
  width: 96%;
  margin: 0;
  padding: 15px;
  background: rgba(255, 255, 255, 0.94);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  display: none;
  border-width: 0;
  z-index: 98; }
