

/* <style> */

.calendar {
  overflow-x:scroll;
  overflow-x:overlay !important;
scrollbar-gutter: stable;
  width: 100%;
  display: flex;
justify-content: safe center;
}


.calendar table tbody {
  vertical-align: top;
}



.calli {
list-style: decimal;
list-style-position: inside;
}

.calen{
  font-size: 1rem;
}


#calyear {
  margin: 0px;
  padding: 0px;
  border: none;
  height: 100% !important;
width: 100% !important;
font-size: 1rem;
  text-align: center;
}


#calyearbox{
height: 1em;
  justify-content: center;
  display: flex;
  margin: 0px;
padding-bottom: 0.5em;
    flex-direction: row;

}

label[for=calyear] {
    text-align: center;
    margin-left: 0.5em;
    margin-top: -0.3em;
}
