<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 plugin ClientFlow
 TSW =|=
 128px by 128px icon size
 */
#plugin-title {/* banner-1544x500.png */
  background-image: url(https://github.com/tradesouthwest/clientflow/assets/banner-772x250.png);

}
#clientflow-form input[type="checkbox"],
#clientflow-form input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
#clientflow-form textarea:before,
#clientflow-form textarea:after,
#clientflow-form p:before,
#clientflow-form p:after,
.clflrow:before,
.clflrow:after {
  display: table;
  content: " ";
}
#clientflow-form textarea:after,
#clientflow-form p:after,
.clflrow:after {
  clear:both;
}
.clflrow{
    width: 100%;
    margin: 0;
    display: block;

}
.clientflowwrap {
    font-size: 1em;
    min-height: 680px;
    display:block;
    margin-bottom: 15px;
}
#clientflow-form {
  max-width: 100%;
  margin: 0 auto;
  position:relative;
}
#clientflow-form span.req {
  color: red;
}
#clientflow-form p {
  min-height: 1em;
  padding: 0;
  display: block;
}
#clientflow-form label {
  text-align: left;
  width: 100%;
  display:block;
  margin: 12px auto -12px 0;
  padding: 0;
  position: relative;
  padding-top: 4px;
  border-top: thin solid #ddd;
}
#clientflow-form p input[type="text"],
#clientflow-form p input[type="email"],
#clientflow-form p input[type="url"],
#clientflow-form p input[type="tel"],
#clientflow-form p input[type="number"] {
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 3px 6px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  color: inherit;
  line-height: 34px; margin-bottom: 15px;
  border-radius: none;
  font: inherit;
  color: inherit;
  margin-top: 0;
}
#clientflow-form radio {
  margin: 0 15px;
}
#clientflow-form select {
  display: block;
  width: 100%;
  height: auto;
  min-height: 34px;
  padding: 2px 6px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  color: inherit;
  line-height: 34px;
  margin-bottom: 15px;
  border-radius: none;
  font: inherit;
  color: inherit;

}
#clientflow-form textarea {
  display: block;
  width: 100%;
  height: auto;
  min-height: 34px;
  padding: 2px 6px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  color: inherit;
  line-height: 34px;
  margin-bottom: 15px;
  border-radius: none;
  font: inherit;
  color: inherit;
}
</pre></body></html>