.btn-success.jsNext {
	background: #ea7600;
	border-color: #ea7600;
}

.btn-success:hover {
	color: #fff !important;
	background-color: #ea7600 !important;
	border-color: #ea7600 !important;
}

.encryption_notice {
	font-size: 10px;
	margin-top: -3em;
	margin-left: 28em !important;
}

.navButtons {
	margin-left: 5em !important;
}

.eff-zins-div {
    padding-top: 7px !important;
    text-align: left !important;
}

@media (max-width: 768px) {

	.encryption_notice {
		margin-left: 6em !important;
	}
}

@media (max-width: 575px) {

	.navButtons {
		margin-left: 3em !important;
	}
}

@media (max-width: 575px) {

	.encryption_notice {
		margin-left: 4em !important;
	}
}