<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.datebox-calendar-inner {
  height: 180px;
}
.datebox-button {
  padding: 0 5px;
  text-align: center;
}
.datebox-button a {
  line-height: 22px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.datebox-button a:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.datebox-current,
.datebox-close {
  float: left;
}
.datebox-close {
  float: right;
}
.datebox .combo-arrow {
	margin-right: 5px;
  background-image: url('images/datebox_arrow.svg');
  background-position: center center;
}
.datebox .combo-arrow:hover {
  background-image: url('images/datebox_arrow_active.svg');
}
.datebox-button {
  background-color: #fafafa;
}
.datebox-button a {
  color: #404040;
}
</pre></body></html>