/**
 * Form styling
 */

#cvwd-allocations-form {
	
}

.cvwd-results-table {
	border: 1px solid #666;
}

.cvwd-results-table th,
.cvwd-results-table td {
	padding: 5px 10px;
	border: 1px solid #ccc;
}
.cvwd-field-wrap:not(:last-child) {
	margin: 0 0 1.5rem;
}
.cvwd-field-label {
	display: block;
	font-weight: bold;
	font-size: 1.1rem;
}
.cvwd-field {
	font-size: 16px;
	height: 44px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}
.cvwd-button {
	background-color: #333;
	border: 0 none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}
.cvwd-error {
	margin: 0 0 0.25rem;
	padding: 5px 10px;
	color: red;
	font-weight: bold;
	background: rgba(0,0,0,0.1);
}
.cvwd-error:last-of-type {
	margin-bottom: 1.5rem;
}