

.stage {
  width: 330px;
  height: 200px;
  border: 1px solid #D2B48C;
  border-radius: 8px;
  background-color: #FFF8DC;
}
.stagedisplay {
  width: 160px;
  height: 100px;
}
.tree {
  display: flex;
  width:330px;
  height:180px;
  border: 1px solid #D2B48C;
  border-radius: 8px;
  background-color: #FFF8DC;
}
.tree img {
  width:180px;
  height:180px;
}

.arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width:330px;
  height:100px;
  padding: 5px;
}
.arrow .btn {
/*  transform: rotate(90deg);*/
  background-image: linear-gradient(green, lightgreen, green);
  /*background-color: green;*/
  border-radius: 8px;
  padding: 5px;
  box-shadow: 3px 3px 3px  grey;
}
.btn:active {
  	position:relative;
  	top:3px;
    left:3px;
    box-shadow: 1px 1px 1px  grey;

}


.fixturedot {
  position: absolute;
  display: inline-block;
  height: 41px;
  width: 41px;
  background-color: #FFaaaa;
  border-radius: 10%  90% 10% 3%;
}
.fixturedottree {
  position: absolute;
  display: inline-block;
  height: 41px;
  width: 41px;
  background-color: #FFaaaa;
  border-radius: 10%  90% 10% 3%;
}

.outer {
display: none;

}
.fixtureselected {
/*  background-color: grey;/* #FFFFFF;*/
  border: 4px solid black;
  height: 33px;
  width: 33px;
}

.flex-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width:330px;
  margin: 0 auto;
}

#fixtureColorWheel {
  position: relative;
/*  top:210px;
  left:40px;*/
  top:5px;
  left:178px;
}


.info {
  display: flex;
  justify-content: center;
  align-items: center;
  width:330px;
  height:100px;
  padding: 5px;

}
.info img {
  padding: 5px;
  opacity:0.6;
}
.info p {
  display: none;
  font-family: Georgia,Times,Times New Roman,serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  opacity:0.6;

}

#downarrow {
  display: none;

}
