
.downloads {
    margin: 0 auto;
    width: 200px;
}
.downloads a {
    display: block;
    font-size: 0.3em;
    text-decoration: none;
}
.downloads a span {
    font-size: 0.4em;
}
.downloads .min {
    border: 1px solid #549974;
    font-size: 0.6em;
    margin: 0.4em 0 0.2em;
    padding: 0.3em;
}
.downloads .min:hover {
    background: none repeat scroll 0 0 #E7F7EE;
}
.downloads .min:active {
    background: none repeat scroll 0 0 #FFFFFF;
}
.themes {
    text-align: center;
}
.themes a {
    font-size: 0.8em;
}
.themes > div {
    box-shadow: 0 0 0 0px #549974;
    display: inline-block;
    margin: 2%;
    max-width: 28%;
    min-width: 65px;
    width: 46%;
}
.themes > div > div {
    height: 110px;
}
.themes .toggle {
    height: 22px;
    margin: auto;
    width: 59px;
}
.themes > div.toggle-dark > div, .examples.toggle-dark {
    background: -moz-linear-gradient(center bottom , #242529 0px, #34363B 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.examples {
    border-radius: 4px;
    font-size: 0.8em;
    padding: 1em;
    text-align: center;
}
.examples code {
    display: block;
    font-size: 0.8em;
}
.examples .example {
    display: inline-block;
    margin: 1em;
    max-width: 450px;
    width: 100%;
}
.example code {
    margin-top: 0.5em;
    text-align: center !important;
}
.examples .toggle {
    height: 22px;
    margin: 0 auto;
    width: 70px;
}
.examples.toggle-dark {
    color: #FFFFFF;
}
.examples.toggle-iphone .select {
    display: none;
}
.themes h5 {
    background: none repeat scroll 0 0 #E7F7EE;
    line-height: 2em;
}
.toggle-slide {
    -moz-user-select: none;
    cursor: pointer;
    overflow: hidden;
}
.toggle-slide .toggle-on, .toggle-slide .toggle-off, .toggle-slide .toggle-blob {
    float: left;
}
.toggle-slide .toggle-blob {
    cursor: grab;
    position: relative;
    z-index: 99;
}
.toggle-dark .toggle-slide {
    border-radius: 5px;
    box-shadow: 0 0 0 1px #242529, 0 1px 0 1px #666666;
}
.toggle-dark .toggle-slide .toggle-on, .toggle-dark .toggle-slide .toggle-off, .toggle-dark .toggle-slide .toggle-blob {
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
}
.toggle-dark .toggle-slide .toggle-on, .toggle-dark .toggle-select .toggle-inner .active {
    background: -moz-linear-gradient(center top , #1A70BE 0%, #31A2E1 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.toggle-dark .toggle-slide .toggle-off, .toggle-dark .toggle-select .toggle-on {
    background: -moz-linear-gradient(center top , #242529 0%, #34363B 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.toggle-dark .toggle-slide .toggle-blob {
    background: -moz-linear-gradient(center top , #CFCFCF 0%, #F5F5F5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 4px;
    box-shadow: 0 0 0 1px #888888 inset, 0 0 0 2px #FFFFFF inset;
}
.toggle-dark .toggle-slide .toggle-blob:hover {
    background: -moz-linear-gradient(center top , #C0C0C0 0%, #DADADA 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 1px #888888 inset, 0 0 0 2px #DDDDDD inset;
}
.toggle-soft .toggle-slide {
    border-radius: 5px;
    box-shadow: 0 0 0 1px #999999;
}
.toggle-soft .toggle-slide .toggle-on, .toggle-soft .toggle-slide .toggle-off, .toggle-soft .toggle-slide .toggle-blob {
    color: rgba(0, 0, 0, 0.7);
    font-size: 11px;
    text-shadow: 1px 1px #FFFFFF;
}
.toggle-soft .toggle-slide .toggle-on, .toggle-soft .toggle-select .toggle-inner .active {
    background: linear-gradient(to bottom, #D2FF52 0%, #91E842 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.toggle-soft .toggle-slide .toggle-off, .toggle-soft .toggle-select .toggle-on {
    background: linear-gradient(to bottom, #CFCFCF 0%, #F5F5F5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.toggle-soft .toggle-slide .toggle-blob {
    background: linear-gradient(to bottom, #CFCFCF 0%, #F5F5F5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 4px;
    box-shadow: 0 0 0 1px #BBBBBB inset, 0 0 0 2px #FFFFFF inset;
}
.toggle-soft .toggle-slide .toggle-blob:hover {
    background: linear-gradient(to bottom, #E4E4E4 0%, #F9F9F9 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 1px #DDDDDD inset, 0 0 0 2px #DDDDDD inset;
}
.toggle-light .toggle-slide {
    border-radius: 9999px;
    box-shadow: 0 0 0 1px #999999;
}
.toggle-light .toggle-slide .toggle-on, .toggle-light .toggle-slide .toggle-off, .toggle-light .toggle-slide .toggle-blob {
    font-size: 11px;
    font-weight: 500;
}
.toggle-light .toggle-slide .toggle-on, .toggle-light .toggle-select .toggle-inner .active {
    background: none repeat scroll 0 0 #45A31F;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2) inset;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
.toggle-light .toggle-slide .toggle-off, .toggle-light .toggle-select .toggle-on {
    background: linear-gradient(to bottom, #CFCFCF 0%, #F5F5F5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0.6);
    text-shadow: 0 1px rgba(255, 255, 255, 0.2);
}
.toggle-light .toggle-slide .toggle-blob {
    background: linear-gradient(to top, #CFCFCF 0%, #F5F5F5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 50px;
    box-shadow: 1px 1px 2px #888888;
}
.toggle-light .toggle-slide .toggle-blob:hover {
    background: linear-gradient(to bottom, #E4E4E4 0%, #F9F9F9 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.toggle-iphone .toggle-slide {
    border-radius: 9999px;
    box-shadow: 0 0 0 1px #999999;
}
.toggle-iphone .toggle-slide .toggle-on, .toggle-iphone .toggle-slide .toggle-off, .toggle-iphone .toggle-slide .toggle-blob {
    color: #FFFFFF;
    font-weight: bold;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.toggle-iphone .toggle-slide .toggle-on {
    background: none repeat scroll 0 0 #037BDA;
    border-radius: 9999px 0 0 9999px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4) inset;
}
.toggle-iphone .toggle-slide .toggle-off {
    border-radius: 0 9999px 9999px 0;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.4) inset;
    color: #828282;
    text-shadow: 0 0 1px #FFFFFF;
}
.toggle-iphone .toggle-slide .toggle-on:after {
    background: linear-gradient(to bottom, #1189F1 0%, #3797EF 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 9999px;
    content: "";
    display: block;
    height: 50%;
    margin-left: 10%;
    margin-top: -19%;
}
.toggle-iphone .toggle-slide .toggle-off {
    background: none repeat scroll 0 0 #ECECEC;
}
.toggle-iphone .toggle-slide .toggle-off:after {
    background: linear-gradient(to bottom, #FAFAFA 0%, #FDFDFD 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 9999px;
    content: "";
    display: block;
    height: 50%;
    margin-right: 10%;
    margin-top: -19%;
}
.toggle-iphone .toggle-slide .toggle-blob {
    background: linear-gradient(to bottom, #D1D1D1 0%, #FAFAFA 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 50px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6) inset, 0 0 0 2px #FFFFFF inset, 0 0 3px rgba(0, 0, 0, 0.6);
}
.toggle-modern .toggle-slide {
    background-image: linear-gradient(#C0C5C9, #A1A9AF);
    border-radius: 4px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2) inset, 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.2);
}
.toggle-modern .toggle-slide .toggle-on, .toggle-modern .toggle-slide .toggle-off {
    box-shadow: 0 2px 0 rgba(255, 255, 255, 0.2) inset, 0 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 -1px 1px rgba(0, 0, 0, 0.1) inset, 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    font-size: 11px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
    transition: all 0.1s ease-out 0s;
}
.toggle-modern .toggle-slide .toggle-off, .toggle-modern .toggle-slide .toggle-off.active {
    background-image: linear-gradient(#737E8D, #3F454E);
}
.toggle-modern .toggle-slide .toggle-on, .toggle-modern .toggle-slide .toggle-on.active {
    background-image: linear-gradient(#4894CD, #2852A6);
}
.toggle-modern .toggle-select .toggle-off, .toggle-modern .toggle-select .toggle-on {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.toggle-modern .toggle-slide .toggle-blob {
    background-image: linear-gradient(#C0C6C9, #81898F);
    border-radius: 3px;
    box-shadow: 0 2px 0 rgba(255, 255, 255, 0.2) inset, 0 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 -1px 1px rgba(0, 0, 0, 0.1) inset, 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.toggle-modern .toggle-slide .toggle-blob:hover {
    background-image: linear-gradient(#A1A9AF, #A1A9AF);
}
