<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
.tool-page .title {
  background-color: #31b0d5;
  border-radius: 4px;
  color: #fff;
  padding-bottom: 3px;
  padding-top: 3px;
  text-align: center;
  font-size: 20px;
  /* height: 34px; */
  margin-bottom: 4px;
  line-height: 32px;
}
.tool-page p,
.tool-page li,
.tool-page label {
  color: #000;
}
.tool-page header {
  margin-bottom: 4px;
}
.tool-page .lead {
  font-size: 18px;
  margin-bottom: 4px;
}
.tool-page h2 {
  margin-bottom: 0px;
  margin-right: 6px;
}
.tool-page p {
  margin-bottom: 2px;
}
.tool-page {
  margin: 0px !important;
}
.tool-page hr {
  margin: 4px !important;
}
.tool-sidebar label.screen-reader-text {
  display: none !important;
}
#remove-header {
  display: block !important;
}
</pre></body></html>