#myCanvas, #myCanvas2   {
    
    border:1px solid black;    
}

body {
    background-color: white;
    width: 100%;
}

h2 {
    color: red;
    text-decoration: underline;
    text-align: center;
    width: 100%;
}

.hoofding {
    color: red;
    background-color: yellow;
    text-decoration: underline;
    font-weight: bold;
    font-size: 20px;
}

.inleiding{
    color:black;
    background-color: yellow;
    font-size:15px;
    font-weight:bold;
}

.invoervelden{
    color:black;
    background-color: yellow;
}

.resultaten{
    color:black;
    background-color: orange;
}

.resultaat, .resultaat_negenpuntscirkel {
    color:black;
    font-weight:bold;    
}

.comment {
    color: red;
    font-weight: bold;
}

.resultaat_zwaartepunt {
    color: blue;
    font-weight: bold;    
}

.resultaat_hoogtepunt {
    color: green;
    font-weight: bold;    
}

.resultaat_middelloodpunt {
    color: brown;
    font-weight: bold;    
}

.resultaat_bissectricepunt {
    color: red;
    font-weight: bold;    
}

.resultaat_steinerellips{
    color:darkblue;
    font-weight:bold;    
}

.resultaat_gergonne{
    color:darkmagenta;
    font-weight:bold;    
}

.kolom1 {
    width: 350px;
}

.kolom2 {
    width: 250 px;
}

.kolom3,.kolom4,.kolom5 {
    width: 100px;
}

.result1 {
    width: 300px;
}

.result2 {
    width: 100px;
}

.result3 {
    width: 450px;
}

.column1{
    width:300px;    
}

.column2{
    width:125px;
}

.column3{
    width:300px;
}

.column4{
    width:125px;
}

.blauw{
    color:aqua;
    font-weight:bold;
}