/* Safety chrome for the preserved 2007-2012 site. */
.smartycode-archive-banner {
  background: #fff7cf;
  border-bottom: 1px solid #d8c67a;
  color: #4b452b;
  font: 12px/1.45 Arial, Helvetica, sans-serif;
  padding: 6px 12px;
  text-align: center;
}
.smartycode-archive-banner strong { color: #2f2b1c; }
.smartycode-archive-form-note,
.smartycode-archive-embed-note {
  background: #f4f1e7;
  border: 1px dashed #aaa083;
  color: #5c5643;
  font: 11px/1.4 Arial, Helvetica, sans-serif;
  margin: 5px 0;
  padding: 5px 7px;
}
form[data-archive-inert="true"] { opacity: .88; }
form[data-archive-inert="true"] input,
form[data-archive-inert="true"] button,
form[data-archive-inert="true"] select,
form[data-archive-inert="true"] textarea { cursor: not-allowed; }
