.wicket {
    hyphens: auto;
}

.responsiveTable td .content {
    overflow: hidden;
    margin-top: 0;
    padding-top: 0.375em;
    text-overflow: ellipsis;
}

.responsiveTable td .content:hover {
    overflow: visible;
}

.element_bubblehelp .help-content .row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
}

.element_bubblehelp .help-content .column {
    float: none;
}

.sortable {
    cursor: pointer;
}

.sortable.ASC:before,
.sortable.DESC:before{
    font-family: 'icons';
    font-style: normal;
    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    margin-right: 4px;
    vertical-align: baseline;
}
.sortable.ASC:before{
    content: "\e616";
}
.sortable.DESC:before{
    content: "\e63e";
}

@media only screen and (max-width: 43.56em) {
    .element_bubblehelp .help-content .row {
        flex-wrap: wrap;
    }
    
    .element_bubblehelp .help-content .column {
        width: auto;
    }
}