<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* temporary */
.guides {
    display: none;
}
.library {
    display: none !important;
}
.border-warning {
  border-color: #e96848 !important;
  border-radius: 2px;
  border-width: medium !important;
  border-style: dotted !important;
}
/*navbar bp button*/
.btn-bp {
    background-color: #6F7C1E;
    border-color: #6F7C1E;
}
.btn-bp:hover,
.btn-bp:active,
.btn-bp:focus {
    background-color: #196eb7 !important;
    border-color: #196eb7 !important;
}
</pre></body></html>