/*-------- 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: middle;
	font-family: arial;
	cursor: default;
}

.bg-header {
	width: 100%;
	background: #b00d1e;
}

.header {
	width: 70%;
	display: block;
	text-align: center;
	margin: auto;
}

.menu {
	display:block;
	width: 70%;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	margin: auto;
	vertical-align: middle;
}

.menu a {
	display: inline-block;
	width: 24%;
	text-align: center;
	font-size: 24px;
	color: white;
	text-decoration: none;
	font-weight: normal;
}

.menu a:hover {
	color: black;
}

.bg-body {
	width: 100%;
	background-image: url("../image/washingtonpools-background.jpg");
	background-size: 100% 100%;
	background-repeat: no repeat;
}

.body {
	width: 70%;
	display: block;
	margin: auto;
	text-align: center;
	color:black;
	padding-top: 10px;
	padding-bottom: 10px;
}

.body h1{
	font-size: 26px;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #b00d1e;
}

.body h2 {
	font-size: 22px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.body h3 {
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.body p {
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.logo {
	display: inline-block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 25px;
	margin: auto;
}

.logo img {
	width: 35%;
}

.livedraw {
	width: 50%;
	display: inline-block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	border: 3px solid #b00d1e;
	border-radius: 50px;
}

.result {
	width: 75%;
	margin: auto;
	text-align: center;
	font-weight: bold;
}

.result th {
	font-size: 24px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.result td {
	color: white;
	height:125px;
	line-height:125px;
	vertical-align:middle;
	font-size: 52px;
	background-image: url("../image/washintonpools-result.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

#date {
	font-size: 20px;
	font-weight: normal;
}

.footer {
	width: 70%;
	text-align: center;
	margin: auto;
	color: white;
	padding-top: 170px;
}

.footer h2 {
	font-size: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer p {
	font-size: 16px;
}

.copy {
	width: 100%;
	font-size: 16px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #571314;
	text-align: center;
	color: white;
}

.history {
	display: inline-block;
	width: 48%;
	margin: auto;
	text-align: center;
	border: 1px solid #b00d1e;
	border-radius: 10px;
}

.result-table {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.result-table th {
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 26px;
	vertical-align: middle;
}

.result-table td {
	width: 1%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #b00d1e;
	font-size: 20px;
	vertical-align: middle;
}

#border-middle {
	border-left: 1px solid #b00d1e;
	border-right: 1px solid #b00d1e;
}

.jackpot {
	width: 75%;
	margin: auto;
	text-align: center;
	font-weight: bold;
}

.jackpot th {
	font-size: 42px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.jackpot td {
	color: #b00d1e;
	vertical-align:middle;
	font-size: 48px;
}

.faq {
	width: 90%;
	text-align: justify;
	color: black;
	margin: auto;
}

.faq h3 {
	font-size: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.faq p {
	font-size: 20px;
	padding-bottom: 10px;
}


/*---------mobile version---------*/
@media only screen and (max-device-width: 1000px) {


.header {
	width: 100%;
}

.menu {
	width: 100%;
}

.menu a {
	font-size: 42px;
}

.body {
	width: 100%;
}

.body h1{
	font-size: 18px;
}

.body h2 {
	font-size: 18px;
}

.body h3 {
	font-size: 18px;
}

.body p {
	font-size: 16px;
}

.logo img {
	width: 50%;
}

.livedraw {
	width: 70%;
}

.result th {
	font-size: 32px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.result td {
	font-size: 60px;
}

#date {
	font-size: 32px;
	font-weight: normal;
}

.footer {
	width: 99%;
	padding-top: 400px;
}

.footer h2 {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 0px;
}

.footer p {
	font-size: 10px;
}

.copy {
	font-size: 10px;
}

.history {
	display: inline-block;
	width: 48%;
	margin: auto;
	text-align: center;
	border: 1px solid #b00d1e;
	border-radius: 10px;
}

.result-table th {
	font-size: 32px;
}

.result-table td {
	font-size: 24px;
}

.faq {
	width: 90%;
	text-align: justify;
	color: black;
	margin: auto;
}

.faq h3 {
	font-size: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.faq p {
	font-size: 12px;
	padding-bottom: 5px;
}

}