<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.qb {
  border: 1px solid #444444;
}
.qbg {
  background: light_gray;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a {
  font-family: 'Source Sans Pro', sans-serif;
}

/* two clearing options -  use .clearfix() in new code */
/* both work as a Less mixin - no clearfix class needs to be added to HTML */
.clearthis {
  /* works as a Less mixin - no clearfix class needs to be added to HTML */

  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
/* old button style pre-Sept 14- don't use - use flat_button instead */
.bublish_button {
  background: #e4782c;
  color: white;
  font-size: 14px;
  padding: 3px 8px 4px;
  text-align: center;
  text-decoration: none;
  border-radius: 0px;
}
.bublish_button_white {
  background: #fff;
  color: #e4782c;
  border: 1px solid #e4782c;
  font-size: 14px;
  padding: 6px 8px 7px;
  text-align: left;
  text-decoration: none;
  border-radius: 0px;
}
/* new post--Sept 14 button style */
.flat_button {
  background: #25aebc;
  color: #fff;
  text-align: center;
  padding: 5px 5px 2px 5px;
  font-size: 12px;
  border-radius: 0px;
}
.flat_button:hover {
  background: #e4782c;
  text-decoration: none;
  cursor: pointer;
}
.flat_button.large {
  padding: 5px 10px;
  font-size: 15px;
}
.flat_button_alt {
  background: #25aebc;
  color: #fff;
  text-align: center;
  padding: 5px 5px 2px 5px;
  font-size: 12px;
  border-radius: 0px;
  background: #e4782c;
}
.flat_button_alt:hover {
  background: #e4782c;
  text-decoration: none;
  cursor: pointer;
}
.flat_button_alt.large {
  padding: 5px 10px;
  font-size: 15px;
}
.flat_button_alt:hover {
  background: #25aebc;
  cursor: pointer;
}
.flat_button_default {
  background: #25aebc;
  color: #fff;
  text-align: center;
  padding: 5px 5px 2px 5px;
  font-size: 12px;
  border-radius: 0px;
  background: #aaa;
}
.flat_button_default:hover {
  background: #e4782c;
  text-decoration: none;
  cursor: pointer;
}
.flat_button_default.large {
  padding: 5px 10px;
  font-size: 15px;
}
.flat_button_default:hover {
  background: #777;
  cursor: pointer;
}
/* removes blue background off close buttons on dialogs - some BS wierdness*/
.container-fluid button.close {
  background: none;
  border: none;
}
.container-fluid button.close:hover {
  background: none;
  border: none;
}
</pre></body></html>