<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
  color                 : #595959;
  font-family           : Geneva, Arial, Helvetica, sans-serif;
  font-size             : 0.75em;
  font-weight           : normal;
  text-decoration       : none;
}

table#calendar td{
  cursor                : pointer;
  height                : 20%;
  width                 : 14%;
}

/* rounded container */
.r1, .r2, .r3, .r4, .r2c, .r3c, .r4c{
  display               : block;
  font-size             : 1px;
  overflow              : hidden;
}

.r1{
  background            : #2058A3;
  height                : 1px;
  margin                : 0px 5px;
}

.r2, .r2c{
  background            : #FFFFFF;
  border-left           : 2px solid #2058A3;
  border-right          : 2px solid #2058A3;
  height                : 1px;
  margin                : 0px 3px;
}

.r3, .r3c{
  background            : #FFFFFF;
  border-left           : 1px solid #2058A3;
  border-right          : 1px solid #2058A3;
  height                : 1px;
  margin                : 0px 2px;
}

.r4, .r4c{
  background            : #FFFFFF;
  border-left           : 1px solid #2058A3;
  border-right          : 1px solid #2058A3;
  height                : 2px;
  margin                : 0px 1px;
}

.r2c, .r3c, .r4c{
  background-color      : #F9F9F9;
}

.rc{
  background-color      : #F9F9F9;
  border-left           : 1px solid #2058A3;
  border-right          : 1px solid #2058A3;
}

.rc div.containerContent{
  color                 : #595959;
  font-weight           : normal;
  padding               : 3px;
  text-decoration       : none;
  overflow              : hidden;
  width                 : 100%;
  padding               : 0px;
}
</pre></body></html>