<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  margin: 1px;
  padding: 1px;
  overflow-y: hidden;
}

input {
  min-width: 122px;
  width: 122px;
  width: calc(100% - 70px);
  /*height: 17px;*/
  padding: 3px;
  margin-left: 0;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  font-size: 1em;
  line-height: 1.071em;
  -moz-box-shadow: 0 1px 2px #eee inset;
  -webkit-box-shadow: 0 1px 2px #eee inset;
  box-shadow: 0 1px 2px #eee inset;
  font-family: "Lucida Grande", Verdana;
}

#changeType {
  font-family: "Lucida Grande", Verdana;
  cursor: pointer;
  color: rgb(85, 85, 85);
  padding-left: 3px;
}

#type {
  font-weight: 600;
  font-size: 14px;
}

.fa-retweet {
  font-size: 16px;
  zoom: 1;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
</pre></body></html>