html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}



#CodePrikkerKlavier input {
    width: 70px;
    height: 70px;
}

#calendar {
    width: 100%;
}

    #calendar td {
        height: 100px;
        width: 14.28%;
        border: solid thin black;
        vertical-align: top;
    }

    #calendar a {
        color: blue;
    }

@media print {
    a[href]:after {
        content: none !important;
    }

    .pagebreak {
        page-break-after: always;
    }
}

form {
    position: relative;
}