* {
	box-sizing: border-box;
}

body {
	background-color: #222939;
	font-size: 12px;
	font-family: Lato, sans-serif, Arial, Verdana;
}

#lang-vi-VN {
	font-family: Roboto, Lato, sans-serif, Arial, Verdana !important;
}

.excluded-gamelist {
	position: relative;
}

.excluded-gamelist-container {
	max-width: 1200px;
	width: 100%;
	margin: auto;
}

.excluded-gamelist-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	padding: 0.5rem;
}

.excluded-gamelist-column {
	width: 100%;
}

.excluded-gamelist .excluded-gamelist-column .excluded-gamelist-header-title {
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	padding: 1rem;
	text-align: center;
}

.excluded-gamelist .excluded-gamelist-column .excluded-gamelist-header-rules {
	background: #e9e9e9;
	margin-bottom: 2rem;
	padding: 1rem;
	line-height: 20px;
}

.excluded-gamelist .excluded-gamelist-column table {
	table-layout: fixed;
	box-shadow: 7px 10px 15px rgb(0 0 0 / 40%);
	width: 100%;
	border-spacing: 1px;
	margin-bottom: 2rem;
}

.excluded-gamelist .excluded-gamelist-column table tr {
	background-color: #d4d9e2;
}

.excluded-gamelist .excluded-gamelist-column table tr:nth-child(odd) {
	background-color: #e9e9e9;
}

.excluded-gamelist .excluded-gamelist-column table tr th {
	text-align: center;
	font-weight: 700;
	padding: 1rem;
	text-transform: uppercase;
	word-break: break-word;
}

.excluded-gamelist .excluded-gamelist-column table tr td {
	text-align: center;
	padding: 1em;
	word-break: break-word;
}

@media (max-width: 480px) {
	 
	.excluded-gamelist .excluded-gamelist-column table tr th {
			padding: 1rem 0rem;
	}

	.excluded-gamelist .excluded-gamelist-column table tr td {
			
			padding: 1rem 0rem;
	}
}

@media (max-width: 480px) {
	 
	body {
		font-size: 11px;
	}
}

@media (max-width: 400px) {
	 
	body {
		font-size: 10px;
	}
}

.text-left{ text-align:left!important }
.text-center{ text-align:center!important }
.text-right{ text-align:right!important }