.content .paupress-label {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block
}

.content .paupress-field {
	font-size: 20px;
	font-weight: lighter;
	margin-bottom: 10px;
}

.content li.meta-item input[type='text'] {
	padding: .75em;
}

body {
	margin-bottom: 0 !important;
}

.content .pauf-frame {
	margin-bottom: 216px !important;
}

.button {
	background: #6799a4;
	font-size: 20px !important;
	font-weight: bold;
	border-radius: 10px;
	padding: 16px;
	border: 3px solid #6799a4;
	color: #FFF;
}
.paupress li {
	font-size: 1em !important;
}
select {
	width: 100%;
	background: #fffef8;
	font-size: 16px !important;
	font-weight: bold;
	border-radius: 10px;
	padding: .75em;
	border: 3px solid #6799a4;
	color: #555a31;
	-webkit-box-shadow: inset 2px 2px 6px 0px #221816;
	-moz-box-shadow: inset 2px 2px 6px 0px #221816;
	box-shadow: inset 2px 2px 6px 0px #221816;
}
.widget-note {
	padding: 5px;
	border: 2px solid transparent;
}
.widget-note:hover {
	border: 2px solid #ffe9ad;
}

.meta-item .chosen-container-multi .chosen-choices {
	background: #fffef8;
	font-size: 16px !important;
	font-weight: bold;
	border-radius: 10px;
	padding: 16px;
	border: 3px solid #6799a4;
	color: #555a31;
	-webkit-box-shadow: inset 2px 2px 6px 0px #221816;
	-moz-box-shadow: inset 2px 2px 6px 0px #221816;
	box-shadow: inset 2px 2px 6px 0px #221816;
}