A:link { font-family: veranda, arial, sans-serif; text-decoration: none; color: fuchsia; }
A:visited { color: #00b300; } 
A:hover { color: ghostwhite; }
A:active { color: ghostwhite; }

A.shackleford:link { font-family: veranda, arial, sans-serif; text-decoration: none; color: lime; }
A.shackleford:visited { color: lime; } 
A.shackleford:hover { color: ghostwhite; }
A.shackleford:active { color: ghostwhite; }

p { font-family: veranda, arial, sans-serif; color: lime; }

span { font-family: veranda, arial, sans-serif; color: lime; }

li.classic { color:lime; }

aside { font-size: 120%; }

p.doi { color: green; }

footer { font-size: 66.6%; color: darkgreen; }
footer > A.shackleford:link { font-family: veranda, arial, sans-serif; text-decoration: none; color: darkgreen; }
footer > A.shackleford:visited { color: darkgreen; } 

.disclaimer { font-size: 66.6%; color: darkgreen; }

header {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
} 

hr {
  border: 0;
  height: 1px;
  background: lime;
  background-image: linear-gradient(to right, black, lime, black);
  width: 60%;
}

body {
  background-color: black;
  margin: 1em auto;
	max-width: 40em;
	padding: 0 .62em;
	font: 1.2em/1.62 veranda, arial, sans-serif;
}

h1, h2, h3, h4, aside {
  font-family: veranda, arial, sans-serif;
  color: lime;
  line-height: 1.2;
}

h1.tiptop {
  line-height: 1;
}  

ul.lime {
  list-style: outside url('/images/lime20.png');
  font-size: 90%;
  line-height: 1.15;
}

ul {
    list-style: outside url("/images/lemon12.png");
    font-size: 95%;
}

ul.cis > li {
  margin-bottom: 0px;
}

li {
  color: lime;
  padding-left: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.visible {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  margin-top: 10px;
}

.kitty-switch {
  width: auto;
  display: block;
  position: relative;
  margin: 20px 0px 20px 0px;
}
.kitty-switch .prompt {
  display: inline-block;
  margin-top: 10px;
}
.kitty-switch .well {
  background: #e6e6e6;
  height: 20px;
  width: 65px;
  position: absolute;
  right: 50px;
  top: 7px;
  border-radius: 10px;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #00b300;
  cursor: pointer;
}
.kitty-switch #toggle {
  opacity: 0;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 29px;
  width: 140px;
  background: transparent;
  position: absolute;
  right: 0px;
  top: 3px;
  cursor: pointer;
  z-index: 100;
  color: tranparent;
}
.kitty-switch #toggle:after {
  content: '';
  background-color: transparent;
  height: 40px;
  width: 80px;
  position: absolute;
  left: 30px;
  top: -5px;
}
.kitty-switch #toggle ~ div.kitty:before {
  content: "\01F34B";
  position: absolute;
  right: 80px;
  top: -15px;
  font-size: 45px;
  z-index: 1;
  color: #53adcb;
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.kitty-switch #toggle:checked {
  right: 0px;
}
.kitty-switch #toggle:checked:after {
  left: -80px;
}
.kitty-switch #toggle:checked ~ div.kitty:before {
  content: '\01F911';
  top: -15px;
  right: 31px;
}
.kitty-switch #toggle:checked ~ article.visible {
  opacity: 1;
  max-height: 100%;
  margin-top: 30px;
  overflow: visible;
}

.kitty-switch #toggle ~ label:before {
  content: "No";
  position: absolute;
  color: lime;
  left: -30px;
  top: -5px;
  font-size: 16px;
}
.kitty-switch #toggle ~ label:after {
  content: "Yes";
  position: absolute;
  color: #00b300;
  left: 76px;
  top: -5px;
  font-size: 16px;
}
.kitty-switch #toggle:checked ~ label:before {
  color: #00b300;
}
.kitty-switch #toggle:checked ~ label:after {
  color: lime;
}
