
.stats-table {
    width: 90%;
	margin-left:5%;
	margin-right:5%;
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
}

.stats-table li {
    display: table-cell;
    text-align: center;
	height: 20px;
    border: 1px solid white;
    vertical-align: middle;
    word-wrap: break-word;
	color:white
}

.stats-table li:nth-child(1)  {
    display: table-cell;
    text-align: center;
	height: 20px;
	border: 2px solid yellow;
    vertical-align: middle;
    word-wrap: break-word;
	color:white
}
