/* * * * * * * * * * * * * * * * * * *
 *
 *     ██░ ██ ▓█████  ██▓     ██▓
 *    ▓██░ ██▒▓█   ▀ ▓██▒    ▓██▒
 *    ▒██▀▀██░▒███   ▒██░    ▒██░
 *    ░▓█ ░██ ▒▓█  ▄ ▒██░    ▒██░
 *    ░▓█▒░██▓░▒████▒░██████▒░██████▒
 *     ▒ ░░▒░▒░░ ▒░ ░░ ▒░▓  ░░ ▒░▓  ░
 *     ▒ ░▒░ ░ ░ ░  ░░ ░ ▒  ░░ ░ ▒  ░
 *     ░  ░░ ░   ░     ░ ░     ░ ░
 *     ░  ░  ░   ░  ░    ░  ░    ░  ░
 *
 * * * * * * * * * * * * * * * * * * */
.hell-nav .nav-tab:before {
  line-height: 1.25em;
}
.icon {
  display: inline-block;
  vertical-align: middle;
  height: 48px;
  width: 48px;
  background: url('../images/hell-icon-dark-48px.png') no-repeat top left;
}
.hell-settings-column {
  float: left;
  width: 75%;
}
.hell-settings-column.right {
  float: right;
  width: 22.5%;
}
.hell-settings-column .row {
  position: relative;
  margin-top: 5px;
}
.hell-settings-column .row input[type=text] {
  vertical-align: middle;
}
.hell-settings-column:not(.settings-hell-download) .row input[type=text] {
  width: 300px;
}
.hell-settings-column:not(.settings-hell-download) .row select {
  width: 150px;
}
#hell-welcome-panel {
  margin: 0;
}
#hell-welcome-panel .align-center {
  text-align: center;
}
.hell-minus {
  padding: 0 0 0 20px;
  position: relative;
  display: inline-block;
}
.hell-minus:before {
  position: absolute;
  left: 0;
}
/*# sourceMappingURL=hell-for-wp.css.map */