<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.alert a {
	font-weight: 600;
}

.defaulttext{
    font-size: 14px;
    line-height: 20px;
}

.page-header .defaulttext{
    font-weight: bold;
}

div.page p{
    text-align: justify;
}


.nav &gt; li &gt; form &gt; button {
  display: block;
	background-color: transparent;
	border: none;
}
.nav &gt; li &gt; form.form-inline {
	margin-bottom: 0;
}
.nav &gt; li &gt; form &gt; button:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.navbar .nav &gt; li &gt; form &gt; button {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav &gt; li &gt; form &gt; button {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav &gt; li &gt; form &gt; button:focus,
.navbar .nav &gt; li &gt; form &gt; button:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

.navbar .nav &gt; .active &gt; form &gt; button,
.navbar .nav &gt; .active &gt; form &gt; button:hover,
.navbar .nav &gt; .active &gt; form &gt; button:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar-inverse .nav &gt; li &gt; form &gt; button {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .nav &gt; li &gt; form &gt; button:hover {
  color: #ffffff;
}
</pre></body></html>