.widgetContentOutputWrapper{
    display: table;
    width: 100%;
    overflow: hidden;
    table-layout: fixed;
}
.widgetContent{
    display: block;
    position: relative;
    overflow: hidden;    
}
.widgetContentToEdit:hover{
    border-style: dashed;
    border-width: 2px;
    margin: -2px;
    border-color: #E1E1E1;
}
.widgetContentToSave{
    border-style: dashed;
    border-width: 2px;
    margin: -2px;
    border-color: #f1c523;
}
.widgetContentOverlay {
    z-index:1;
    position: absolute;
    display: block;
    top: 0; bottom: 0;
    left: 0; right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}