.elunicView .uiContent {
    max-width: 100%;
}

.elunicView .chart .uiContent {
    max-width: none;
}

.layoutOneCol > .uiTable {
    max-width: none !important;
}

.contextBox.freeLayout:not(.tooltip) .uiContent {
    /* 
     * changed from width to min-width to use the available space i.e. in task context:
     * http://screenshot.co/#!/eca05c4c67 [bu]
     */
    min-width: 225px; 
}

.firstRow,
.uiTitleCon {
    /* max-width: 458px; */
}

.contextBox.freeLayout:not(.tooltip) .uiContent.elunicTableContainer {
    /**
     * wurde von "width" auf "min-width" umgestellt, da sonst Tabellen
     * in ContextBoxen die ContextBox bei Bedarf nicht ausdehnen und
     * stattdessen den Content abschneiden, auch wenn links und rechts der
     * ContextBox viel Freiraum übrig ist @bu 4.9.2014
     */
    width: auto;
    min-width: 225px;
}

.uiLabel {
    padding-right: 12px;
}

.editMode .uiLabel {
    padding-right: 12px;
}

.dynamicButton:first-of-type .buttonElement {
    border-color: transparent;
}

.dirty .contentNameLabel .dirtyFlag {
    display: inline;
}

.lightView .tableTitleHeader .icon {
    font-size: 14px;
}

.lightView td.visibleField1.visiblePart1 div.select2-container a.select2-choice > span {
    float: right;
}

/*.uiBlock h2,
.uiBlock h3,*/
.lightView {
    max-width: 571px;
}

.lightView .actions .icon {
    opacity: 0;
}

.lightView tr.hover .actions .icon {
    opacity: 1;
    /*display: table-cell;*/
}

.lightView a.select2-choice div {
    display: none;
}

.lightView tr.row:hover a.select2-choice div {
    display: block;
}

tr.hover .borderHelper {
    display: block;
    opacity: 0.33;
}

#bugmuncher_button.bm_modern span {
    font-size: 12px;
}

#bugmuncher_button.bm_modern span:hover {
    font-size: 14px;
}