﻿.UserStateContainer {
    display: flex;
    align-self: center;
    width: auto;
    height: 50px;
    max-height: 50px;
    min-height: 50px;
    margin: 0 30px 0 0;
    padding: 2px;
    justify-content: center;
    align-items: center;
}

