<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.form select {
  width: 220px;
  height: 35px;
  border: solid 2px #38445a;
  background: #0f151e;
}

.form input:not([type="checkbox"]),
.form select,
.form textarea {
  /* min-width: 220px; */
  line-height: 30px;
  /* margin: 2px 0; */
  border: solid 2px #38445a;
  background: #0f151e;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
}

.events li span {
  float: right;
}

.no-reset {
  margin-top: 10px;
  text-align: center;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.guide-bg {
  padding: 25px;
  margin-bottom: 5px;
}

.guidespage li {
  background: url(../images/li-icon.png) left no-repeat #162636;
  padding: 9px 0px 9px 29px;
}

#box1 {
  padding: 20px;
}

#box1 a {
  text-align: center;
}

.ServerClock {
  background: rgba(35, 35, 35, 0.7);
  padding: 15px;
  position: absolute;
  font-size: 14px;
  color: white;
  border-radius: 5px;
  margin-top: 120px;
  color: gold;
}

.ServerClock .LocalTime {
  margin-top: 10px;
}

.ServerClock p span {
  color: white;
}
</pre></body></html>