<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.entry.link {
  color: #008AA0;
}

.menu-editor-navigation {
  background-color: #D9FAFF;
}

.expand-control-text {
  vertical-align: top;
  color: #00ADC8;
}

.confluenceTable {
  border-collapse: collapse;
  min-width: 80%;
}

.smalltable {
  max-width: 60%;
  min-width: 60%;
}

.stickybox {
  border: 1px solid #00acc8;
  width: 20%;
  height: auto;
  margin: 10px;
  z-index: 999999;
  position: absolute;
  top: 100px;
  right: 10px;
  border-radius: 5px;
  padding: 10px;
  background: #ffff8b;
  color: grey;
  font-size: 90%;
}

.cfsmallrow {
  overflow: hidden;
  max-height: 200px;
}

tr.nolr &gt; td {
  border: none;
}


.tablefilterbutton {
  display: inline-block;
  border: 1px solid grey;
  border-radius: 6px;
  padding: 2px;
  margin: 7px;
  background: beige;
  padding-left: 4px;
  padding-right: 4px;
}

.tablebutton {
  display: inline-block;
  border: 1px solid grey;
  border-radius: 6px;
  padding: 2px;
  margin: 7px;
  background: beige;
  padding-left: 4px;
  padding-right: 4px;
}


.lipifo-shortcut::before {
  content: "" !important;
}

.regsurveyexplain {
  color: grey;
  font-size: 80%;
  display: block;
}

.checkboxtrue::before {  
  content: "✓ ";  
  color: FFF;
}  

.accactivecell {
    background:  #6bf0c4 !important;
}

.aui-message.success, .aui-message-success {
    background: #fce27a !important;
}


</pre></body></html>