.backend-main h2 {
  font-size: 140%;
  padding-bottom: 10px;
  color: #333;
}
.backend-main p {
  padding: 0 0 10px;
  line-height: 140%;
}
.backend-main img {
  height: auto !important;
  max-width: 100% !important;
  padding: 10px 0;
}
.backend-main table {
  border: none;
}
.backend-main table th {
  text-align: left !important;
}
.backend-main table td p,
.backend-main table th p {
  padding: 0;
}
.backend-aside h3 {
  padding-top: 5px;
}
ul.help-idx {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.help-idx > li:nth-child(n+2) {
  border-top: solid 1px #ccc;
}
ul.help-idx > li a {
  padding: 5px 0;
  display: block;
  text-decoration: none;
  font-weight: 300;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.help-idx > li a:visited {
  color: #000;
}
ul.help-idx > li a:hover,
ul.help-idx > li a:visited:hover {
  padding-left: 10px;
  color: #000;
  text-decoration: underline;
}
ul.help-idx > li ul {
  list-style: none;
  margin: 5px 0;
  padding: 0 0 0 10px;
}
ul.help-idx > li ul li {
  margin: 2px 0;
}
div.help {
  border: solid 1px #A2CD35;
  position: relative;
  width: 95%;
  padding-right: 10px;
}
div.help h2 {
  width: 100%;
  padding: 5px;
  margin: 0px;
  color: #fff;
  background: #A2CD35;
}
.close {
  background: #fff;
  position: absolute;
  right: 5px;
  top: 3px;
  padding: 3px;
}
