
.crm-container .crm-section .label {
	margin-top: 0.75em;
	width: 11.5em;
}

.crm-container .crm-section .content {
	margin-left: 12.25em;
	margin-top: 0.25em;
}

#crm-container .price_set-section .betrag-section .label {
	margin-top: 0.44em;
}

@media (max-width: 40em) {

	.crm-container .crm-section .label {
		float: none;
		width: auto;
		text-align: left;
	}

	.crm-container .crm-section .content {
		margin-left: 0;
		margin-top: 0;
	}

	.crm-container .crm-group legend {
		margin-top: 1em;
	}

}

.crm-section .crm-form-text[price] {
	text-align: right;
}

.crm-section div[class^="price-set-row contribution_amount-row"] {
	display: inline;
}

#crm-container.crm-public .crm-section.contribution_amount-section .label {
	padding-top: 0.2em;
}

.crm-section .price-set-row .price-set-option-content input[type="radio"],
.crm-section.payment_processor-section .content input[type="radio"] {
	position: absolute;
	visibility: hidden;
}

.crm-section .price-set-row .price-set-option-content input[type="radio"]+label,
.crm-section.payment_processor-section .content input[type="radio"]+label {
	cursor: pointer;
	display: inline-block;
	padding: 0.7em 0.6em 0.4em;
	margin: 0 0.5em 0.75em 0;
	border: 1px solid #aaa;
	min-width: 6em;
	text-align: center;
	white-space: nowrap;
}
.price-set-row .price-set-option-content input[type="radio"]+label:hover,
.crm-section.payment_processor-section .content input[type="radio"]+label:hover {
	background-color: #d4d4d4;
}
.crm-section .price-set-row input[type="radio"]:checked + label,
.crm-section .price-set-row input[type="radio"]:checked + label:hover,
.crm-section.payment_processor-section .content input[type="radio"]:checked + label,
.crm-section.payment_processor-section .content input[type="radio"]:checked + label:hover {
	background-color: #d4d4d4;
}
.crm-container .crm-submit-buttons .crm-button {
	border: none;
	background: none;
	text-shadow: none;
	background-color: #fb4a00;
	padding: 0.75em 1em;
	border-radius: 0;
}

.crm-container .crm-submit-buttons .crm-button > .fa-check {
	display: none;
}

.crm-container .crm-submit-buttons .crm-i-button > .crm-i {
	display: none;
}

.crm-container .crm-submit-buttons .crm-button input.crm-form-submit {
	display: block;
	font-size: 1rem;
	font-weight: bold;
	text-shadow: none;
	padding: 0;
	box-shadow: none;
}

.select2-container.crm-select2 {
	width: auto !important;
}

#select2-drop.crm-container {
	width: auto !important;
	border-top: 1px solid #5897fb;
}

#crm-container .crm-section.crm-petition-activity-profile {
	margin-bottom: 2em;
}

#crm-container .crm-section.crm-petition-activity-profile .content {
	margin-top: 0.75em;
}

.crm-container .huge,
.crm-container .email.crm-form-text {
	width: 15em;
}

