<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}


body { padding-top: 70px; }
@media screen and (max-width: 991px) {
.navbar-brand { display: none; }
}
@media screen and (max-width: 767px) {
body { padding-top: 70px; }
.navbar-brand { display: block; }
}

.titleDate {
  font-weight: bold;
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #444444;
  #color: #8a6d3b;
  display: inline-block;
  font-size: 16px;
  padding: 4px;
}

#tooltipf {
  position: absolute;
}

.netHover, #netHoverAll {
  cursor: pointer;
}

.posted {
background-color: #fafafa;
padding: 5px;
border-radius: 10px;
border: 1px solid #ddd;
display: inline-block;
}

img.fit {
  width: 100%;
}

.well {
  white-space:nowrap;
  overflow: auto;
}

#map {
border: 2px solid #eee;
text-align: center;
min-height: 450px;
height: 400px;
width: 100%; 
}

footer {
  padding: 0;
}

.orfeus-red {
  color: #c03;
}

.mem {
  text-align: center;
  border: 3px solid #ddd;
  margin: 0px auto;
  padding: 10px;
  background-color: #fcfcfc;
  border-radius: 6px;
  width: 75%;
}

.table {
  margin: 0px;
}

.dataTables_info, .dataTables_length, .dataTables_filter {
  color: #888;
}

.newstags {
display: inline-block;
float: right;
margin: 5px;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -33%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    display: none
  }

  .row-offcanvas-right.active {
    right: 33%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 33%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 33%; /* 6 columns */
  }
}
</pre></body></html>