

.paneltrigger {
  position: absolute;
  right: 0;
  top: 6px;
}
.paneltrigger a {
  display: inline-block;
  text-shadow: none;
  color: #fff !important;
  padding: 3px 8px;
}
.paneltrigger a span {
  display: inline;
}
.paneltrigger a span.icon-chevron-down {
  margin-top: -7px;
  background: none;
  padding: 0;
  border-radius: 0;
  margin-left: 10px;
}
.paneltrigger a span.icon-chevron-down:hover {
  color: #3c92d5;
}
.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;
  position: absolute;
  z-index: 102;
  top: 58px;
  background: #ffffff;
  padding: 20px;
  float: right;
  width: 100%;
  border-top: 1px solid #eaeaea;
}
#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 .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: #72c12d;
}
#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;
}

