#paneltrigger {
  position: absolute;
  top: -8px;
  right: 70px;
  z-index: 1000;
}
#paneltrigger a {
  display: inline-block;
  text-shadow: none;
  color: #fff;
  padding: 3px 8px;
  margin-top: 10px;
}
#paneltrigger a span.icon-plus {
  position: fixed;
  z-index: 2;
  right: 30px;
  margin-right: -20px;
  top: 15px;
}
#paneltrigger a span.triangle {
  position: fixed;
  z-index: 1;
  top: auto;
  margin-top: -25px;
  right: -80px;
  left: auto;
  width: 0px;
  height: 0px;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 80px solid #97c312;
  -webkit-transition: border-color 0.2s ease-in;
  -moz-transition: border-color 0.2s ease-in;
  -o-transition: border-color 0.2s ease-in;
  transition: border-color 0.2s ease-in;
}
#paneltrigger a span.triangle:hover {
  border-top: 80px solid #c3331c;
}
#paneltrigger a:focus {
  outline: none;
}
#panel {
  display: none;
  z-index: 10000;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  width: 70%;
  margin-left: -35%;
}
#panel ul {
  margin: 0;
}
#panel li {
  list-style-type: none;
  padding: 8px 0;
}
#panel li li {
  background: none !important;
}
#panel ol {
  list-style-type: decimal;
}
#panel .modal-header {
  margin-top: -20px;
  padding-bottom: 30px;
  border: 0;
}
#panel .input-append .add-on,
#panel .input-prepend .add-on {
  background-color: #fff;
}
#panel button {
  font-size: 4em;
  height: 40px;
  background: none;
  opacity: 1;
  color: #333;
}
#panel button:hover {
  color: #c3331c;
}
#panel .zen-module-title h3 {
  text-align: center;
}
#panel .zen-module-title h3 span {
  border: 1px solid #666;
  border-width: 1px 0;
  line-height: 3em;
  padding: 10px 30px;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  background: #fff;
  opacity: 0.95;
}