@charset "UTF-8";

table{
	width: 100%;
}

caption {
    color: #fff;
    /* background-color: #dc915b; */
    padding-left: 20px;
    /* border: 1px solid #ddd; */
    color: #333;
    background: #ddd;
    font-weight: bold;
}

th{
	vertical-align: middle !important;
}
th span{
	float: right;
	font-size: 90%;
	color: #fff !important;
	background-color: #dc915b;
	border-radius: 4px;
	margin-right: 6px;
	padding:2px 3px 0px 2px;
}
input[type="text"]{
	margin-top: 5px;
	margin-bottom: 5px;
}
label{
    font-weight: normal;
}
#errors, .red, .error{
	color: #f00;
}
.long{
	width:80%;
}
.middle{
	width:40%;
}
.narrow{
	width: 30%;
}
.small{
	width: 13%;
}
.form-control{
	display: inline;
}
@media only screen and (max-width:979px){
		table th, table td{
			float: left;
			display: block;
			width: 100% !important;
		}
		td label{
			display: inline;
		}
		input[type="text"]{
			width: 100%;
		}
		.narrow{
			width: 45% !important;
		}
		.small{
			width: 27% !important;
		}
		.postal{
			display: block;
		}
}
input[type="submit"], input[type="button"]{
	
	margin-bottom: 15px;
	padding: 1em;
}
.tel{
	font-size:176%;
	font-weight: 700;
	color: #0f9f0b;
}