/*-------- CSS -------------*/
/* ------------------Reset--------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
input, textarea {border:0; padding:0; margin:0; outline: 0;}
iframe {border:0; margin:0; padding:0;}
input, textarea, select {margin:0; padding:0px;}

/*----------------- global ------------------------*/

body {
	font-family: arial;
	background: black;
	color: white;
}

.container {
	width: 75%;
	margin: auto;
	border: 1px blue solid;
	box-sizing: border-box;
	margin-bottom: 100px;
}

.head {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
	border-bottom: 1px solid blue;
}

.banner-float {
	position: fixed;
	width: 100%;
	text-align: center;
	bottom: 1px;
	z-index: 9999;
}

.banner-float img {
	width: 728px;
	
}

.logo {
	display: block;
	width: 300px;
	height: 300px;
	background: url("../img/logo-toto-macau.png") center no-repeat;
	background-size: 100% 100%;
	margin: auto;
}

h1 {
	text-decoration: none;
	color: white;
	font-size: 24px;
}

h1 a {
	text-decoration: none;
	color: white;
}

.menu {
	width: 100%;
	display: block;
	padding: 10px 0px;
	text-align: center;
	background: blue;
}

.menu a {
	display: inline-block;
	font-size: 18px;
	text-decoration: none;
	color: #cda710;
	margin: 0px 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.banner1 {
	width: 100%;
	display: block;
	text-align: center;
	border-bottom: 1px solid blue;
}

.banner1 img {
	width: 45%;
	display: inline-block;
	margin: 3px;
}

.content {
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	border-bottom: 1px solid blue;
}

.content p {
	text-align: justify;
	line-height: 22px;
	margin-bottom: 10px;
}

.content p a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

h2 {
	font-size: 24px;
	text-align: center;
	color: #ff310f;
	margin: 10px 0px;
}

h2 a {
	text-decoration: none;
	color: #ff310f;
}

.live-draw {
	width: 75%;
	margin: auto;
}

.topld {
	width: 50%;
	text-align: center;
	background: #1515ba;
	padding: 5px 0px;
	border: 1px white solid;
	box-sizing: border-box;
}

.balld {
	width: 100%;
	text-align: center;
	background: white;
	border: 1px solid white;
}

.balld img {
	width: 10%;
	display: inline-block;
	margin: 10px;
}

.data-result {
	width: 75%;
	margin: auto;
	
}

.dr {
	width: 14%;
	text-align: center;
	border: 1px solid white;
	padding: 5px 0px;
}

.dt {
	font-size: 18px;
	background: #0c22c4;
}

.content ul {
	list-style-type: square;
	
}

.content li {
	margin-left: 10px;
	padding: 3px 0px;
	
}

.content li a {
	text-decoration: none;
	color: white;
	
}

.rekap {
	width: 75%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid white;
	border-radius: 20px;
	padding: 25px;
	box-sizing: border-box;
background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(30,87,153,0.8) 15%, rgba(30,87,153,1) 19%, rgba(30,87,153,1) 20%, rgba(41,137,216,1) 50%, rgba(30,87,153,1) 80%, rgba(30,87,153,1) 81%, rgba(30,87,153,0.8) 85%, rgba(30,87,153,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(30,87,153,0.8) 15%,rgba(30,87,153,1) 19%,rgba(30,87,153,1) 20%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 80%,rgba(30,87,153,1) 81%,rgba(30,87,153,0.8) 85%,rgba(30,87,153,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(30,87,153,0.8) 15%,rgba(30,87,153,1) 19%,rgba(30,87,153,1) 20%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 80%,rgba(30,87,153,1) 81%,rgba(30,87,153,0.8) 85%,rgba(30,87,153,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#001e5799',GradientType=0 ); /* IE6-9 */

}

.rekap table {
	width: 100%;
}

.rekap-data {
	width: 50%;
	text-align: center;
	padding: 15px 0px;
	font-size: 26px;
	border-bottom: 1px solid white;
}

.rekap-end {
	
	border-bottom: none;
}

@media only screen and (max-device-width: 1000px) {
	.container {
		width: 100%;
		
	}
	
	.logo {
		width: 250px;
		height: 250px;
	}
	
	h1 {
		font-size: 12px;
		
	}
	
	.menu {
		padding: 0px;
		
	}
	
	.menu a {
		display: block;
		width: 100%;
		margin: 0px;
		padding: 10px 0px;
		border: 1px solid white;
		box-sizing: border-box;
	}
	
	.banner1 {
		
	}
	
	.banner1 img {
		display: block;
		width: 100%;
		margin: 0px;
		border: 1px solid white;
		box-sizing: border-box;
		aspect-ratio: 364 / 45;
	}
	
	.content {
		padding: 0px;
		
	}
	
	.content p {
		margin: 5px;
		
	}
	
	.live-draw {
		width: 100%;
		
	}
	
	.balld img {
    width: 18%;
    display: inline-block;
    margin: 5px;
	}
	
	.data-result {
		width: 100%;
		
	}
	
	.dr {
		font-size: 12px;
	}
	
	.dt {
		font-size: 14px;
	}
	
	.rekap {
		width: 100%;
		
	}
	
	.banner-float {
		width: 100%;
		
	}
	
	.banner-float img {
		width: 100%;
		
	}
	
}
