.tfa_rules .column-types label {
  margin: 0 6px 6px 0;
  font-size: .9em;
  white-space: nowrap; }

.tfa_rules .column-handlers span {
  display: inline-block;
  margin: 0 .5em .5em 0;
  border: 1px solid #ccc;
  background: #eee;
  padding: .1em .3em; }
  .tfa_rules .column-handlers span:last-child {
    margin-right: 0; }

.tfa_rules p {
  margin: .5em 0; }

.wp-list-table.tfa_modules .column-status {
  width: 50px; }

.wp-list-table.tfa_modules .column-group {
  width: 100px; }

.form-table .description {
  color: #555;
  margin: .5em 0; }
  .form-table .description p {
    margin: .5em 0; }

.tfa-template-example {
  overflow-x: auto;
  font-size: .9em;
  margin: 1em 0; }
  .tfa-template-example.is-not-code {
    padding: 10px;
    white-space: pre-wrap;
    background: #eee;
    font-family: monospace; }

.tfa-admin-tpl-vars {
  border-spacing: 0;
  width: 100%; }
  .tfa-admin-tpl-vars td {
    border-bottom: 1px solid #ccc;
    padding: .4em 0; }
    .tfa-admin-tpl-vars td.tfa-var-desc {
      padding-left: 2em; }
  .tfa-admin-tpl-vars tr.required .tfa-var-name {
    font-weight: 700; }

.tfa-admin-modules-list {
  max-width: 800px; }
  .tfa-admin-modules-list > li {
    display: block;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    margin: 10px 0; }
    .tfa-admin-modules-list > li.tfa-disabled {
      background: #eee; }
      .tfa-admin-modules-list > li.tfa-disabled > h3 {
        color: #888; }

.tfa-module-deps {
  color: #555; }

.tfa-module-enabled {
  font-weight: 700; }

.tfa-module-disabled {
  color: #500; }

.tfa-admin-module-unavailable {
  color: #500; }
  .tfa-admin-module-unavailable a {
    color: #050; }
    .tfa-admin-module-unavailable a:hover {
      color: #5a5; }

.tfa-sw {
  background: none;
  border: none;
  padding: 0;
  line-height: 1.6em;
  font-weight: 700;
  font-size: 1.2em;
  vertical-align: middle;
  cursor: pointer; }
  .tfa-sw:before {
    content: "\2610";
    margin-right: .2em;
    font-size: 1.4em;
    vertical-align: middle; }
  .tfa-sw.is-on:before {
    content: "\2611"; }

.inp-err {
  color: #a00;
  font-weight: 700;
  margin: .3em 0; }

.tfa-admin-intro {
  margin: 1em 0;
  color: #333; }

.tfa-form-block, .tfa-admin-section {
  border-radius: 10px;
  padding: 10px;
  background: #fff;
  margin: 10px 0 20px; }
  .tfa-form-block h2, .tfa-admin-section h2 {
    margin: 10px 0 20px;
    text-transform: uppercase;
    color: #888;
    font-size: 1.2em; }

.tfa-form-block-title {
  margin: 20px 0 0;
  text-transform: uppercase;
  color: #888;
  font-size: 1.2em; }

.tfa-form-block-desc {
  margin: 10px 0;
  color: #555; }

.tfa-admin-pro-features li {
  list-style: disc inside; }
