body {
	background: white !important;
	background-color: #fff !important;
	margin: 0;
	padding: 0;
}



.public-registration {
	width: 100%;
}

#footerArea {
	display: flex;
	width: 100% !important;
	margin-left: auto !important;
	background: #fff;
}

#footerCopyright2 {
	display: flex;
	width: 100%;
	justify-content: space-around;
	padding: 30px;
}


#main {
	margin: auto;
}

.teetime-day-table .cell {
	width: 12.5%;
	background-color: #a5d27a;
	border-left: 1px solid #aaa;
	text-align: center;
	cursor: pointer;
	display: block;
	height: 80px;
	color: #fff;
}


.teetime-day-table .cell .cell-selected {
	background-color: #df8831 !important;
}

.teetime-day-table .cell {
	background: #fff;
}

#main-container #main {
	height: 50px;
}

#main-container {
	background: #fff !important;
	
}

.teetime-day-table .row-wrapper .row .row-heading .fees-wrapper ul li{
	color: #fff;
}

#product-logo{
	display: flex;
	
}

#product-logo img{
	max-width: 150px;
}

#main-nav{
	width: 100%;
    display: flex;
    justify-content: center;
	padding: 20px;}

#product-logo {
    display: flex;
}

#navBar-prod {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#footerCopyright-prod{
	display: flex;
	justify-content: space-around;
}
