.buttonbar {
    min-height: 100px;
}

#defectsEx .figure, #tb_egeraete .figure, #tb_negeraete .figure, #tb_schutzsysteme .figure, #tb_ebh .figure, #tb_anaylsen .figure, #subTablewithImages .figure {
    margin-right: 10px;
}

#defectsEx .figure img, #tb_egeraete .figure img, #tb_negeraete .figure img, #tb_schutzsysteme .figure img, #tb_ebh .figure img, #tb_analysen .figure img, #subTablewithImages .figure img {
    max-height: 200px;
    max-width: 200px;
}

th.rotate-r45 {
    /* Something you can count on */
    height: 140px;
    white-space: nowrap;
  }
  
th.rotate-r45 > div {
transform: 
    /* Magic Numbers */
    translate(25px, 0px)
    /* 45 is really 360 - 45 */
    rotate(315deg);
width: 30px;
}
th.rotate-r45 > div > span {
border-bottom: 1px solid #ccc;
padding: 5px 10px;
}

#logic_drawing {
    min-height: 400px;
    border: 1px solid #ccc;
}

.draggable_operator {
    display: inline-block;
    padding: 2px 5px 2px 5px;
    border: 1px solid #ccc;
    cursor: grab;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}