<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*color: #fdb82c*/
#main-content {
  background-color: transparent !important;
}
.main_title {
  display:none;
}
#object-list {
  display:none !important;
}
#search-box {
  margin:0 !important;
}
#ephemerid .container,
#ephemerid .container-lg,
#ephemerid .container-md,
#ephemerid .container-sm,
#ephemerid .container-xl {
  max-width: 980px !important;
  width: 100% !important;
}
.ephemerid-entry {
    padding-top:12px !important;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
    .col-md-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
  
    .col-md-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-md-6 {
        width: 50%;
    }
  }
@media (min-width: 992px) {
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.open-attributes {
  cursor: pointer;
  transition: transform 0.5s;
}

#page {
  background: black !important;
  color: white !important;
}
#test-header {
  background: #141c1f;
  border-radius: 16px;
  padding:25px !important;
  margin: 0;
}
input#date {
  border-color: transparent;
  margin-bottom: 25px;
  text-indent: 10px;
}
.entry-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin: 0px;
}
.entry-date {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
.entry-attribute h5.value {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: -5px;
}
.entry-attribute span.attribute-name {
  font-size: 12px;
  line-height: 18px;
  color: #b1b5ba;
}
.open-attributes {
  cursor: pointer;
  transition: transform 0.5s;
}
.entry-attributes.closed {
  max-height: 0px;
  overflow: hidden;
}
.entry-attributes {
  max-height: 500px;
  transition: max-height 0.5s;
}
#loader {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: auto auto;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
#loader_message {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
#loader.active {
  display: block;
}
#search-form input {
  background: #081214;
  border-radius: 8px;
  color: white;
}
h2,
h3,
h4,
h5 {
  color: white;
  font-weight: bolder;
}
.et-l {
  display: none;
}
#search-form,
.ephemerid-entry {
  background: #141c1f;
  border-radius: 16px;
}
.ephemerid-entry {
  margin: 4px 0px;
  padding: 10px 12px;
}
#search-form,
.list-header {
  padding: 20px 30px;
  margin-top: 50px;
}
#search-results.closed {
  display: none;
}
#search-form input {
  width: 100%;
}
#search-form input::placeholder {
  color: white;
}
#search-form input::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
#search-form #send-form {
  width: fit-content;
  margin-left: auto;
  font-weight: bold;
}
#search-form #send-form.disabled {
  color: grey;
  cursor: not-allowed;
}
.search-intro {
  margin-bottom: 2rem;
}
.entry-attribute {
  background: black;
  border-radius: 16px;
  padding: 10px;
  margin: 5px 0px;
}
.deep-link {
  color: white !important;
  text-align: center;
  color: white;
  font-size: 20px;
  transform: font-size 0.5s;
}
.deep-link.none {
  color: grey !important;
  cursor: not-allowed;
}
.deep-link.none:hover {
  font-size: 20px;
}
.deep-link:hover {
  font-size: 22px;
}
.deep-link i {
  margin-left: -6px;
}
.deep-link i.fa-eye-slash {
  margin-left: -10px;
}
.vc_custom_1636132348605 {
  padding-left: 50px;
}
#main {
  padding-bottom: 50px;
  padding-top: 70px;
}
#img-top {
    text-align: center;
    padding-top: 7px;
}
.btn-material {
  background: #33383d;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.15),
    0px 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 12px 26px;
  cursor: pointer;
}
#sponsors {
  margin-top: 100px;
}
.open-attributes i {
  margin-top: 15px;
  transition: transform 0.6s ease-in;
  transform: rotate(0deg);
}
.open-attributes.active i {
  transform: rotate(180deg);
}
.sponsors-logos {
  background-size: contain;
  height: 125px;
  margin-top: 25px;
  background-repeat: no-repeat;
  background-position: center;
}
.logo-unistellar {
  background-image: url("https://unistellaroptics.com/wp-content/themes/unistellar/assets/images/logo/unistellar.png");
}
.logo-seti {
  background-image: url("https://unistellaroptics.com/wp-content/themes/unistellar/assets/images/logo/SETI.png");
}
.logo-jpl {
  background-image: url("https://unistellaroptics.com/wp-content/themes/unistellar/assets/images/logo/JPL.png");
}
.logo-esa {
  background-image: url("https://unistellaroptics.com/wp-content/themes/unistellar/assets/images/logo/ESA.png");
}
.page-id-13806 .logo-esa {
  background-image: url("https://unistellaroptics.com/wp-content/themes/unistellar/assets/images/logo/charles-university-white.png");
}
#user-logs .log {
  text-align: center;
  margin: 1rem;
}
#user-logs .log.error {
  color: red;
}
#user-logs .log.warning {
  color: orange;
}
#user-logs .log.success {
  color: green;
}
#top-header {
  padding-left: 50px;
}
#object_select select {
  width: 100%;
  background: #081214;
  border-radius: 4px;
  color: white;
  margin-bottom: 10px;
}
input[type="text"], input[type="search"], input[type="datetime-local"],input[type="tel"], input[type="url"], input[type="email"], input[type="number"], input[type="date"], input[type="range"], input[type="password"], select, .wpcf7-number {
    height: 38px;
}
@media screen and (max-width: 780px) {

  .sponsors-logos {
    margin-top: 30px;
    height: 50px;
  }
  #sponsors {
    margin-top: 50px;
  }
  #main .deep-link {
    font-size: 15px;
  }
  #main .dlink {
    padding-left: 12px;
    padding-right: 12px;
  }
  #main .deep-link:hover {
    font-size: 16px;
  }
  #top-header {
    margin-top: 25px;
    padding-top: 25px;
    padding-left: 0px;
  }
  .vc_custom_1636132348605 {
    padding-left: 15px;
  }
}
</pre></body></html>