.downloads {
  width: 200px;
  margin: 0 auto;
}
.downloads a {
  font-size: 0.3em;
  display: block;
  text-decoration: none;
}
.downloads a span {
  font-size: 0.4em;
}
.downloads .min {
  margin: 0.4em 0 0.2em;
  border: 1px solid #549974;
  padding: 0.3em;
  font-size: 0.6em;
}
.downloads .min:hover {
  background: #E7F7EE;
}
.downloads .min:active {
  background: white;
}
.themes {
  text-align: center;
}
.themes a {
  font-size: 0.8em;
}
.themes > div {
  display: inline-block;
  width: 46%;
  max-width: 28%;
  min-width: 240px;
  margin: 2%;
  box-shadow: 0 0 0 1px #549974;
}
.themes > div > div {
  height: 110px;
}
.themes .toggle {
  margin: 22px auto;
  height: 35px;
  width: 110px;
}
.themes > div.toggle-dark > div, .examples.toggle-dark {
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0%,#242529),color-stop(100%,#34363B));
  background: -webkit-linear-gradient(bottom,#242529 0,#34363B 100%);
  background: -moz-linear-gradient(bottom,#242529 0,#34363B 100%);
  background: -ms-linear-gradient(bottom,#242529 0,#34363B 100%);
  background: -o-linear-gradient(bottom,#242529 0,#34363B 100%);
  background: linear-gradient(bottom,#242529 0,#34363B 100%);
}
.examples {
  text-align: center;
  border-radius: 4px;
  padding: 1em;
  font-size: 0.8em;
}
.examples code {
  font-size: 0.8em;
  display: block;
}
.examples .example {
  margin: 1em;
  max-width:450px;
  width: 100%;
  display: inline-block;
}
.example code {
  text-align: center !important;
  margin-top: 0.5em;
}
.examples .toggle {
  margin: 0 auto;
  height: 22px;
  width: 70px;
}
.examples.toggle-dark {
  color: white;
}
.examples.toggle-iphone .select {
  display: none;
}
.themes h5 {
  background: #E7F7EE;
  line-height: 2em;
}

.toggle-slide {
  overflow: hidden;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.toggle-slide .toggle-on,.toggle-slide .toggle-off,.toggle-slide .toggle-blob {
    float: left;
}
.toggle-slide .toggle-blob {
    position: relative;
    z-index: 99;
    cursor: hand;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}


.toggle-light .toggle-slide {
  border-radius: 9999px;
  box-shadow: 0 0 0 1px #333333;
}
.toggle-light .toggle-slide .toggle-on,.toggle-light .toggle-slide .toggle-off,.toggle-light .toggle-slide .toggle-blob {
  font-size: 12px;
  font-weight: 500;
}
.toggle-light .toggle-slide .toggle-on, .toggle-light .toggle-select .toggle-inner .active {
  background: rgb(69,163,31);
  box-shadow: inset 2px 2px 6px rgba(0,0,0,0.2);
  text-shadow: 1px 1px rgba(0,0,0,0.2);
  color: rgba(255,255,255, 0.8);
}
.toggle-light .toggle-slide .toggle-off, .toggle-light .toggle-select .toggle-on {
  /*
  color: rgba(0,0,0,0.8);
  text-shadow: 0 1px rgba(255,255,255,0.2);
  */
  background: #cfcfcf;
  background: -moz-linear-gradient(top,  #cfcfcf 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfcfcf), color-stop(100%,#f5f5f5));
  background: -webkit-linear-gradient(top,  #cfcfcf 0%,#f5f5f5 100%);
  background: -o-linear-gradient(top,  #cfcfcf 0%,#f5f5f5 100%);
  background: -ms-linear-gradient(top,  #cfcfcf 0%,#f5f5f5 100%);
  background: linear-gradient(to bottom,  #cfcfcf 0%,#f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#e5e5e5',GradientType=0 );
}

.toggle-off {
    color: #aa4444;
}

.toggle-light .toggle-slide .toggle-blob {
  border-radius: 50px;
  background: #cfcfcf;
  background: -moz-linear-gradient(bottom,  #cfcfcf 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#cfcfcf), color-stop(100%,#f5f5f5));
  background: -webkit-linear-gradient(bottom,  #cfcfcf 0%,#f5f5f5 100%);
  background: -o-linear-gradient(bottom,  #cfcfcf 0%,#f5f5f5 100%);
  background: -ms-linear-gradient(bottom,  #cfcfcf 0%,#f5f5f5 100%);
  background: linear-gradient(to top,  #cfcfcf 0%,#f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#f5f5f5',GradientType=0 );

  box-shadow: 1px 1px 2px #888;
}
.toggle-light .toggle-slide .toggle-blob:hover {
  background: #e4e4e4;
  background: -moz-linear-gradient(top,  #e4e4e4 0%, #f9f9f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(100%,#f9f9f9));
  background: -webkit-linear-gradient(top,  #e4e4e4 0%,#f9f9f9 100%);
  background: -o-linear-gradient(top,  #e4e4e4 0%,#f9f9f9 100%);
  background: -ms-linear-gradient(top,  #e4e4e4 0%,#f9f9f9 100%);
  background: linear-gradient(to bottom,  #e4e4e4 0%,#f9f9f9 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#f9f9f9',GradientType=0 );
 
}

