.wos-withdrawal-form {
	max-width: 640px;
	margin: 0 auto;
}

.wos-withdrawal-form .wos-intro-text {
	margin-bottom: 1.5em;
}

.wos-withdrawal-form .wos-field {
	margin-bottom: 1em;
}

.wos-withdrawal-form .wos-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.3em;
}

.wos-withdrawal-form input[type="text"],
.wos-withdrawal-form input[type="email"],
.wos-withdrawal-form input[type="number"],
.wos-withdrawal-form textarea {
	width: 100%;
	padding: 0.5em;
	box-sizing: border-box;
}

.wos-withdrawal-form .wos-type-select {
	margin: 1em 0;
}

.wos-withdrawal-form .wos-type-select label {
	margin-right: 1.5em;
}

.wos-withdrawal-form .wos-item-row {
	padding: 0.6em 0;
	border-bottom: 1px solid #e2e2e2;
}

.wos-withdrawal-form .wos-item-qty-wrap input {
	width: 70px;
	display: inline-block;
}

.wos-withdrawal-form .wos-confirm-items {
	background: #f7f7f7;
	padding: 1em 1.5em;
	border-radius: 4px;
}

.wos-withdrawal-form .wos-deadline-info {
	background: #fff8e5;
	border-left: 4px solid #e6a700;
	padding: 0.7em 1em;
}

.wos-withdrawal-form .wos-message {
	margin-top: 1em;
	padding: 0.7em 1em;
	border-radius: 4px;
	display: none;
}

.wos-withdrawal-form .wos-message-error {
	background: #fbeaea;
	color: #9b1c1c;
	border-left: 4px solid #c0392b;
}

.wos-withdrawal-form .wos-message-info {
	background: #eaf2fb;
	color: #1c3f9b;
	border-left: 4px solid #2c6fc0;
}

.wos-account-table .button {
	white-space: nowrap;
}

.wos-days-remaining {
	color: #777;
	font-size: 0.9em;
}
