.bgm-ui-siteoverview {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.bgm-ui-siteoverview .bgm-ui-pagecontent {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
}

.bgm-ui-siteoverview .bgm-ui-pagecontent .bgm-ui-title {
    font-weight: bold;
    font-size: 26px;
    border-bottom: 1px solid var(--text-color);
    color: var(--text-color);
    text-align: center;
    width: 400px;
    margin-bottom: 30px;
}

.bgm-ui-siteoverview .bgm-ui-pagecontent table {
    border-collapse: collapse;
    color: var(--text-color);

}

.bgm-ui-siteoverview .bgm-ui-pagecontent table .bgm-ui-middle-align {
    text-align: center;
}

.bgm-ui-siteoverview .bgm-ui-pagecontent table .bgm-ui-right-align {
    text-align: right;
}

.bgm-ui-siteoverview .bgm-ui-pagecontent table thead {
    border-bottom: 1px solid var(--text-color);
    height: 20px;
    background-color: var(--background-color);
}

.bgm-ui-siteoverview .bgm-ui-pagecontent table thead tr {
    height: 20px;
    border-bottom: 1px solid var(--text-color);
}

.bgm-ui-siteoverview .bgm-ui-pagecontent table thead tr th {
    padding-left: 10px;
    padding-right: 10px;
}

.bgm-ui-siteoverview .bgm-ui-pagecontent table tbody {
    
}

.bgm-ui-siteoverview .bgm-ui-pagecontent table tbody tr {
    
}

.bgm-ui-siteoverview .bgm-ui-pagecontent table tbody tr:nth-child(2n) {
    background-color: var(--background-color-hover);
}

.bgm-ui-siteoverview .bgm-ui-pagecontent table tbody tr td {
    padding: 4px 10px;
}

.bgm-ui-siteoverview .bgm-ui-pagecontent table tbody tr td .bgm-ui-table-icon {
    height: 15px;
    width: 15px;
    background-size: cover;
    margin: auto;
    cursor: pointer;
}