button {
    text-align: center;
    flex-grow: initial;
    width: auto;
}

icon {
    font-family: 'Material Icons Round';
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
    width: 1em;
    height: 1em;
}

input {
    flex-grow: initial;
    width: 100%;
}

.notification-view {
    transition: 0.4s transform;

    &:not([show="true"]) {
        transform: scale(0);
    }
}

.overlay {
    pointer-events: none;

    &>* {
        pointer-events: all;
    }
}

select {
    flex-grow: initial;
    width: 100%;
}

table {
    table-layout: auto;
}

:root {
    font-size: 100%;
    font-weight: 100;
    line-height: 1;
}