#current-status{display:flex;align-items:center;justify-content:center;gap:10px}#current-status span{font-weight:700}#current-status div:first-of-type{display:flex;align-items:center;justify-content:center;gap:10px}#current-status img{border-radius:50%;box-shadow:5px 4px 7px 2px rgba(41,47,50,.3)}#current-status .colored-level{display:block;width:25px;height:25px;border-radius:50%;box-shadow:2px 2px 6px 1px rgba(41,47,50,.3)}#current-status .colored-level-0{background-color:green}#current-status .colored-level-1,#current-status .colored-level-2{background-color:orange}#current-status .colored-level-3,#current-status .colored-level-4,#current-status .colored-level-5,#current-status .colored-level-6,#current-status .colored-level-7,#current-status .colored-level-8{background-color:red}.user-session>:first-child{background-color:#f4f7f7;padding:10px;display:flex;gap:10px}.user-session>:first-child>*{flex:1 0}.user-session>:first-child>:nth-child(2)>span{display:block}.user-session>:first-child>:nth-child(2)>span:first-child{font-weight:700;min-width:240px}.user-session>:nth-child(2){padding:10px}.user-session img{border-radius:50%}@media screen and (max-width:899px){#current-status>*{flex:1 0}}#container{display:block;width:100%;max-width:1400px;margin:0 auto;padding:20px}@media screen and (max-width:799px){#container{padding:10px;max-width:100%}}