#consequencecalculator-procedure {
    margin-top:                         60px;
    list-style-type:                    none;
}
#consequencecalculator-procedure li div img {
    height:                             18pt;
    margin-right:                       10px;
}
.consequencecalculator-textarea {
    min-width:                          calc(100% - 20px);
    max-width:                          calc(100% - 20px);
    width:                              calc(100% - 20px);
    margin-top:                         10px;
    border-radius:                      20px;
    padding:                            10px;
    font-family:                        Courier;
    font-size:                          10pt;
    tab-size:                           4;
}
#consequencecalculator-xmlrepresentation {
    border:                             1.5px solid;
    border-color:                       #FF5C33;
    height:                             35vh;
}
#consequencecalculator-hypotheses {
    margin-bottom:                      10px;
    border:                             1.5px solid;
    border-color:                       #FF5C33;
    height:                             2vh;
}
#consequencecalculator-consequences {
    height:                             35vh;
}
#consequencecalculator-calculate {
    margin-left:                        0px;
}