<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content-edit {
  border: 50px solid #555;
  padding: 20px;
  width: 745px;
  overflow: auto;
}
.content-edit .item-style {
  display: inline-block;
  margin: 0 5px;
  width: 180px;
}
.content-edit * {
  background-color: #fff !important;
}
.bs-content {
  width: 750px;
  background: #fff;
  border-style: solid;
  border-color: #555;
  padding: 20px;
  border-width: 40px 80px;
}
.bs-footer {
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 50px;
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: flex-start;
  z-index: 200;
}
</pre></body></html>