.table.is-hoverable tbody tr:not(.is-selected):hover {
    cursor: pointer;
    background-color: #eee;
}
.table tbody tr.is-parent {
    background-color: #f9f9f9;
}

.media+.media {
    border-top: 1px solid rgba(219,219,219,.5);
    margin-top: 0.5rem;
    padding-top: 0.5rem;
}

.media-content {
    overflow: hidden;
}

.media-avatar img {
    border-radius: 4px;
    width: 40px;
    height: 40px;
}
.media-title {
    margin-bottom: 0.25rem;
}

.nav {
    display: flex;
    align-items: stretch;
    min-height: 3.25rem;

    border-bottom: 1px solid #ddd;
    background-color: #ffffff;
}

.nav-brand {
    display: flex;
    align-items: stretch;
}

.nav-brand img {
    max-height: 1.75rem;
}

.nav-menu {
    display: flex;
    flex: 1;
    align-items: stretch;
}

.nav-left {
    display: flex;
    flex: 1;
    justify-content: flex-start;
}

.nav-right {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}

.nav-item {
    line-height: 1.5;
    padding: 0.5rem 1rem;

    display: flex;
    align-items: center;
}

.nav-avatar {
    line-height: 1.5;
    padding: 0.5rem 1rem;

    display: flex;
    align-items: center;
}

.nav-avatar img {
    border-radius: 16px;
    width: 32px;
    height: 32px;
}


.header {
    display: flex;
    align-items: stretch;
}

.header-left {
    flex: 1;
}

.header-right {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
}


.empty {
    padding: 2rem;
    text-align: center;
    font-size: 1.25rem;
}

.empty p {
    margin: 1rem;
}

.modal-card-head, .modal-card-foot {
    background-color: #fff;
}