#luxento-toolkit-elements {
  display: none;
  width: 600px;
  padding: 0px 30px 30px 30px;
}

#luxento-toolkit-elements, #luxento-toolkit-elements * {
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

#luxento-toolkit-elements h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #999;
  color: #444;
  cursor: pointer;
  margin-top: 0px;
  margin-bottom: 0px;
}

#luxento-toolkit-elements h3:after {
  clear: both;
}

#luxento-toolkit-elements h3:before,
#luxento-toolkit-elements h3:after {
  display: table;
  content: " ";
}

#luxento-toolkit-elements h3.luxento-toolkit-other {
  margin-top: 15px;
}

#luxento-toolkit-elements h3 .luxento-toolkit-caret {
  display: block;
  float: right;
  height: 22px;
  width: 22px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
}

.featherlight-content #luxento-toolkit-elements {
  display: block;
}

.luxento-toolkit-code {
  display: none;
}

.luxento-toolkit-caption {
  cursor: pointer;
}

.luxento-toolkit-caption:hover {
  color: #222;
}

.luxento-toolkit-row {
  position: relative;
  z-index: 99;
  margin-left: -15px;
  margin-right: -15px;
}

.luxento-toolkit-row:after {
  clear: both;
}

.luxento-toolkit-row:before,
.luxento-toolkit-row:after {
  display: table;
  content: " ";
}

.luxento-toolkit-col {
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
  float: left;
  margin-top: 15px;
}
