<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-header{
    margin-top:0px;
}
h2, .h2{
    margin-top:0px;
}

.input-xsm {
    height: 25px;
    padding: 2px 6px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

#statusmessagecontainter {
  border-radius: 6px;
  border-width: 1px;
  z-index:1000;
  padding:0px;
  margin:auto;
}

.popup_shadow {
    box-shadow: 0px 6px 10px 3px #888888;
}

/* Star rating */
.star-rating {
    text-align: center !important;
}

.star-group {
    display:flex !important;
    align-items:center !important;
}

.star-group .control-label {
    padding-top:0 !important;
}

.rating-container span.filled-stars {
    color: #FF9900 !important;
    white-space: nowrap !important;
    overflow: hidden!important;
    -webkit-text-stroke: unset!important;
    text-shadow: unset!important;
}

.rating-container div.rating-stars span.star {
    color: #FF9900 !important;
    white-space: nowrap !important;
    overflow: hidden!important;
    -webkit-text-stroke: unset!important;
    text-shadow: unset!important;
}

/* Bootstrap switch issue
https://github.com/Bttstrp/bootstrap-switch/issues/469
 */
.bootstrap-switch-container{ white-space:nowrap; }


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