/* Background color, created with http://www.colorzilla.com/gradient-editor/ */
.container {
    background: rgb(246,248,249);
}

/* Font color */
h1, h2, h3, h4, .container, table tbody {
	color black !important;
	text-align: left;
}
h1.startBookNow {
	float: left;
	margin-top: 30px;
	margin-right: 10%;
	max-width: 30%;
}
form {
	float: left;
	margin-right: 10%;
}
button.btn.btn-large {
	background: #ff9900;;
	margin-top: 10px;
	max-width: 30%;
}
.btn-primary {
	background: #ff9900;
}
.btn-primary:hover  {
	background: #ff8800;
}