/* ------------------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 livedraw php ------------------------*/
body {
	margin: auto;
	align-content: center;
	font-family: arial;
}

.livedraw {
	width: 99%;
	margin: auto;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	background: white;
}

.livedraw-table {
	width: 100%;
	display: block;
	padding: 1px;
	border-collapse:collapse;
	font-family:Arial;
	font-weight:bold;
}

.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;
}

#first {
	color:black;
	font-size:32px;
}

.sgp {
	background-image: linear-gradient(to bottom, #1c578c 0%,#171260 47%,#0c204f 52%,#1165aa 100%);
}

.hk {
	background-image: linear-gradient(to bottom, #600014 0%,#6d0019 48%,#6d0019 48%,#a90329 99%);
}

.sdy {
	background-image: linear-gradient(to bottom, #f9642c ,#ff9000);
}

.london {
	background-image: linear-gradient(to bottom, #494b4a, #989898);
}

.shanghai {
	background-image: linear-gradient(to bottom, #AE0000, #F70201);
}

.paris {
	background-image: linear-gradient(to bottom, #a69081, #debca6);
}

.vegas {
	background-image: linear-gradient(to bottom, #c79046, #ffdba8);
}

.canada {
	background-image: linear-gradient(to bottom, #C20005, #FF5757);
}

.portugal {
	background-image: linear-gradient(to bottom, #11281e, #35604c);
}

.la {
	background-image: linear-gradient(to bottom, #00374d, #20566c);
}

.tokyo {
	background-image: linear-gradient(to bottom, #e10019, #ff7676);
}

.mexico {
	background-image: linear-gradient(to bottom, #406100, #639600);
}

.barca {
	background-image: linear-gradient(to bottom, #2a9d8f, #264653);
}

.liver {
	background-image: linear-gradient(to bottom, #f44708, #a10702);
}

.washington {
	background-image: linear-gradient(to bottom, #781b2b, #4b111b);
}

.seoul {
	background-image: linear-gradient(to bottom, #0e6ba8, #001c55);
}

.manchester {
	background-image: linear-gradient(to bottom, #ffb515, #ff9a00);
}

.hcm {
	background-image: linear-gradient(to bottom, #c21f40, #781b2b);
}

.bangkok {
	background-image: linear-gradient(to bottom, #b8b8ff, #9381ff);
}

.amsterdam {
	background-image: linear-gradient(to bottom, #ffd563, #f8b500);
}

.brazil {
	background-image: linear-gradient(to bottom, #c6cf65, #76a21e);
}

.mc {
	background-image: linear-gradient(to bottom, #cd8987, #e76f51);
}

.tw {
	background-image: linear-gradient(to bottom, #00887d, #00818a);
}

.cn {
	background-image: linear-gradient(to bottom, #ff737a, #fa4659);
}

.img-livedraw {
	border-top:1px solid #F2F2F2;
	border-left:1px solid #F2F2F2;
	border-right:1px solid #F2F2F2;
	background: white;
	text-align: center;
}

#img30 {
	width:250px;
	padding:5px;
	margin: 8px;
}

#img20 {
	width:250px;
	padding:5px;
	margin: 8px;
}

.iframe {
	padding-top:15px;
	padding-bottom:15px;
	width: 100%;
	text-align: center;
	font-size:18px;
	color: white;
}

.iframe p {
	color: black;
	font-size: 14px;
}

pre {
	word-wrap: normal;
	overflow: scroll;
	width: 80%;
	font-size:16px;
	background: white;
	padding-top:5px;
	padding-bottom:5px;
	margin: auto;
	vertical-align: middle;
}

/*----------------- End of CSS for livedraw php ------------------------*/

/*----------------- Starf of CSS for Mobile Version ------------------------*/

@media only screen and (max-device-width: 1000px) {

#first {
	font-size:25px;
}

.box-value {
	font-size: 18px
}

.box-color {
	font-size: 18px
}

pre {
	font-size:14px;
}

}

/*----------------- End of CSS for Mobile Version ------------------------*/