body > div.container {
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }
  
  .schedule {
    margin-top: 62px;
  }
 
  div.schedule div.week-numbers div {
    font-weight: bold;
  }
  
  div.schedule div.week-numbers div,
  div.schedule div.years .year div {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(226, 226, 226);
    text-align: center;
    padding-top: 15px;
    min-width: 45px;
    height: 30px;
    border-radius: 3px;
  }

  div.schedule div.years .year.selected div.cell {
    border-style: solid;
    border-width: 1px;
    border-bottom-color: rgb(55, 64, 10);
    border-top-color: rgb(55, 64, 10);
    background: rgb(205 133 63 / 32%);
    
  }
  
  .years > .year div:nth-child(even) {
    background: rgb(243, 243, 243);
  }
  
  .years > .year div:nth-child(odd) {
    background: #fff;
  }
  
  .week-numbers > div:nth-child(1),
  .years > .year div:nth-child(1) {
    min-width: 50px;
    font-weight: bold;
  }
  
  .schedule .week-numbers,
  .schedule .years .year {
    display: flex;
    justify-content: flex-start;
  }
  
  .weekend.easter {
    background: yellowgreen !important;
  }
  
  .weekend.pentecost {
    /*hvítasunnuhelgi*/
    background: green !important;
  }
  
  .weekend.commerce-day {
    background: peru !important;
  }
  
  .top {
    margin-bottom: 20px;
  }
  
  .top-controls {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; 
    gap: 10px; 
    padding-left: 10px;
  }
  
  .legends {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
  
  .legend {
    min-width: 180px;
    text-align: center;
    border-radius: 3px;
    padding: 8px;
  }
  
  .year-selector {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  
  .links {
    top: -10px;
    position: relative;
  }

button.btn-week {
    padding: 3px 8px 5px 8px;
    margin-top:  10px;
    
}
button.refresh {
    margin-left: 10px;
}
button.home {
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 0px;
}

button.refresh > span.refresh-icon {
    display: inline-block;
    /* transform: rotate(100deg); */
}

input {
    border-radius: 5px;
    padding:5px 0px 5px 0px;
    text-align: center;
}