/* FFA code */

.dropcase {
  padding: 10px;
  height: 70px;
  border: 1px solid #822433;
  background: #ccc
}

section p {
  margin-left: 20px;
}

section .dropcase {
  margin-bottom: 10px;
}

section {
  min-width: 135px
}

.dropcase h1 {
  font-size: 18px;
  position: relative;
  z-index: 99;
  float: left
}
.dropcase h2 {
  font-size: 20px;
  
}

.dropright {
  position: relative;
  float: right;
  background: url(/images/congruent_pentagon.png);
  margin-left: 10px;
  color: #363534;
  border: 1px solid black;
  width: 50%;
  padding: 15px;
  min-width: 80px;
  -moz-box-shadow: 0px 0px 10px #000000;
  -webkit-box-shadow: 0px 0px 10px #000000;
  box-shadow: 0px 0px 10px #000000
}

.dropright img.icon {
  position: absolute;
  right: 5px;
  z-index: 2;
  top: 5px
}

.dropright span {
  position: absolute;
  right: 22px;
  margin-top: -10px;
  top: -22px;
  height: 118px;
  width: 10px;
  background: #dcdedd;
  border-left: 1px solid #822433;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  z-index: 1
}

.dropright span:nth-child(2) {
  margin-top: 0px;
  height: 98px;
  border-right: 1px solid #822433;
  border-left: none;
  margin-right: -1px;
}

@media (max-width:420px) {
  .dropright span {
    display: none;
  }
}

.dropright div.x {
  z-index: -1;
  display: block;
  float: right;
  width: 25px;
  height: 25px;
}
