
.wpcf7 {
	display: none;
	}

#hours, #minutes {
	min-width: 100px;
	font-size: 30px;
	}

form > div {
	clear: both;
	}


	.wpcf7-checkbox > span {
		margin: 0;
		padding: 0;
		}
		.wpcf7-checkbox label {
			float: left;
			margin: 0 2px 6px 0;
			}
			.wpcf7-checkbox input {
				visibility: hidden;
				width: 0;
				height: 0;
				margin: 0 !important;
				padding: 0;
				}
			.wpcf7-checkbox input + span {
				display: inline-block;
				padding: 2px 4px;
				cursor: pointer;
				}
			.wpcf7-checkbox input:checked + span {
				background-color: red;
				}

		#notes-wrap span {
			display: block;
			display: none;
			width: 100%;
			}

		.wpcf7-submit:disabled {
			cursor: not-allowed !important;
			}
