DIV.slide {
    clear: both;
    margin-left: 2vw;
    margin-top: 2vh;
    width: 96vw;
    height: 90vh;
    font-size: 20pt;
}

H1 {
    font-variant: small-caps;
}
H1, H2,H3, H4 {
    padding-top: 0px;
    margin-top: 0px;
    font-family: sans-serif;
    color : #005a32;
}


DIV.slide IMG {
    max-height: 75vh;
    margin: 0px auto;
}

DIV#footer {
    clear: both;
    position: fixed;
    top: 94vh;
    left: 0px;
    width: 100vw;
    height: 3vh;
    border-top: 1px solid #005a32;
    margin-top: 0px;
    padding-top: 2px;
    padding-left: 2em;
    margin: 0px;
    padding-bottom: 0px;
    font-family: sans-serif;
}

DIV#footer P {
    margin-top: 0px;
}

A {
    color: #005a32;
}

DIV.thumbnail {
    border: 1px solid black;
    width: 1920px;
    position: absolute;
    height: 1080px;
    transform: scale(0.2);
    padding: 1em;
}

DIV.thumbnail:hover {
    border: 4px solid #005a32;
    background-color: #eeeeee;
    transform: scale(0.25);
}

TABLE {
  border-collapse: collapse;
}

TABLE THEAD {
    border-bottom: 1px solid #005a32;
    padding: 0.5em;
}
TABLE TH {
    text-align: left;
    padding-right: 0.5em;
}

TABLE TD {
    text-align: right;
}

@media print {
    DIV.slide {
        padding-top: 24px;
        padding-left: 24px;
        margin-left: 0px;
        margin-top: 0px;
        width: 1920px;
        height: 1068px;
        break-after: page
    }
    @page {
        size: 1920px 1080px;
    }
}


@media screen {
    DIV.print-mode DIV.slide {
        border-bottom: 1px solid black;
    }
    DIV.print-mode + DIV#footer {
        visibility: hidden;
    }
}

#overlay {
  position: fixed;
  padding: 2%;
  width: 60%;
  height: 60%;
  top: 10%;
  left: 10%;
  font-size: 24pt;
  border: 2px solid black;
  border-radius: 10px;
  background-color: rgba(255,255,195,0.9);
}

DIV.selection-mother-0 .block-1,
DIV.selection-mother-0 .block-2,
DIV.selection-mother-0 .block-3,
DIV.selection-mother-0 .block-4,
DIV.selection-mother-0 .block-5,
DIV.selection-mother-0 .block-6,
DIV.selection-mother-0 .block-7,
DIV.selection-mother-0 .block-8,
DIV.selection-mother-0 .block-9,
DIV.selection-mother-1 .block-2,
DIV.selection-mother-1 .block-3,
DIV.selection-mother-1 .block-4,
DIV.selection-mother-1 .block-5,
DIV.selection-mother-1 .block-6,
DIV.selection-mother-1 .block-7,
DIV.selection-mother-1 .block-8,
DIV.selection-mother-1 .block-9,
DIV.selection-mother-2 .block-3,
DIV.selection-mother-2 .block-4,
DIV.selection-mother-2 .block-5,
DIV.selection-mother-2 .block-6,
DIV.selection-mother-2 .block-7,
DIV.selection-mother-2 .block-8,
DIV.selection-mother-2 .block-9,
DIV.selection-mother-3 .block-4,
DIV.selection-mother-3 .block-5,
DIV.selection-mother-3 .block-6,
DIV.selection-mother-3 .block-7,
DIV.selection-mother-3 .block-8,
DIV.selection-mother-3 .block-9,
DIV.selection-mother-4 .block-5,
DIV.selection-mother-4 .block-6,
DIV.selection-mother-4 .block-7,
DIV.selection-mother-4 .block-8,
DIV.selection-mother-4 .block-9,
DIV.selection-mother-5 .block-6,
DIV.selection-mother-5 .block-7,
DIV.selection-mother-5 .block-8,
DIV.selection-mother-5 .block-9,
DIV.selection-mother-6 .block-7,
DIV.selection-mother-6 .block-8,
DIV.selection-mother-6 .block-9,
DIV.selection-mother-7 .block-8,
DIV.selection-mother-7 .block-9,
DIV.selection-mother-8 .block-9
{
    visibility: hidden;
}
