*{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
body{
	background-color: #d1ae43;

   
}



/*<!-- start....menu... -->
*/
.home{
   margin-left:10%;
}
.home ul{
	display: flex;
	justify-content: space-around;
	margin-top: 30px;
}
.home ul li{
	list-style: none;
	
}
.home ul li a{
	text-decoration: none;
	padding: 10px 20px;
	background-color: #827f76;
	color: white;
	font-weight: bold;
	border-radius: 30px;
	box-shadow: 5px 5px 30px white;
}
.home ul li a:active{
	background-color: #d4d3cf;
	color: black;
}

/*end....menu.....*/






.marq p{
	font-size: 20px;
	color:black;
}


 /* logo......start*/


/*.logoname h1{*/
/*	text-align: center;*/
/*	font-weight: bold;*/
/*	color: green;*/
/*	background-color: #d0dbda;*/
/*	padding: 10px;*/
/*	border-radius: 40px;*/
/*}*/

/*logo.......end*/





.live_result p{
	background-color: #d0dbda;
	padding: 10px 20px;
	text-align: center;
	border-radius: 40px;
	font-weight: bolder;
	color: red;
	margin-top: 20px;
}
.live_result p a{
	text-decoration: none;
	color: red;
}









.front_item{
	      text-align: center;
	      background-color: #d0dbda;
	     
	     }







.front_item tr th{
	border:1px solid black;
	padding: 5px 0px 0px 0px;
	font-size: 10px;

}



.front_item tr td{
           border:1px solid black; 
           color: green;
           font-weight: bold;
           padding: 10px;
           font-size: 15px;
          }





          .front_item p{
          	text-align: center;
          	font-size: 10px;

          }








.item1{
	border: 1px solid black;
	background-color: #d0dbda;
	margin-top: 10px;
}

.item1 h4{
	text-align: center;
    
	padding: 10px;
}

.item1 p{
	text-align: center;
	margin-top: -20px;
	font-size: 10px;

}

.all{
	color: red;
	font-weight: bold;
	font-size: 20px;

}

.all2{
	color:#2b5c2c;
	font-weight: bold;
	font-size: 20px;

}



.fa-arrow-alt-circle-right{
	color: red;
}





.all_record{
	 text-align: center;
	 font-size: 30px;
	 font-weight: bold;
	 border: 1px solid black;
	 margin-top: 20px;
	border-bottom: none;
	 background-color: red;

}
.all_record span{
	color: white;

	
}





.item7{
	text-align: center;
}
.item7 tr th{
	border: 1px solid black;
	background-color:#751b29;

}
.item7 tr th a{
	text-decoration: none;

}






.reserved p{
	text-align: center;
	border: 1px solid black;
	margin-top: 20px;
	background-color: red;
	color: white;
	}





	.disclaimer p{
		text-align: center;
		color: white;
	}




	.disclaimer h5{
		    text-align: center;
	}



	
	.item7 .recored_item th{
		background-color:#0b451a;
		color: white;
	}

	
	.items{
		background-color: #d0dbda;
	}