/*-------- 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 ------------------------*/


/*----------------- Start of CSS for index php ------------------------*/
body {
	margin: auto;
	height: auto;
	vertical-align: top;
	background-image: url("https://1.bp.blogspot.com/-UQ-K0ab5jrE/XbLb7Cf0w0I/AAAAAAAAAPk/QIrKVI7zjTsBz0yRDMBj67vhdl1cE-pnQCLcBGAsYHQ/s1600/BACKGROUND%2BLAS%2BVEGAS%2BLOTTERY.jpg");
	background-size: 100% 100%;
	background-attachment: fixed;
	font-family: arial;
}

.container {
	width: 80%;
	height: 1000px;
	text-align: center;
	margin: auto;
}

.head {
	display: inline-block;
	width: 100%;
	height: 250px;
	box-sizing: border-box;
	display: table;
	padding: 15px;
	text-align: center;
	background-image: url("https://1.bp.blogspot.com/-ylyX4XDibic/XbLb9OdaznI/AAAAAAAAAP0/Es4-_fJ3NWg36W6Bd8ZmJCmp9XkhvodKACLcBGAsYHQ/s1600/Logo-Las--Vegas-Lottery.png");
	background-size: 20%;
	background-position: center;
	background-repeat: no-repeat;
}

.panel-right {
	display: inline-block;
	text-align: center;
	margin-top: 100px;
	margin-left: 50%;
	box-sizing: border-box;
}

