body {
    font-family: sans-serif;
    background: var(--window-background);
    margin: 0;
    padding: 0;
    color: var(--text);
}

.bold {
    font-weight: bold;
}

.rootlink {
    margin-left: -0.5rem;
    cursor: pointer;
}


.rootlink i {
    width: 2rem;
}

.rootlink span {
    padding-left: 0.5rem;
}

.rootlink button {
    border: 0;
    background: 0;
}

.tab-menu button {
    border: 0;
    background: 0;
}


button, a {
    outline: none !important;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fullheight {
    height: -webkit-fill-available;
}
