// modifications
// lines that start with the two slashes are remarks

#displayLocationDiv {
   // display: none; 
}
#jellybeanDiv {
    display: none; 
}
#logoImage {
    
}
button.action:not([disabled]), input[type="button"].action:not([disabled]){
	color: white;
	background-color: #08284A;
	border-color: rgb(225, 225, 225);
}
#errorMessageMakePayment {
	color: blue;
}
.tai-teal {
	color: #ffffff !important;
	font-weight: bold;
	background-color: #235540 !important;
	border-radius: 10px 10px 10px 10px;
	margin-left: 5px;
}
.w3-btn {
	color: #ffffff;
	background: #08284A;
	border-radius: 10px 10px 10px 10px;
	margin: 0 0 1px 5px;
}
input[type="button"]:hover:not([disabled]), button:hover:hover:not([disabled]), .ui-datepicker-current:hover, .ui-datepicker-close:hover{
	border-color: #08284A;
	border-width: 3px;
}
#tabMenuDropdown a{
	text-align: left !important;
	color: #ffffff !important;
	background-color: #235540 !important;
	display: block;
	text-decoration: none;
	border: 1px solid #fff;
	width: 130px
}
#btnDiv {float:left;display: none;  border-bottom: 3px solid #235540 ;}
.centerJustify {
    text-align: center !important;
}
.courtTime {
    background-color: #081d9733;
}
.nav-pills > li.active > a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	background-color: #08284A ;
}