<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {  
	font: 12pt Lato, sans-serif;	
	line-height: 1.75em;
    background: #637467;
	height: 100%
  }
  
.header {
	background: #28c667;
	/*background: -webkit-linear-gradient(white, #d1d1d1);
	background: -o-linear-gradient-gradient (white, #d1d1d1);
	background: -moz-linear-gradient (white, #d1d1d1);
	background: linear-gradient (white, #d1d1d1); */
	height: 140px;
}

.header &gt; .logo {
	margin-top: 0px;
	margin-right: 5px;
	text-align: right;
}

.navbar {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #3e5050;
	border-radius: 0;
	border: 0px;
}
  
h1 {
	font-variant: small-caps;
  }
 
h2 {
	color: #28c667;
	font-family: Lato, sans-serif;
	font-variant: small-caps;
}

h3 {
	color: white;
	margin-top: 0px;
	font-family: Lato, sans-serif;
	font-variant: small-caps;
	font-size: 1.4em
   }

blockquote {
	color: lightgrey;
	}
	
blockquote footer {
	color: lightgrey;
	}

p {
	color: white;	
	text-align: justify; 
	padding-bottom:15px;
	font: 13pt Lato, sans-serif;
	line-height: 1.75em;
  }

hr {
	border-color: #229a53 !important;
	width: 100%;
	height; 2px;
}

.navbar a {  
	font: 18pt Lato, sans-serif;
	font-variant: small-caps;
  }
  
.navbar ul li a{
  margin: 2px;
  padding: 20px;
  border: 0px;
  text-align: center;
  background-color: #3e5050 !important;
  color: #229a53 !important;
 }
 
.navbar ul li a:after{
  content: '';
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0%;
  border-bottom: 2px solid #28c667;
  transition: 0.4s;
  background-color: #3e5050 !important;
  margin: auto !important;
}

.navbar ul li a:hover:after {
  position: absolute;
  width: 100%;
}

.navbar ul li a:hover{
	color: #28c667 !important;
	font-style: bold;
}

.navbar-toggle{
	border: 0px !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #28c667 ;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 32px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle:hover .icon-bar{
	background-color: #ecae26 !important;
}

.navbar-toggle:hover {
	background-color: transparent !important;
}

.navbar-toggle:focus .icon-bar{
	background-color: #ecae26 !important;
}

.navbar-toggle:focus {
	background-color: transparent !important;
}



.img-responsive,.img-rounded {
	padding: 5px;
	border-radius: 15px;
	display: inline !important;
}

.img-align {
	text-align: center;
}

header.one{
	margin-top: 40px;
	margin-bottom: 40px;
	font: 30px Lato, sans-serif;
	font-variant: small-caps;
    color: #229a53;
    text-align: center;
}

input {color:#000000}


.table&gt;tbody&gt;tr&gt;td,
.table&gt;tbody&gt;tr&gt;th,
.table&gt;tfoot&gt;tr&gt;td,
.table&gt;tfoot&gt;tr&gt;th,
.table&gt;thead&gt;tr&gt;td,
.table&gt;thead&gt;tr&gt;th {
	border-bottom: 0px;
	border-top: 0px;
}

.table&gt;tbody&gt;tr&gt;td {
	padding-top: 3px;
	padding-bottom: 3px;
}

.table&gt;tbody&gt;tr&gt;th {
	padding-top: 8px;
	padding-bottom: 8px;
	font: 16pt Lato, sans-serif;
	font-variant: small-caps;
}

.table&gt;thead&gt;tr&gt;th {
	padding-top: 8px;
	padding-bottom: 8px;
	font: 16pt Lato, sans-serif;
	font-variant: small-caps;
}

.tr-images{
	background-color: white;
}

.th-images{
	height: auto !important;
	padding: 0px !important;
}

.cell-fluid {
  height: auto;
  max-height: 173px;
  width: 100%;
}

.cell-fluid.bar {
	max-width: 67px;
}

.cell-fluid.decision{
	max-width: 414px;
}

.tr01 {
	background-color: #99ff99;
	padding-top: 8px;
	padding-bottom: 8px;	
}

.tr02 {
	font-size: 12pt;
	background-color:  #ffffff;
}

.tr02:nth-child(even) {
	background-color: #e6ffe6;
}

.tr03 {
	font-size: 12px;
	background-color: #e6ffe6;
}



	
div.footer {
	margin-top: 910px;
}

td.edition-option {
		text-align:center;
	}
	
em.buzzed {
	color: #28c667;
}

em.high {
	color: #1e9f51;
}

em.tripping {
	color: #14733a;
}

.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
  width: 70%;
  margin: auto;
}
</pre></body></html>