.log{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	gap: 0px;
	margin: auto;
	width: 100%;
	height: fit-content;
	border-radius: 15px;
	border: 2px solid #333;
	overflow: hidden;
	font-size: 1.2rem;
	margin-bottom: 20px;
	/*box-shadow: 2px 2px 5px black;*/
	margin: auto;
	position: relative;
	z-index:1;
    flex-grow:1;
}
.logWrapper{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding:auto;
	margin: auto;
	gap: 20px;
	width: 100%;
	flex-flow: wrap;
}
.logWrapper h2{
	width: 60%;
	position: relative;
	margin-bottom: 0px;
	padding:10px;

/*	background-color: red;
	margin: 0px auto;
	border-radius: 20px 20px 0 0;
	top: 2px;
	gap:unset;
	color: white;*/
}

.LogItem{
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0px;
	width: 100%;
	text-align: center;
	padding: 10px 0px;
	margin: auto;
}
.LogItem:nth-of-type(odd){
	background:linear-gradient( rgba(0, 0, 0, 0.85), rgba(100, 100, 100, 0.75));
	color: #fff;
}
.LogItem:nth-of-type(even){
	background:linear-gradient( rgba(200, 200, 200, 0.85), rgba(255, 255, 255, 0.75));
	color: #000;
}
.LogItem div:nth-of-type(1){
	width: 30px;
	font-weight: bolder;
	text-align: right;
}
.LogItem div:nth-of-type(1)::after{
	content: " |";
}
.LogItem div:nth-of-type(2){
	width:290px;
	text-align: left;
}
.LogItem div:nth-of-type(3){
	width:20px;
	font-weight: bolder;
}
.LogItem div:nth-of-type(4){
	width:30px;
	text-align: right;
	margin-right: 15px;
	margin-left: -10px;
}
.LogItem div:nth-of-type(4){
	font-size: 1rem;
	margin-top: 2px;
}
.log .teamName{
	width: 100%;
	text-align: center;
}
/*.gold::before{
	content: "";
	border:1px #FFD700 solid;
	width: 39px;
	height:40px;
	position: absolute;
	top:0;
	left:0;
	z-index: 10;
	color: #FFD700;
	background: #FFD700;
}
.silver{
	color: #C0C0C0;
}
.bronz{
	color: #cd7f32;
}*/
.rankings{
	display: flex;
	justify-content: center;
	align-content: center;
	gap: 20px;
}