	#forumstats {
        width: 960px;
        min-height: 500px;
        background: #110a05;
        padding: 20px;
        margin: auto;
        display: flex;
        flex-flow: wrap;
    }

    #forumstats .statsbox {
        width: 120px;
    }

    #forumstats .statsbox2 {
        width: 835px;
		color: var(--laub-text);
    }

    #forumstats .statsbox3 {
    width: 835px;
    margin-left: 120px;
}

    #forumstats .topstatsi {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        margin-bottom: 5px;
    }

    #forumstats .topstatsi1 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        margin-bottom: 5px;
    }

    #forumstats .boxi1 {
        width: 100px;
        padding: 5px;
        outline: 1px solid #463d17;
        outline-offset: -5px;
        background: #110a05;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #forumstats .boxi1 i {
        font-size: 30px;
        color: #6b5e25;
        text-align: center;
        margin: 5px;
    }

    #forumstats .boxi1 disc {
        font-size: 10px;
        color: #6b5e25;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 2px;
        width: 100%;
        margin-bottom: 3px;
        margin-bottom: 25px;
    }

    #forumstats .boxi2 {
	width: 240px;
    height: 250px;
		 text-align: justify;
    padding: 10px;
    outline: 1px solid #463d17;
 outline-offset: -5px;
border: 4px solid transparent;
    background: #110a05;
overflow: auto;
    }

    #forumstats .boxi3 {
	width: 358px;
    height: 134px;
    padding: 20px;
    outline: 1px solid #463d17;
  outline-offset: -5px;
		border: 4px solid transparent;
    background: #110a05;
    margin-top: 15px;
    }

  #forumstats .boxi4 {
	width: 358px;
    height: 112px;
		overflow: auto;
    }

    #forumstats .title1 {
        font-family: Verdana;
        font-size: 12px;
		font-weight: bold;
		padding-top: 2px;
        text-transform: uppercase;
        text-align: center;
        width: 100px;
        color: #6b5e25;
        background: url(https://echoes-of-ruin.de/death/balken.png);
    }

    #forumstats .title2 {
        font-family: Verdana;
        font-size: 12px;
		font-weight: bold;
		padding-top: 2px;
        text-transform: uppercase;
        text-align: center;
        width: 260px;
        color: #6b5e25;
        background: url(https://echoes-of-ruin.de/death/balken.png);
    }


#forumstats .boxi2::-webkit-scrollbar {
    width:0px;
    background:#463d17;
}

#forumstats .boxi2::-webkit-scrollbar-thumb {
    background:#463d17;
    height:10px;
}

#forumstats .boxi2::-webkit-scrollbar-track {
    background-color:#463d17;
    opacity:0.8;
}


#forumstats .boxi4::-webkit-scrollbar {
    width:0px;
    background:#463d17;
}

#forumstats .boxi4::-webkit-scrollbar-thumb {
    background:#463d17;
    height:10px;
}

#forumstats .boxi4::-webkit-scrollbar-track {
    background-color:#463d17;
    opacity:0.8;
}