
/*============================================================================*/

#secweb-special ul { list-style-type: none; }
#secweb-special label {
  background-color: #AAAFAB;
  border-radius: 5px;
  padding: 3px;
  padding-left: 25px;
  color: white;
}
#secweb-special li {
  margin: 10px;
  padding: 5px;
  border: 1px solid #ABC;
  border-radius: 5px;
}
#secweb-special input[type=checkbox] { display: none; }
#secweb-special input[type=checkbox] ~ ul {
  max-height: 0;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space:nowrap;
   -webkit-transition:all 1s ease;
   -moz-transition:all 1s ease;
   -o-transition:all 1s ease;
   transition:all 1s ease;

}
#secweb-special input[type=checkbox]:checked ~ ul {
  max-height: 100%;
  max-width: 100%;
  opacity: 1;
}
#secweb-special input[type=checkbox] + label:before{
  transform-origin:25% 50%;
  border: 8px solid transparent;
  border-width: 8px 12px;
  border-left-color: white;
  margin-left: -20px;
  width: 0;
  height: 0;
  display: inline-block;
  text-align: center;
  content: '';
  color: #AAAFAB;
   -webkit-transition:all .5s ease;
   -moz-transition:all .5s ease;
   -o-transition:all .5s ease;
   transition:all .5s ease;
  position: absolute;
  margin-top: 1px;
}
#secweb-special input[type=checkbox]:checked + label:before {
  transform: rotate(90deg);
  /*margin-top: 6px;
  margin-left: -25px;*/
}

/* ancient II css... */
.nobr { white-space: nowrap; }
.articletitle, .at    { font-size: 100%; line-height: 110%; text-align: Left; list-style-type: square; font-weight: bold; margin-left: 24px; margin-top: 24px; margin-bottom: 4px }
.articledescrip, .ad { font-size: 95%; line-height: 100%; text-align: Left; margin-left: 36px; margin-top: 0; margin-bottom: 0 }
.searchresults, .sr { text-align: left; font-weight: bold; margin: .5em 1em .5em 2em; }
.theauthors  { font-weight: normal; font-style: oblique; font-size: small; }
.endnote     { font-size: x-small; text-align: Left; margin-bottom: 0 }
.subhead     { font-size: large; font-weight: bold; text-align: Center }
.biblio      { font-size: x-small }
.lastupdate  { font-weight: normal; font-style: normal; font-size: xx-small; font-family: Arial,Verdana,sans-serif; text-align: Center }
.ii          { text-align: Center }
.center      { text-align: Center; margin-left: 40px; margin-right: 40px }
.bio         { font-size: medium; line-height: 100%; text-align: Left; margin-left: 36px; margin-top: 0; margin-bottom: 0 }
.quote       { font-size: 95%; text-align: left; margin-left: 100px; margin-right: 100px }
.doublequote { font-size: 95%; text-align: left; margin-left: 125px; margin-right: 125px }
.greek       { font-family: Symbol,sans-serif; font-weight: normal }
.nested      { font-family: Arial,Verdana,sans-serif; font-size: 100%; margin-left: 10px; margin-right: 10px; list-style-type: square }
.br          { font-family: Arial,Verdana,sans-serif; font-size: 100%; margin-left: 40px; margin-right: 40px }
.ba          { font-size: small; line-height: 100%; text-align: Left; margin-left: 36px; margin-top: 0; margin-bottom: 0 }

/*============================================================================*/
