.loaded .panel li {
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}
.loaded .panel li a {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.panel {
  font-family: "Source Sans Pro";
  font-size: 1.3em;
  position: absolute;
  z-index: 10;
  width: 230px;
  height: 375px;
  background: #eee;
  top: 35%;
  left: 50%;
  margin: -110px 0 0 -115px;
  padding: 20px;
  border-radius: 4px;
  box-sizing: border-box;
  z-index: 100;
}
.panel.hide {
  display: none;
}
.panel h1 {
  font-size: 3em;
  font-weight: 700;
  text-align: center;
  color: #222;
  margin-top: -4px;
}
.panel .r-version {
  display: block;
  margin-bottom: 7px;
  text-align: center;
  font-size: 0.75em;
}
.panel h2 {
  font-weight: 400;
  font-size: 0.8em;
  margin-bottom: 16px;
  text-align: center;
  line-height: 1.3em;
}
.panel li {
  font-size: 1.1em;
  font-weight: 400;
  text-align: center;
  height: 34px;
  line-height: 34px;
  background: #fff;
  margin-top: 10px;
  color: #222;
  border-radius: 4px;
}
.panel li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #222;
}
.panel li a:visited {
  color: #222;
}
.panel li a span:after {
  font-family: "icomoon";
  margin-left: 10px;
  vertical-align: top;
}
.panel li .label,
.panel li .svg-wrap {
  display: inline-block;
  vertical-align: top;
}
.panel li .svg-wrap {
  width: 18px;
  height: 34px;
  margin-left: 6px;
}
.panel li .svg-wrap svg {
  fill: #222;
  width: 100%;
  height: 100%;
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.panel li:hover {
  background: #222;
  color: #fff;
}
.panel li:hover a {
  color: #fff;
}
.panel li:hover svg {
  fill: #fff;
}
.Soul {
  font-family: 'My Soul', cursive;
}
.Vibes {
  font-family: 'Great Vibes', cursive;
}
.Arizona {
  font-family: 'Arizonia', cursive;
}
.Quicksand {
  font-family: 'Quicksand', sans-serif;
}
a.cybernet {
	color: #00F;
}
a.cybernet:hover {
	color: #F00;
}