.part_default {
fill : #000000;
stroke : #000000;
stroke-width : 0.5;
}

.part_wo_sub {
stroke-width : 0.5;
}

.part_with_sub {
stroke-width : 1;
}

.clicked_part {
fill : #ff0000;
stroke : #ff0000;
stroke-width : 1;
}

.text_default {
fill : #000000;
font-size : 16px;
}

.text_wo_sub {
font-size : 20px;
}

.text_with_sub {
font-size : 20px;
}

.clicked_text {
fill : #ff0000;
font-size : 20pt;
}

.svgbutton_pressed {
background-color : #fdb342;
}

