<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dropdown {
   background: transparent;
   width: 180px;
   padding: 5px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

dropdown::-ms-expand { /* for IE 11 */
    display: none;
}

.dropdown-wrapper{
   width: 180px;
   height: 34px;
   overflow: hidden;
   background: url(/down_arrow_select.jpg) no-repeat right #ddd;
   border: 1px solid #ccc;
   float: right;
}

.news-form .dropdown {
   width: 250px;
   float: right;
}

.news-form .dropdown-wrapper {
   width: 250px;
   margin-bottom: 1em;
   float: right;
}

.dropdown-picker {
   float: left;
   margin: .5em;
}

.resultContainer {
   clear: both;
   padding-top: 1em;
   position: relative;
   height: auto;
   width: auto;
   overflow-x: auto;
   background: white;
}


.resultsTable {
   text-align: left;
   font-weight: normal;
   border-spacing: 0px;
}

.resultsTable thead {
   font-weight: bold;
}

div.dataTables_filter, div.dataTables_info {
  display: none;
}

.resultsTable th, .resultsTable td {
   padding-right: 1em;
   border: 0px;
   white-space: pre;
   vertical-align: top;
}

.resultsTable tbody tr.even {
   background: #E0E0E0;
}

a.toggle-vis {
  margin-left: 2em;
  color: #FF3030;
}

a.deselectedColumn {
  color: #FF8080;
}

a.toggle-vis:hover, a.toggle-vis:focus {
  text-decoration: underline;
  cursor: pointer;
}

div.column-toggler {
  margin-top: 1em;
}

.news-div{

}

.news-div h1 {
	margin-bottom: 0;
	display: block;
}</pre></body></html>