.livedraw {
	display: inline-block;
	height: 50px;
	width: 150px;
	background-image: url("https://1.bp.blogspot.com/-Vl7CpvVuYNI/XbLb7C_PVsI/AAAAAAAAAPg/kMeCHutbMIMY_meKLXWx2V7TV6QHk5UmgCLcBGAsYHQ/s1600/BUTTON%2BLIVE%2BDRAW.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-decoration: none;
	color: white;
	vertical-align: middle;
	font-size: 20px;
	text-align: center;
}

.livedraw a {
	text-decoration:none;
	display: inline-block;
	margin-top: 12px;
	color: white;
	cursor: pointer;
}

#clockbox {
	display: block;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.menu {
	width: 100%;
	background: rgba(0,0,0,0);
	margin: auto;
	display: inline-flex;
	vertical-align: top;
	justify-content: center;
	cursor: pointer;
	border-top: 1px solid #590000;
	border-bottom: 1px solid #590000;
	padding-top: 10px;	
	padding-bottom: 10px;	
}

.menu a {
	text-decoration: none;
	color: #590000;
	margin-left: 3%;
	margin-right: 3%;
	cursor: pointer;
}

.menu a:hover {
	color: white;
}

.menumobi {
	display: none;
}

.isi {
	display: inline-flex;
	width: 100%;
}

.prize {
	display: inline-block;
	text-align: center;
	cursor: default;
	float: left;
	width: 45%;
	height: 300px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #590000;
	background-image: linear-gradient(to bottom, #c79046, #ffdba8, #c79046);
}

.result {
	display: inline-block;
	float: right;
	cursor: default;
	width: 45%;
	height: 300px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #590000;
	background-image: linear-gradient(to bottom, #c79046, #ffdba8, #c79046);
}

.result2 {
	display: inline-block;
	float: right;
	cursor: default;
	width: 45%;
	height: 300px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #590000;
	background-image: linear-gradient(to bottom, #c79046, #ffdba8, #c79046);
}

.sponsor {
	width: 16%;
	height: auto;
	vertical-align: middle;
	padding: 5px;
}

.summary {
	font-size: 140%;
	width: 50%;
	font-weight: bold;
	color: #590000;
	padding: 25px;
	margin: 10px;
}

.box {
	width: 97%;
	margin:auto;
}

.box-title {
	font-size: 180%;
	font-weight: bold;
	text-decoration: underline;
	color: white;
	padding: 15px;
	margin: 10px;
}

.result-p {
	text-align: left;
	margin-left: 25%;
	color: #590000;
	font-weight: bold;
	font-size: 100%;
	padding: 10px;
}

.table-result {
	width: 50%;
	margin-left: auto;
	margin-top: 20px;
	margin-right: auto;
}

.result-number-1 {
	font-size: 200%;
	font-weight: bold;
	color: black;
	background-repeat: no-repeat;
	background-position: center;
	height: 70px;
	width: 25%;
	vertical-align: middle;
	background-image: url(https://1.bp.blogspot.com/-Hg5wQUG4yRk/XbLb7LxuQLI/AAAAAAAAAPc/sYr8vvdksdEOKVqQZt1F164tMQ4JvFH8gCLcBGAsYHQ/s1600/Ball%2B01.PNG);
}

.result-number-2 {
	font-size: 200%;
	font-weight: bold;
	color: black;
	background-repeat: no-repeat;
	background-position: center;
	height: 70px;
	width: 25%;
	vertical-align: middle;
	background-image: url(https://1.bp.blogspot.com/-A9nE25JgB2c/XbLb8aEd5bI/AAAAAAAAAPo/AGIz23OHjS4EiOGhYx_5gspgTumS1oNoQCLcBGAsYHQ/s1600/Ball%2B02.PNG);
}

.result-number-3 {
	font-size: 200%;
	font-weight: bold;
	color: black;
	background-repeat: no-repeat;
	background-position: center;
	height: 70px;
	width: 25%;
	vertical-align: middle;
	background-image: url(https://1.bp.blogspot.com/-Y4Qzw6HSHp0/XbLb8tDTk1I/AAAAAAAAAPs/KbcEQa9SsmE5_Fj4MUECvLZnT8aW8nsKQCLcBGAsYHQ/s1600/Ball%2B03.PNG);
}

.result-number-4 {
	font-size: 200%;
	font-weight: bold;
	color: black;
	background-repeat: no-repeat;
	background-position: center;
	height: 70px;
	width: 25%;
	vertical-align: middle;
	background-image: url(https://1.bp.blogspot.com/-HeVi0WTMaMY/XbLb8z6LGjI/AAAAAAAAAPw/H8Jlh2qLJzEL8DlHyBUDj_u_l5B2OsXlwCLcBGAsYHQ/s1600/Ball%2B04.PNG);
}

.title {
	background: rgba(0,0,0,0.3);
	padding: 5px;
	text-align: center;
}

.detail {
	color: #590000;
	border-bottom: 1px solid #590000;
	text-align: center;
}

.detail td {
	padding: 2px;
}

.how-to-play {
	width: 95%;
	padding-top: 10px;
	margin: auto;
	color: #590000;
	Text-align: left;
}

.how-to-play h1 {
	font-size: 150%;
	text-decoration: underline;
	padding: 15px;
}

.step {
	font-weight: bold;
	padding: 10px;
}

.summary-step {
	padding: 10px;
	font-size: 100%;
}


/*----------------- End of CSS for index php ------------------------*/


/*----------------- Starf of CSS for Mobile Version ------------------------*/
@media only screen and (max-device-width: 770px) {
body {
	width: 100%;
	margin: auto;
}

.head {
	background-size: 100%;
	background-position: top;
	
}

.panel-right {
	margin: auto;
	margin-top: 70%;
}



.menu {
	display: none;
}

.menumobi {
	display: inline-block;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

.menumobi a {
	text-decoration: none;
	color: #590000;
	margin-left: 3%;
	margin-right: 3%;
	cursor: pointer;
}

.menumobi a:hover {
	color: white;
}

.isi {
	display: inline-block;
	width: 100%;
}

.prize {
	display: inline-block;
	width: 100%;
	height: auto;
}

.result {
	display: inline-block;
	width: 100%;
	height: auto;
}

.result2 {
	display: inline-block;
	width: 100%;
	height: auto;
}

.box-title {
	font-size: 150%;
	padding: 0px;
	margin: 0px;
}

.summary {
	font-size: 140%;
	width: 50%;
	font-weight: bold;
	color: #590000;
	padding-left: 0px;
	padding-right: 0px;
	margin: auto;
}

.result-p {
	text-align: center;
	margin: auto;
	padding: 1px;
}

.table-result {
	width: 100%;
}

}

/*----------------- End of CSS for Mobile Version ------------------------*/



