.pricing-container {
	background-color: var(--linkello-main-bg-color);
	min-height: calc(100vh - ( 128px + 95px ) );
}

.pricing-container .card-deck .card {
	max-width: 75%;
	min-width: 250px;
	margin: 0 auto
}

.pricing-container .custom-control-label {
	line-height: 24px;
}

.subtitle {
	font-size: 18px;
    margin: 1.5em 0;
}

a.pricing-monthly-subscription {
	text-decoration: underline !important;
	cursor: pointer;
}

hr {
    margin-top: .5rem;
	margin-bottom: .5rem;
}

.card-footer {
	min-height: 268px;
}

#vatSwitch + label {
	color: #c0c0c0;
}

#vatSwitch:checked + label {
	color: inherit;
}