[type="checkbox"].filled-in:checked+span:not(.lever):after {
    border-color: #ffa000 !important;
    background-color: #ffa000 !important;
}

.page-footer {
    padding-top: 0;
}

main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: 100%;
}

.content {
    flex: 1;
}

.note-editable > *, .node-codable > * {
    max-width: 500px !important;
}
