/*-------- 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/manchesterpools-background.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	font-family: arial;
	cursor: default;
}

.logo {
	display: block;
	width: 70%;
	text-align: center;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

.logo2 {
	display: block;
	width: 70%;
	text-align: center;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

.logo2 img {
	width: 25%;
	display:block;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.logo img {
	width: 25%;
	display:block;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.logo p {
	margin:auto;
	font-size:22px;
	text-align:left;
	padding-left: 20px;
}

.body {
	width: 70%;
	margin: auto;
	color:black;
	padding: 10px;
	background: rgba(0,0,0,0.2);
}


.menu {
	width: 100%;
	background-color: #f1bb00;
	display: block;
	text-align: center;
	margin: auto;
	margin-bottom:5px;
}

.menu a {
	display: inline-block;
	width: 24.5%;
	vertical-align:middle;
	text-align: center;
	font-size: 24px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: black;
	text-decoration: none;
	font-weight: normal;
}

.menu a:hover {
	color: white;
	background: #ff0006;
}

.menu-2 {
	width: 100%;
	display: block;
	text-align: center;
	margin: auto;
	background: #353535;
}

.menu-2 a {
	display: inline-block;
	width: 13%;
	margin: auto;
	text-align: center;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
	text-decoration: none;
}

.menu-2 a:hover {
	color: gold;
}


.contain {
	width: 100%;
	display: block;
	text-align: center;
	margin: auto;
	vertical-align: middle;
}

.contain h2 {
	font-size: 26px;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 10px;
}

.contain p {
	font-size: 18px;
	padding: 8px;
	width: 90%;
	margin: auto;
}

.about {
	width: 90%;
	margin: auto;
	border: 1px solid white;
	border-radius: 7px;
}

.winnum {
	width: 49.7%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.winnum h2 {
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: white;
	padding-top:10px;
	padding-bottom:10px;
	font-weight: normal;
	background-image: linear-gradient(to bottom, #b49d4b, #645728);
}

.result {
	width: 100%;
	color: black;
}

.result th {
	font-size: 36px;
	padding-top: 25px;
}

.result td {
	width: 15%;
	height:94px;
	line-height:94px;
	vertical-align:middle;
	text-align: center;
	font-size: 52px;
	font-weight: bold;
	background-image: url("../image/manchesterpools-result.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
}

.desc {
	width: 49.7%;
	margin-left: 0px;
	margin-right: 0px;
	display: inline-block;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.desc h2 {
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: white;
	padding-top:10px;
	padding-bottom:10px;
	font-weight: normal;
	background-image: linear-gradient(to bottom, #b49d4b, #645728);
}

.prize {
	width: 70%;
	display: inline-block;
	color: black;
}

.prize th {
	font-size: 36px;
	padding-top: 25px;
}

.prize td {
	width: 15%;
	height:94px;
	line-height:94px;
	vertical-align:middle;
	text-align: center;
	font-size: 52px;
	font-weight: bold;
	background-image: url("../image/manchesterpools-jackpot.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
}

.footer {
	width: 100%;
	text-align:center;
	margin: auto;
	padding-top: 20px;
}

#copy {
	font-size:16px;
	color: white;
	background: #645728;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 25px;
}

.footer img {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 5px;
	background: #353535;
}

.footer p {
	font-size:18px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.history {
	width: 70%;
	text-align: center;
	margin: auto;
	border-collapse: separate;
	color: white;
}

.history th {
	background: #838383;
	font-size: 24px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.history td {
	background: #353535;
	font-size: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
}

/*---------mobile version---------*/
@media only screen and (max-device-width: 1000px) {

.logo {
	width: 100%;
}

.logo img {
	width: 30%;

}

.logo p {
	padding-left: 30px;
	font-size: 14px;
}

.body {
	width: 100%;
}

.contain h2 {
	font-size: 22px;
}

.contain p {
	font-size: 16px;
}

.menu a {
	width: 24.5%;
	font-size: 28px;
}

.menu-2 {
	width: 100%;
	display: block;
	text-align: center;
	margin: auto;
	background: #353535;
}

.menu-2 a {
	font-size: 24px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.about {
	width: 95%;
	margin: auto;
	border: 1px solid white;
	border-radius: 7px;
}

.winnum {
	width: 75%;
}

.winnum h2 {
	font-size: 42px;
}

.result th {
	font-size: 42px;
}

.desc {
	width: 75%;
}

.desc h2 {
	font-size: 42px;
}

.prize th {
	font-size: 42px;
}

.history {
	width: 90%;
}

.history th {
	font-size: 36px;
}

.history td {
	font-size: 32px;
}

#copy {
	font-size:14px;
}

}