.statbox {
    display: flex;
 
	justify-content: space-between;

	}


	.statonline {
    width: 33%;
    height: 140px;
    overflow: auto;
			scrollbar-width: thin;
}

.stattitle {
font-family: 'Encode Sans SC', sans-serif;
    font-size: 13px;
    text-align: center;
    color: #fff;
    padding: 5px;
    background-color: #ac580e;
}

.stattext {
font-family: Arial;
font-size: 12px;
text-align: justify;
color: #e5e5e5;
padding: 5px;
background: #142737;
line-height: 17px;
height: 100px;
overflow: auto;
box-sizing: border-box;
		scrollbar-width: thin;
}

.stattext2 {
    font-family: Arial;
    font-size: 12px;
    text-align: justify;
    color: #e5e5e5;
    padding: 5px;
	background: #142737;
line-height: 25px;
	height: 100px;
}



.statonlineheute {
    width: 33%;
    height: 140px;
    overflow: auto;
		scrollbar-width: thin;
}

.statwesen {
    width: 33%;
    height: 140px;
    overflow: auto;
}

.statcat {
    background: #273d4d;
    color: #e4e4e4;
    padding: 10px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 12px;
}
		
.trowlegend {
    background: #273d4d;
    color: #e4e4e4;
    padding: 10px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 13px;
}
		