
/* Less dominant visualization and leave space to content boundaries */
.node-unpublished {
  background-color: #fff4f4;
  background-color: rgba(220, 220, 220, 0.2);
  margin: -1em -1.5em;
  padding: 1em 1.5em;
}
.preview .node {
  background-color: #ffffea;
  background-color: rgba(220, 220, 220, 0.1);
  margin: -1em -1.5em 0;
  /* h2 margin-top expands as soon as contained box has padding */
  padding: 1px 1.5em 1em;
}

#node-admin-filter ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#node-admin-buttons {
  float: left; /* LTR */
  margin-left: 0.5em; /* LTR */
  clear: right; /* LTR */
}
td.revision-current {
  background: #ffc;
}
.node-form .form-text {
  display: block;
  width: 95%;
}
.node-form .container-inline .form-text {
  display: inline;
  width: auto;
}
.node-form .standard {
  clear: both;
}
.node-form textarea {
  display: block;
  width: 95%;
}
.node-form .attachments fieldset {
  float: none;
  display: block;
}
.terms-inline {
  display: inline;
}
