<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.box-status .txt-status {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border: 1px solid #175E4C;
  border-radius: 10px;
  color: #175E4C;
  padding: 4px 20px;
  text-align: center;
  margin-bottom: 0px;
}
.txt-gray {
  border: 1px solid #888282 !important;
  color: #888282 !important;
}
.txt-orange {
  border: 1px solid #F2994A !important;
  color: #F2994A !important;  
}

.btn-gray {
  color: #fff !important;
  background-color: #D2D2D2 !important;
  border-color: #D2D2D2 !important;
}

.btn-gray:hover {
  box-shadow: none !important;
}


body {
  margin: 40px 10px;
  padding: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}

#calendar {
  max-width: 1100px;
  margin: 0 auto;
}</pre></body></html>