.preview-modal {
    width: 900px;
}

.preview-modal .ts-tabbed-pane {
    width: 66%;
    display: inline-block;
}

.component {
    fill: white;
}
.component.core {
    fill: rgb(255, 238, 224);
}

.component-highlight {
    stroke-width: 5;
    fill: #E0E0E0 !important;
    /*font-weight: bold;*/
    background-color: #E0E0E0 !important;
}

.layer {
    fill: white;
}

.line-highlight {
    fill: white;
    background-color: #E0E0E0 !important;
}