#wpcontent {
	background: #fff !important;
}

.promo-area {
	position: fixed;
	top: 30px;
	right: 30px;
	width: 300px;
	text-align: right;
	background: transparent;
	display: inline-block;
	vertical-align: top;
}

.promo-area a {
	display: block;
	margin-top: 20px;
}

.promo-area img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

#pwp-charts-left {
	width: calc(100% - 340px);
	display: inline-block;
	vertical-align: top;
}

.pwpc-title {
	margin: 3em 0 2em;
	padding: 0;
	font-size: 32px;
}

.pwpc-form-row:not(:first-child) {
	margin-top: 20px;
}

.pwpc-form-row-half {
	display: inline-block;
	margin-right: 20px;
	width: calc(50% - 10px);
}

.wrap.pwpc {
	min-height: 1500px;
}

.admin-chart {
	min-height: 400px;
}

.pwpc-form-label {
	display: block;
	margin-bottom: 6px;
	line-height: 1.5;
	font-size: 16px;
}

.pwpc-form-control {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.pwpc-form-control:focus {
	border-color: #80bdff;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	outline: none;
}

.pwpc-btn.button {
	display: block;
	width: 100%;
	padding: 11px 40px;
	font-size: 20px;
	font-family: Arial, sans-serif;
	height: auto;
}

.pwpc-shortcode {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.5;
}

.pwpc-area {
	margin-top: 50px;
}
