<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  /*padding-top: 70px;*/
  /*padding-bottom: 30px;*/
  font-family:open sans, -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
}
.stlp-header {background-color:#268CCA; }
.navbar-default {
background-color: #ffffff;
border-color: #e7e7e7;
background-image: -webkit-linear-gradient(top,#fff 0,#ffffff 100%);
background-image: linear-gradient(to bottom,#fff 0,#ffffff 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

#banner-img {
  height:47px;
  width:100px;
  margin-bottom:10px;
  margin-top:15px;
  margin-left:6%;
  display:block;
  background: url('https://www.pega.com/profiles/pegasystems/themes/custom/pegas/logo.png') no-repeat;
  background-size:contain;
}

@media (min-width: 600px) {
}

@media (max-width: 900px) {

#banner-img {
  height:auto;
  width:auto;
  max-width:100px;
  min-width:100px;
  min-height:47px;
}

}



.main-content &gt; p &gt; .btn {
  margin: 5px 0;
}
.main-content {
  min-height:400px;
}

.main-content h1, 
.main-content h2, 
.main-content h3, 
.main-content h4, 
.main-content h6, 
.main-content b {
  font-weight: 700;
}

.footer {background-color:#F6F6F9;color:#8d8e99;height:100px;padding-top:10px; }</pre></body></html>