
ons-input {
  background-color:#5F5F01;
}

ons-select {
  background-color:#5F5F01;
}



.select-input {
  background-color:#5F5F01;
}
a {
  color:cyan;
}

.card {
  background-color:#464646 ;
}

#busprice {
	font-size: 50px;
	font-weight: bold;
}

.water img {
	background-color:white;
}

.invoiceform {
	max-width: 300px;
}

#invtotal {
	font-weight:bold;
}


.mboat {
	overflow: auto;
}


.boatfree {
	background-color:lime;
	color:black;
}
.boatfree > div {
	color:black;
}

.boatclub {
	background-color:yellow;
	color:black;
}
.boatclub > div {
	color:black;
}
#invremark1 {
	background-color:#EDD01C;
	color:black;
}