

.headermenu {
    display: none;
}

footer {
    display: none;
}

aside {
    display: none;
}

img {
    max-width: 30%;
    break-inside: avoid;
    page-break-inside: avoid;
}

a {
  color: black;
  text-decoration: none; /* no underline */
}

hr {
    border-top: solid 2px #000 !important;
}

.brickwrap {
    clear: both;
}

.brickwrap img {
    width: 60px;
}

#clonegrid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.cloneoverview {
    width: 30%;
    margin: 5px;
    text-align: center;
}

.cloneoverview img {
    max-width: 100%;
    width: 100%;
}

.cloneoverview a h3 {
    margin: 0;
}


.articleimg {
    break-inside: avoid;
    page-break-inside: avoid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    float: right;
    clear: right;
    margin-right: 1vw;
    margin-left: 2vw;
    margin-bottom: 5px;
    width: 40vw;
    background-color: var(--darkgray);
}
.articleimgimg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.articleimgimg img {
    max-width: 100%;
    max-height: 500px;
    
}
.articleimgtxt {
    text-align: center;
}
.articleimgtxt p {
    margin: 0;
    padding: 0px 5px 5px 5px;
}
.articleimgfull {
    width: 80vw;
    max-width: 900px;
    margin: auto;
    text-align: center;
    overflow: auto;
}
.articleimgfull img {
    width: 50%;
    max-width: 850px;
}
.articleimgfull p {
    margin: 0;
    padding: 0px 5px 5px 5px;
}


.colorwrap {
    -webkit-print-color-adjust:exact !important;
    print-color-adjust:exact !important;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.colorwrap p {
    min-width: 50px;
    max-width: 120px;
    padding: 10px;
    margin: 0;
    text-align: center;
}

table, td, th {  
  border: 3px solid black;
}

table {
    max-width: 100%;
  border-collapse: collapse;
  width: 100%;
}

.tablecolors {
    -webkit-print-color-adjust:exact !important;
    print-color-adjust:exact !important;
    width: 100%;
}

.tother {
    display: none;
}

.twindow {
    display: none;
}

.articlesection {
    break-inside: avoid;
    page-break-inside: avoid;
    clear: both;
}

.divwrap {
    -webkit-print-color-adjust:exact !important;
    print-color-adjust:exact !important;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.indiv {
    width: 64px;
    margin-bottom: 5px;
    text-align: center;
}

.indiv div {
    margin: 0 auto;
    width: 12px;
    height: 12px;
    border: 3px solid black;
}

.cornerimg {
    position: absolute;
    right: 0;
    top: 0;
    width: 75%;
}

.cornerimg img{
    float: right;
}

.toptxt {
    -webkit-print-color-adjust:exact !important;
    print-color-adjust:exact !important;
    position: absolute;
    left: 0;
    top: -15px;
    color: grey;
}

.hidden {
    display: none;
}


.red {
	background-color: red;
}

.yellow {
	background-color: yellow;
}

.green {
	background-color: green;
}


/* Colours */
.collred {background-color:#ff6666;}
.colmred {background-color:#ff4d4d;}
.colred {background-color:red;}
.coldred {background-color:#cc0000;color:white;}
.collyellow {background-color:#ffff80;}
.colmyellow {background-color:#ffffb3;}
.colyellow {background-color:yellow;}
.coloyellow {background-color:#ffd633;}
.collgreen {background-color:#70db70;}
.colmgreen {background-color:#c2f0c2;}
.colgreen {background-color:green;color:white;}
.colvlblue {background-color:#cce6ff;}
.collblue {background-color:#b3daff;}
.colnblue {background-color:#66b5ff;}
.colmblue {background-color:#33bbff;}
.colblue {background-color:blue;color:white;}
.coldblue {background-color:#000099;color:white;}
.colpink {background-color:#ffcccc;}
.colbrown {background-color:#802b00;color:white;}
.colrbrown {background-color:#800000;color:white;}
.coliwhite {background-color:#e6ffff;}
.colmwhite {background-color:#f5f5f0;}
.colwhite {background-color:white;}
.colewhite {background-color:#fff7e6;}
.colgray {background-color:#bfbfbf;}
.coltclear {background-color:#f5f5f0;}