.content{
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    margin: 10% 15% 0% 15%;
    font-size: 1.5em;
}

table{
    border-collapse: collapse;
    text-indent: initial;
    width: 100%;
    text-align: center;
    border-radius: 10px;
}

tbody{
    margin-top: 10em;
}

th{
    padding: 10px 20px;
}

td{
    padding: 0.5em 1em 0 1em;
}

th, td {
    border-style: solid;
    border-width: 0 2px 1px 0;
    border-color: var(--text_color);
    }

th:first-child, td:first-child {
    text-align: left;
    }
    th:first-child {
    border-top-left-radius: 10px;
    }
    th:last-child {
    border-top-right-radius: 10px;
    border-right: none;
    }
    td {
    padding: 10px 20px;
    }
    tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
    }
    tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
    }
    tr td:last-child {
    border-right: none;
    }

.text{
    margin: 1em 0em 1em 0em;
}

.group{
    margin: 1em 0em 1em 0em;
    border-radius: 10px;
    padding: 1em;
}

.warning{
    background-color: rgb(255, 78, 78);
}

#avatar{
    width: 48px;
    height: 48px;
    border-radius: 32px;
    margin: 0em 0.5em 0em 0.5em;
}