div.metatag-config-label {
  padding-left: 20px;
}

div.metatag-config-label > a {
  font-weight: bold;
}

.metatag-config-label.collapsed {
  background-image: url('arrow-right.png');
  background-repeat: no-repeat;
  background-position: center left;
}

.metatag-config-label.expanded {
  background-image: url('arrow-down.png');
  background-repeat: no-repeat;
  background-position: center left;
}

table.metatag-config-overview > tbody > tr > td:first-child {
  width: 60%;
}

table.metatag-config-overview > tbody > tr > td {
  vertical-align: top;
}

table.metatag-config-overview tbody div.indent {
  margin-left: 20px;
}

table.metatag-config-overview tr.disabled > td:first-child a {
  color: #999;
}

div.metatag-config-details {
  color: #666;
  margin-left: 20px;
}

div.metatag-config-details p {
  margin: 0.75em 0;
}

div.metatag-config-details div.inheritance {
  font-style: italic;
}

div.metatag-config-details table.metatag-value-summary {
  border: none;
  width: auto;
  margin: 0.75em 0;
}

div.metatag-config-details table.metatag-value-summary td {
  padding: 0 0.5em 0 0;
  color: #666;
}

div.metatag-config-details table.metatag-value-summary tr,
div.metatag-config-details table.metatag-value-summary tr td:last-child {
  background-color: transparent;
  border: none;
}

div.metatag-config-details table.metatag-value-summary tr td:first-child {
  font-weight: bold;
  padding-right: 2em;
}

/*div.metatag-config-details ul {
  margin-left: 2em;
}

div.metatag-config-details ul li {
  line-height: 105%;
}

div.metatag-config-details > p {
  margin: 0.25em 0;
}*/


/* For the advanced settings page */
.metatag-bundle-checkbox {
  margin-left: 2em;
}
