/*-------- 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;
	background-color: rgba(0,0,0,0);
	font-family: arial;
	background-color: #F9F9F9;
}

.container {
	width: 100%;
	margin: auto;
}

.logo {
	width: 100%;
	display: block;
	text-align: center;
	background-color: white;
}

.logo img {
	cursor: default;
}

.body {
	margin: auto;
	width: 100%;
	background-image: url("../image/canadalotto-background.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	font-size: 16px;
}

.menu {
	width: 100%;
	display: block;
	text-align: center;
	margin: auto;
	color: black;
}

.menu a {
	padding-top: 20px;
	display: inline-block;
	width: 15%;
	color: black;
	text-decoration: none;
	cursor: pointer;
	font-size: 22px;
}

.menu a:hover {
	color: red;
}

#winnum {
	width: 50%;
	text-align: center;
	margin: auto;
	padding-top: 20px;
}

#winnum td {
	width: 16%;
	background-image: url("../image/canadalotto-result.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80%;
	height: 110px;
	vertical-align: middle;
	display: table-cell;
	color: white;
	font-weight: 900;
	font-size: 50px;
}

.date-time-period {
	text-align: center;
	color: black;
	padding-top: 12px;
	padding-bottom: 8px;
	font-size: 22px;
}

#winnum-desc {
	text-align: center;
	margin: auto;
	background: -webkit-linear-gradient(#c20005, #FF5757,#c20005);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 32px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 10px;
}

#prize {
	width: 30%;
	text-align: center;
	margin: auto;
}

#prize th {
	width: 100%;
	text-align: center;
	font-size: 42px;
	font-weight: 900;
	padding-top: 15px;
	background: -webkit-linear-gradient(#0a0a0a, #696969);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}

#prize td {
	background: rgba(194,0,5,1);
background: -moz-linear-gradient(top, rgba(194,0,5,1) 0%, rgba(255,87,87,1) 50%, rgba(194,0,6,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(194,0,5,1)), color-stop(50%, rgba(255,87,87,1)), color-stop(100%, rgba(194,0,6,1)));
background: -webkit-linear-gradient(top, rgba(194,0,5,1) 0%, rgba(255,87,87,1) 50%, rgba(194,0,6,1) 100%);
background: -o-linear-gradient(top, rgba(194,0,5,1) 0%, rgba(255,87,87,1) 50%, rgba(194,0,6,1) 100%);
background: -ms-linear-gradient(top, rgba(194,0,5,1) 0%, rgba(255,87,87,1) 50%, rgba(194,0,6,1) 100%);
background: linear-gradient(to bottom, rgba(194,0,5,1) 0%, rgba(255,87,87,1) 50%, rgba(194,0,6,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c20005', endColorstr='#c20006', GradientType=0 );
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	vertical-align: middle;
	display: table-cell;
	font-size: 42px;
	font-weight: bold;
	color: white;
	height: 80px;
	border-radius: 15px;
}

.footer {
	width: 60%;
	text-align: center;
	margin: auto;
	padding: 20px;
	font-size: 18px;
}

#result {
	width: 100%;
	display: block;
	margin: auto;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 32px;
	font-weight: bold;
	background: -webkit-linear-gradient(#0a0a0a, #696969);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.history {
	width: 60%;
	margin: auto;
	text-align: center;
}

.history th {
	font-weight: bold;
	font-size: 32px;
	border: 1px solid black;
	padding: 1px;
	background-image: linear-gradient(to right,  #ff2424 , #d10000,  #ff2424);
	color: white;
}

.history td {
	width: 33%;
	font-size: 24px;
	padding: 2px;
	border: 1px solid black;
	background-color: white;
	color: black;
}

.description {
	text-align: left;
	width: 60%;
	margin: auto;
}

.description h1 {
	Font-size: 22px;
	padding-top: 20px;
	padding-bottom: 15px;
	font-weight: bold;
}

.description p {
	Font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}

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


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

@media only screen and (max-device-width: 1000px) {

.menu a {
	font-size: 36px;
	width: 18%;
}

.contain {
	width: 100%;
}

#winnum {
	width: 80%;
}

#prize {
	width: 45%;
}

.history {
	width: 90%;
}

.history th {
	font-size: 42px;
}

.history td {
	font-size: 32px;
}

.date-time-period {
	font-size: 32px;
}

#winnum-desc {
	text-align: center;
	margin: auto;
	background: -webkit-linear-gradient(#0a0a0a, #696969);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 32px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.description {
	width: 90%;
}

.description h1 {
	font-size: 14px;
}

.description p {
	font-size: 12px;
}

.footer {
	width: 90%;
	font-size: 15px;
}

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



