/*-------- 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 #f1c106 solid;
	box-sizing: border-box;
	margin-bottom: 100px;
}

.head {
	width: 100%;
	padding: 15px;
	background: #3b3b3b;
	box-sizing: border-box;
	text-align: center;
	border-bottom: 1px solid #f1c106;
}

.banner-float {
	position: fixed;
	width: 100%;
	text-align: center;
	bottom: 1px;
	z-index: 9999;
}

.banner-float img {
	width: 728px;
	
}

.logo {
	display: block;
	width: 450px;
	height: 200px;
	background: url("../img/live-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: #bf9a05;
}

.menu a {
	display: inline-block;
	font-size: 18px;
	text-decoration: none;
	color: #000000;
	margin: 0px 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.banner1 {
	width: 100%;
	display: block;
	text-align: center;
	border-bottom: 1px solid #f1c106;
}

.banner1 img {
	width: 45%;
	display: inline-block;
	margin: 3px;
}

.content {
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	border-bottom: 1px solid #f1c106;
}

.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: #ffffff;
}

.live-draw {
	width: 100%;
	margin: auto;
}

.topld {
	width: 50%;
	text-align: center;
	background: #a38408;
	padding: 15px 5px;
	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: 20%;
	text-align: center;
	border: 1px solid white;
	padding: 5px 0px;
}

.dt {
	font-size: 18px;
	background: #a38409;
}

.content ul {
	list-style-type: square;
	
}

.content li {
	margin-left: 10px;
	padding: 3px 0px;
	
}

.content li a {
	text-decoration: none;
	color: white;
	
}

.rekap {
	width: 100%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid white;
	border-radius: 20px;
	padding: 13px;
	box-sizing: border-box;
background: -moz-linear-gradient(top,  rgba(26, 20, 0) 0%, rgba(86, 69, 1) 15%, rgba(104, 84, 3) 19%, rgba(106, 86, 4) 20%, rgba(230, 184, 0) 50%, rgba(106, 86, 4) 80%, rgba(104, 84, 3) 81%, rgba(86, 69, 1) 85%, rgba(26, 20, 0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(26, 20, 0) 0%, rgba(86, 69, 1) 15%, rgba(104, 84, 3) 19%, rgba(106, 86, 4) 20%, rgba(230, 184, 0) 50%, rgba(106, 86, 4) 80%, rgba(104, 84, 3) 81%, rgba(86, 69, 1) 85%, rgba(26, 20, 0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(26, 20, 0) 0%, rgba(86, 69, 1) 15%, rgba(104, 84, 3) 19%, rgba(106, 86, 4) 20%, rgba(230, 184, 0) 50%, rgba(106, 86, 4) 80%, rgba(104, 84, 3) 81%, rgba(86, 69, 1) 85%, rgba(26, 20, 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;
	}
	
	.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%;
		
	}
	
}
<style amp-custom>
   
.menu-item-text {
    color: #d6c67f;
    letter-spacing: 1px;
    font-weight: 700;
}
.text-small {
    font-size: 8pt;
}
.menu-item {
    text-align: center;
    z-index: 2;
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-duration: 2.5s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}  
.box-color {
	border:1px solid #F2F2F2;
	height: 30px;
	width: 1%;
	text-align: center;
	font-size:24px;
	font-weight:bold;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}
.box-value {
	background: linear-gradient(to bottom, #c6c6c6 0%,#cccccc 50%,#f9f9f9 100%);
	width: 1%;
	border:1px solid #F2F2F2;
	text-align: center;
	height: 35px;
	font-size:24px;
	color: black;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tw {
	background-image: linear-gradient(to bottom, #b5934e, #e5ba5c);
}
#myTable {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #a8b2bc;
background-color: #ffffff;
    font-size: 18px
}

#myTable td,#myTable th {
    text-align: center;
    padding: 3px 0 3px 0;
    border: 2px solid #444;
    font-size: 16px;
    color: #000000
}

#myTable th {
    color: #000000;
    background-color: #ffffff;
    font-size: 15px
}

#myTable tr {
    border-bottom: 1px solid 3px
}

#myTable tr:hover {
    border-bottom: 1px solid #d25503
}
#myTable tr:nth-child(1) td:nth-child(1) {
  background: linear-gradient(to bottom, #a38408 ,#a38408);
}
#myTable tr:nth-child(2) td:nth-child(1n) {
  background: linear-gradient(to bottom, #a38408 ,#a38408);
}
#myTable tr:nth-child(1) td:nth-child(2) {
  background: linear-gradient(to bottom, #a38408 ,#a38408);
}
#myTable tr:nth-child(1) td:nth-child(3) {
  background: linear-gradient(to bottom, #a38408 ,#a38408);
}



#bottomright {
	width: 20%;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #0b5890;
	border-top: 1px solid #0b5890;	
}
.macau {
	width: 90%;
	text-align: center;
	vertical-align:middle;
	margin: auto;
	display:block;
	background: linear-gradient(to bottom, #b5934e ,#e5ba5c);
	border-radius: 10px;

}
</style>