/*-------- CSS -------------*/
/* ------------------Reset--------------------- */
/*----------------- global ------------------------*/
body {
	background: black;
	font-family: 'Oswald', sans-serif;
}
.center a {
	color:red;
	font-size:20px;
	text-decoration:none;
}
.bg-hk {
	background: linear-gradient(to bottom, red 0%, rgba(84,5,21,1) 100%);
}
.bg-jpn {
	background: linear-gradient(0deg,#483c30 0%,#64533f 100%);
}
.bg-sgp {
	background: linear-gradient(to bottom, #0058ff, #001c52);
}
.bg-cbda {
	background: linear-gradient(0deg, #9f1e1f, #fb7a02);
}
.bg-cn {
	background: linear-gradient(to bottom, #fa4702, #cb0000 100%);
}
.bg-sdy {
	background: linear-gradient(to bottom, #e05d00, #a34401 100%);
}
.bg-twn {
	background: linear-gradient(to bottom, #0d9db5, #056676);
}
.red-text {
	color: red;
	font-size:10px;
}
.tab-result {
	width: 100%;
}
.prize {
	color: white;
	box-sizing: border-box;
	border: 1px solid #6c6c6c;
	padding: 15px 0px;
	font-size: 16px;
	font-weight: bold;
}
.number {
	box-sizing: border-box;
	padding: 15px 0px;
	border: 1px solid #6c6c6c;
	font-size: 16px;
	font-weight: bold;
	background: white;
	color: black;
}
.date {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.center {
	width: 100%;
	margin: auto;
}
.half {
	width: 50%;
	text-align: center;
}
.full {
	width: 100%;
	text-align:center;
}
.mid{
	text-align: center;
}
.done {
	color:red;
	font-size:18px;
}
@media only screen and (max-device-width: 1000px){
	.date {
		font-size: 14px;
	}
	.center {
		width: 100%;
	}
}