/* restore.css — archive-near layout fixes */
body { max-width: 100%; overflow-x: auto; }
table { max-width: 100%; }
img { max-width: 100%; height: auto; }
.archive-note { color: #606060; font-size: 11px; margin: 8px 0; }
.updated-line { margin-top: 12px; }
td[background*="form2.gif"], td[background*="form3.gif"] { background: #DFE6EF !important; }
.head { width: 100%; }
@media (max-width: 640px) {
  table[width] { width: 100% !important; }
  .long { width: 100% !important; box-sizing: border-box; }
}
