/* .page-break {
    page-break-after: always;
    page-break-inside: avoid;
    clear: both;
}

.page-break-before {
    page-break-before: always;
    page-break-inside: avoid;
    clear: both;
} */

body {
    background-color: #FFFFFF;
    font-family: Arial;
}

#printingArea{
    background: #FFFFFF;
}

@media print{
    .noprint{
        display:none;
    }
 }

 h1 {

    font-size: 24pt;
    text-align: center;
}

h4 {
    text-align: right;

}

th {
    vertical-align: middle;
    text-align: right;
    padding: 3px;
    font-size: 14px;
    
    font-weight: bold;
    color: #000000;
}

.table2 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 15vh;
    border-collapse: collapse;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}


td,
th {
    border: 1px solid silver;

}

.colored {
    background-color: lightgrey;
    text-align: center;
    
}

/* .table2 th:first-child {
    background-color: lightblue;
} */

td {
   
    text-align: center;
    padding: 3px;
    font-size: 14px;
    
    font-weight: normal;
    color: #000000;
}

/* .bordered {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-collapse: collapse;
} */


canvas{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    responsive:true;
    responsiveAnimationDuration:500;
    maintainAspectRatio:true;
    aspectRatio:1;
}

div.twoColCanvasCircle{
    position: relative;
    height:48vh;
    width: 48vw;
    margin-top: 5vh;
}

div.twoColCanvas{
    position: relative;
    height:50vh;
    width: 50vw;
    margin-top: 5vh;
}

div.oneColCanvas{
    position: relative;
    height:80vh;
    width: 80vw;
    margin-top: 5vh;
}

