*{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
body{
	background-color: #d1ae43;
}
.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;
}



.tbl_record  tr{
           text-align: center;
           
}
.tbl_record  tr th{
	         border: 1px solid black;
	         background-color: #d0dbda;
}
.tbl_record tr td{
	             border: 1px solid black; 
}
tr td:first-child{
	 background-color: red;
	 font-weight: bold;
} 



.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;
	}
