/*-------- 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;
	height: auto;
	vertical-align: top;
	background-image: url("../image/los-angeles-lotto-background.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Calibri;
	font-size: 100%;
}

.container {
	width: 90%;
	text-align: center;
	margin: auto;
	display: flex;
}

.body-left {
	text-align: center;
	margin: auto;
	width: 29%;
	display: block;
	padding-top: 5%;
}

.body-right {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 69%;
	display: block;
	padding-top: 5%;
	vertical-align: top;
}

.logo {
	width: 100%;
	text-align: center;
	margin: auto;
	margin: 5px;
}

.about {
	width: 100%;
	text-align: center;
	margin: auto;
	font-family: Calibri;
	font-size: 100%;
	color: gold;
	margin: 5px;
}

.about h1 {
	padding: 8px;
	text-align: center;
	color: white;
	font-size: 150%;
}

.about p {
	padding: 5px;
	text-align: justify;
}

#copyright {
	text-align: center;
	color: white;
	font-family: century Gothic;
}

.date-time {
	text-align: right;
	color: white;
	width: 100%;
	justify-content: top;
	padding-bottom: 10px;
	cursor: default;
}

.menu {
	text-align: center;
	margin: auto;
	width: 100%;
	display: flex;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(0, 225, 238, 0.2);
}

.menu a {
	width: 24%;
	color: white;
	font-size: 125%;
	text-decoration: none;
	cursor: pointer;
}

.menu a:hover {
	color: gold;
}

.winnum {
	width:100%;
	text-align: center;
	margin: auto;
	height: 450px;
	background-image: url("../image/today-is-a-great-day.png");
	background-size: 100% 85% ;
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative;
}

#space {
	width: 100%;
	height: 100px;
}

.result {
	width:100%;
	text-align: center;
	display: block;
	margin: auto;
	height: 350px;
	background-image: url("../image/los-angeles-result-numbers.png");
	background-size: 85% 100%;
	background-position: top;
	background-repeat: no-repeat;
}

.result-table {
	width: 60%;
	margin: auto;
	text-align: center;
	color: white;
	font-family: Calibri;
}

.result-table th {
	text-align: center;
	margin: auto;
	line-height: 30px;
	font-size: 150%;
	font-weight: 900;
}

.result-table td {
	text-align: center;
	margin: auto;
	line-height: 100px;
	background-image: url("../image/los-angeles-lotto-result.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
	width: 25%;
	color: black;
	font-size: 300%;
	font-weight: 900;
}

.reward {
	background-color: rgba(255, 255, 255, 0.5);
	width: 95%;
	margin: auto;
	text-align: center;
	border-radius: 25px;
}

.reward-table {
	width: 95%;
	margin: auto;
	text-align: center;
	font-family: Calibri;
	margin-top: 5px;
	margin-bottom: 5px;
}

.reward-table th {
	width: 30%;
	background-color: rgba(252, 234, 165, 0.8);
	margin-top: 20px;
	padding: 10px;
}

.reward-table td {
	width: 30%;
	background-color: rgba(95, 114, 122, 0.8);
	padding: 10px;
	color: white;
	font-size: 125%;
}


#left-top {
	border-radius: 15px 0 0 0;
}

#right-top {
	border-radius: 0 15px 0 0;
}

#left-bottom {
	border-radius: 0 0 0 15px;
}

#right-bottom {
	border-radius: 0 0 15px 0;
}

.logomobi {
	display: none;
}

.aboutmobi {
	display: none;
}

.desc {
	margin: auto;
	text-align: center;
	color: white;
	padding: 20px;
}

.desc h1 {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 150%;
}

.history {
	width: 90%;
	text-align: center;
	margin: auto;
	border-collapse: collapse;
	border: 1px solid black;
}

.history th {
	border: 1px solid black;
	padding: 5px;
	background-color: rgb(255,255,255, 0.5);
	color: black;
}

.history td {
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 2px;
	color: white;
}

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


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

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

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

.body-left {
	display: none;
	width: 1%;
}

.body-right {
	width: 95%;
}

.logomobi {
	width: 100%;
	text-align: center;
	margin: auto;
	margin: 5px;
	display: block;
}


.aboutmobi {
	width: 100%;
	text-align: center;
	margin: auto;
	font-family: Calibri;
	font-size: 100%;
	color: gold;
	margin: 5px;
	display: block;
}

.aboutmobi h1 {
	padding: 8px;
	text-align: center;
	color: white;
	font-size: 150%;
}

.aboutmobi p {
	padding: 5px;
	text-align: justify;
}

}

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

.menu a {
	font-size: 85%;
}

.result {
	background-size: 100% 100%;
}

.result-table {
	width: 70%;
}

.result-table th {
	text-align: center;
	margin: auto;
	line-height: 50px;
	font-size: 100%;
	font-weight: 900;
}

.result-table td {
	font-size: 200%;
}

.result-table td {
	line-height: 80px;
	background-size: 50%;
}

.reward-table td {
	font-size: 100%;
}


}

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



