@charset "UTF-8";
/* CSS Document */

.spiffy{display:block}
.spiffy *{
  display:block;
  height:0.75px;
  overflow:hidden;
  font-size:.01em;
  background:#8b9dc3}
.spiffy1{
  margin-left:3px;
   margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #ded791;
  border-right:1px solid #ded791;
  background:#c6ba3f}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
   padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f7f5e5;
  border-right:1px solid #f7f5e5;
  background:#c1b530}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #c1b530;
   border-right:1px solid #c1b530;}
.spiffy4{
  border-left:1px solid #ded791;
  border-right:1px solid #ded791}
.spiffy5{
  border-left:1px solid #c6ba3f;
  border-right:1px solid #c6ba3f}
.spiffyfg{
   background:#8b9dc3}

#containers {
    width:50px;
    height:50px;
    position:relative;
 }
#mains {
    position:absolute;
    width:45px;
    height:45px;
    z-index:0;
 }
#minors {
    position:absolute;
    width:45px;
    height:45px;
    z-index:1;
 }
 
 
 #containers2 {
    width:40px;
    height:40px;
    position:relative;
 }
#mains2 {
    position:absolute;
    width:35px;
    height:35px;
    z-index:0;
 }
#minors2 {
    position:absolute;
    width:35px;
    height:35px;
    z-index:1;
 }
 
 
 
 