.wdg-checkbox {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    border: 0;
    background: none;
    padding: 0 8px 0 8px;
    text-align: left;
    font-size: 1em;
    text-height: 2em;
    cursor: pointer;
}

.wdg-checkbox > * {
    display: inline-block;
    vertical-align: middle;
    text-height: 2em;
}

.wdg-checkbox > *.wdg-icon {
    margin: 0;
}

.wdg-checkbox > div {
    margin-left: .5em;
}


.dark .wdg-checkbox {
    color: #eee;
}

.wdg-checkbox.align-left {
    text-align: left;
}

.wdg-checkbox.align-center {
    text-align: center;
}

.wdg-checkbox.align-right {
    text-align: right;
}
