#paneltrigger {
  position: absolute;
  z-index: 30;
  top: 0;
  right: 0;
}
#paneltrigger a {
  display: inline-block;
  color: #fff;
}
#paneltrigger a span.icon-chevron-down {
  width: 28px;
  line-height: 28px;
  text-align: center;
  height: 28px;
  float: right;
  background: #32aa43;
  margin-left: 10px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 620px) {
  #paneltrigger a span.icon-chevron-down {
    margin-right: -20px;
  }
}
#paneltrigger a span.icon-chevron-down:hover {
  text-decoration: none;
  background: #32aa43;
}
#paneltrigger a:focus {
  outline: none;
}
#panel {
  display: none;
  z-index: 10000;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
#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;
}
@media screen and (max-width: 969px) {
  #panel {
    top: 80px !important;
  }
}
#panel .modal-content {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 3px 8px rgba(0, 0, 0, 0.05);
  padding: 20px;
}
#panel .modal-header {
  margin-top: 0px;
  padding-bottom: 30px;
  border: 0;
  font-size: 50%;
  position: relative;
  z-index: 10000;
}
#panel .modal-header :hover {
  color: #999;
}
#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: #e23143;
}
#panel .modal-body {
  padding-top: 0;
}
#panel .zen-module-title {
  background: #eee;
  margin: -50px -20px 30px;
  padding-left: 30px;
}
#panel .zen-module-title h3 {
  line-height: 3em;
  padding: 10px 0;
}
#panel .zen-module-title h3 span {
  color: inherit;
}