.widget {
}

.widget-header {
    border: 1px solid #dee2e6;
    background-color: #f7f7f7;
    align-items: center;
    padding: 2px 10px;
    font-size: 16px;
    display: flex
}

.widget-header > span {
    padding-left: 10px;
    flex: 1
}

.widget-buttons {
    cursor: pointer;
}

.widget-buttons > a, .widget-buttons > span {
    color: var(--mdb-primary);
}

.widget-buttons > a:hover, .widget-buttons > span:hover {
    color: var(--mdb-info);
}

.widget-content {
}

#expcols {
    list-style-type: none;
}

#expcols li {
    height: 18px;
    cursor: grab;
    margin-left: -10px;
}

#expcols li:active {
    cursor: grabbing;
}

#expcols li span {
    margin-left: 10px;
}