html, body, main {
  height: 100%;
  width: 100%;
  background: var(--bs-dark);
  background-image: url("/todaybg.jpg");
  background-size: cover;
  background-position: center; }

#table-block, #header-block, #control-bar, #weekday {
  flex-shrink: 1;
  background: var(--bs-dark); }

#table-block, #table-block .textarea, #table-block .textarea-box {
  overflow: auto; }
  #table-block:hover::-webkit-scrollbar, #table-block .textarea:hover::-webkit-scrollbar, #table-block .textarea-box:hover::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
  #table-block::-webkit-scrollbar, #table-block .textarea::-webkit-scrollbar, #table-block .textarea-box::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: var(--bs-dark); }
  #table-block::-webkit-scrollbar-corner, #table-block .textarea::-webkit-scrollbar-corner, #table-block .textarea-box::-webkit-scrollbar-corner {
    background: var(--bs-dark); }
  #table-block::-webkit-scrollbar-track, #table-block .textarea::-webkit-scrollbar-track, #table-block .textarea-box::-webkit-scrollbar-track {
    background: var(--bs-dark);
    box-shadow: transparent; }
  #table-block::-webkit-scrollbar-thumb, #table-block .textarea::-webkit-scrollbar-thumb, #table-block .textarea-box::-webkit-scrollbar-thumb {
    width: 5px;
    border-radius: 2.5px;
    background: #AAA6; }
    #table-block::-webkit-scrollbar-thumb:hover, #table-block .textarea::-webkit-scrollbar-thumb:hover, #table-block .textarea-box::-webkit-scrollbar-thumb:hover {
      background: #AAAA; }

#table-block {
  background: #1116;
  padding: 1px 0; }
  #table-block th, #table-block td {
    padding: 0;
    color: white;
    outline: 1px solid #666;
    border: 0; }

.textarea {
  z-index: 1;
  position: relative;
  padding: .25em;
  width: 100%;
  height: 100%;
  display: block;
  background-color: transparent;
  color: white;
  border-radius: 0;
  word-break: break-all;
  border: 0; }
  .textarea img, .textarea svg {
    max-width: 100%; }
  .textarea:focus, .textarea:hover {
    box-shadow: none;
    color: white;
    background-color: #FFF1; }

/*# sourceMappingURL=style.css.map */