<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.site.com_content.wrapper-fluid.view-article.no-layout.no-task {
  background-color: #F1F2F3;
}

body {
  flex-direction: column;
  display: flex;
  /*margin-left: 100px;*/
  /*margin-right: 100px;*/
  padding-top: 20px;
  background-color: #D7ECF0;
  border-style: solid;
  border-color: #195610;
  border-width: 1px;
  border-radius: 14px;
  height: auto;
}

html {
  background-color: #D7ECF0;
}

.container-header {
    background: #F1F2F3;
}

.container-header .container-nav {
    padding-bottom: 0em;
}

.container-header nav {
  margin-top: 0;
}

.container-header .navbar-toggler {
  color: #3e6f43;
  cursor: pointer;
  border: 1px solid #3e6f43;
}

site-grid {
    background: #F1F2F3;
}

  .site-grid {
      grid-template-areas:
".banner banner banner banner." 
".top-a  top-a  top-a  top-a. " 
".top-b  top-b  top-b  top-b. " 
".side-l comp   comp   side-r." 
".bot-a  bot-a  bot-a  bot-a. " 
".bot-b  bot-b  bot-b  bot-b. ";
      background: #F1F2F3;
    }

.container-sidebar-left &gt; :first-child, .container-sidebar-right &gt; :first-child, .container-component &gt; * + *, .container-sidebar-left &gt; * + *, .container-sidebar-right &gt; * + * {
  background: #E1E4E8;
}

.container-header .mod-menu {
  color: #5f9968;
  margin-top: 7px;
  padding-left: 12px;
}


.container-header .mod-menu a:hover {
  color: #ca1515;
}

.metismenu.mod-menu .metismenu-item a {
/*  box-shadow: 0 1px 0 #fff;*/
/*  width: 180px;*/
  text-decoration: none;
  color: #436648;
}

.metismenu.mod-menu .metismenu-item a:hover {
/*  box-shadow: 0 1px 0 #fff;*/
/*  width: 180px;*/
  text-decoration: none;
  color: #ca1515;
}

.metismenu.mod-menu .metismenu-item a:visited {
/*  box-shadow: 0 1px 0 #fff;*/
/*  width: 180px;*/
  text-decoration: none;
  color: #436648;
}

.metismenu.mod-menu .metismenu-item a:actice {
/*  box-shadow: 0 1px 0 #fff;*/
/*  width: 180px;*/
  text-decoration: none;
  color: #ca1515;
}


.metismenu.mod-menu .metismenu-item.active &gt; a, .metismenu.mod-menu .metismenu-item.active &gt; button { 
  text-decoration: none;
  color: #101010;
}


.metismenu.mod-menu .metismenu-item &gt; a:hover, .metismenu.mod-menu .metismenu-item &gt; button:hover {
  text-decoration: none;
  color: #b81b1b;
/*  background: url(../images/arrow.png) no-repeat right center;*/
}



.card-body {
  border-style: solid;
  border-color: #195610;
  border-width: 1px;
  border-radius: 14px;
}

.com-content-article__body {
  border-style: solid;
  border-color: #195610;
  border-width: 1px;
  border-radius: 14px;
  padding-left: 5px;
  padding-right: 5px;
}

.metismenu.mod-menu .metismenu-item {
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.1rem;
  line-height: 1.5;
  display: flex;
  padding: .1em 1em;
}</pre></body></html>