.row {
    width: 100%;
    margin: 5px 0;
}

.browser-default {
    width: 100%;
    padding: 0.8rem;
}
.col {
    margin-top: 0px;
}
.col .row {
    margin: 0;
}
.collapsible-header,
.collapsible-body,
.card-panel {
    padding: 8px;
}
.card-panel {
    margin: 0;
}
.collapsible,
.collapsible-header {
    border: none;
    border-radius: 3px;
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
    background-color: orange !important;
    border: orange !important;
}

.active .collapsible-header {
    border-bottom: 2px solid black !important;
}
