/*-------- 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 {
	margin: auto;
	vertical-align: top;
	background-image: url("../image/hochiminh-lotto-background.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	font-family: arial;
	cursor: default;
}

.body {
	width: 70%;
	display: block;
	margin: auto;
	color:black;
	text-align: center;
	font-size: 18px;
}

.menu {
	width: 100%;
	display: block;
	text-align: center;
	margin: auto;
	background-image: linear-gradient(to bottom, #f33014, #b40000);
}

.menu a {
	display: inline-block;
	width: 20%;
	margin: auto;
	text-align: center;
	font-size: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
	text-decoration: none;
	font-weight: normal;
}

.menu a:hover {
	color: gold;
}

#viet {
	width: 8%;
	text-align: right;
}

#eng {
	width: 8%;
	text-align: justify;
}

.logo {
	display: block;
	width: 100%;
	text-align: center;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

.logo img {
	width: 20%;
}

.contain {
	width: 100%;
	display: block;
	text-align: center;
	margin: auto;
	font-family: century;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	align-content: center;
}

.contain h2 {
	background-image: linear-gradient(to bottom, #fce1a7, #fcb110);
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 28px;
}

.contain h3 {
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 28px;
	color: red;
}

.contain p {
	margin: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.contain img {
	width: 60%;
	padding-top: 15px;
	padding-bottom: 15px;
}

#first {
	width: 100%;
	background-image: linear-gradient(to bottom, #ffffff, #cfcfcf);
	padding-top: 8px;
	padding-bottom: 8px;
}

.first {
	display: inline-block;
	width: 30%;
	text-align: center;
	vertical-align: middle;
}

.first td {
	width: 1%;
	font-size: 52px;
	background-image: url("../image/hochiminh-lotto-result.png");
	background-repeat: no-repeat;
	line-height: 99px;
	height: 99px;
	background-size: 100%;
	background-position: center;
}

.second {
	display: inline-block;
	width: 25%;
	text-align: center;
	vertical-align: middle;
	margin-top: 10px;
	margin-bottom: 10px;
}

.second th {
	font-size: 36px;
	font-weight: bold;
}

.second td {
	width: 1%;
	font-size: 36px;
	background-image: url("../image/hochiminh-lotto-result.png");
	background-repeat: no-repeat;
	line-height: 83px;
	height: 83px;
	background-size: 100%;
	background-position: center;
}

.left {
	margin-right: 100px;
}

.right {
	margin-left: 100px;
}

.category {
	font-size: 28px;
	font-weight: bold;
}

.prize {
	font-size: 36px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 12px;
}

.footer {
	width: 100%;
	text-align: center;
	margin: auto;
	background: black;
	color: white;
	padding-top: 25px;
	padding-bottom: 15px;
}

.history {
	width: 100%;
	text-align: center;
}

.history th {
	background: rgba(0,0,0,0.25);
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 24px;
}

.history td {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	border-bottom: 1px solid black;
}

/*---------mobile version---------*/
@media only screen and (max-device-width: 1000px) {

body {
	background-size: 100% 100%;
}

.body {
	width: 100%;
}

.menu {
	width: 100%;
}

.menu a {
	font-size: 28px;
	width: 19%;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
}

.logo {
	width: 100%;
	text-align: center;
}

.logo img {
	width: 35%;
}

.contain {
	width: 95%;
}

.history th {
	font-size: 32px;
}

.history td {
	font-size: 24px;
}

.footer {
	margin-top: 100px;
}

}