.mod_userstat_main {
    border: 2px solid lightgrey;
    border-radius: 8px;
    margin:5px;
    background-color: azure;
}
.mod_userstat_title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    border-bottom: 2px solid lightgray;
}
.mod_userstat_title_2 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    border-bottom: 2px solid lightgray;
}
.mod_userstat_all_reg {
    background-color: #fff;
    padding: 5px;
}
.mod_userstat_logged {
    background-color: #fff;
    padding: 5px;
}
.mod_userstat_guests {
    background-color: #fff;
    padding: 5px;
}
.mod_userstat_visitors {
    background-color: #fff;
    padding: 5px;
}
.mod_userstat_list {
    background-color: #fff;
    padding: 5px;
}
.mus_row_1 {
    background-color: #fff;
}
.mus_row_2 {
    background-color: lightgray;
}