.shadow {
	/* -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.66); */
	border: none;
	/* filter: drop-shadow(0rem 0rem 0.66rem rgba(0, 0, 0, 0.66)); */
	box-shadow: 0px 0px 10px var(--blue_dark);
}

.pricing-table {
	border-radius: 5px;
	text-align: center;
	list-style-type: none;
	border: 1px lightgrey solid;
}

.pricing-table .title {
	font-size: 2.9rem;
}

.pricing-table li {
	border-bottom: dotted 1px #cacaca;
	padding: 0.875rem 1.125rem;
}

.pricing-table li:last-child {
	border-bottom: 0;
}

.pricing-table .highlight-1,
.pricing-table .highlight-2,
.pricing-table .highlight-3 {
	border-radius: 5px 5px 0 0;
}

.pricing-table li.cta-button {
	border-radius: 0 0 5px 5px;
}

.pricing-table .highlight-0 {
	background-color: #ddd;
	color: black;
}

.pricing-table .highlight-1 {
	background-color: #f18d1d;
	color: white;
}

.pricing-table .highlight-2 {
	background-color: #2074bd;
	color: white;
}

.pricing-table .highlight-3 {
	background-color: #e9272f;
	color: white;
}

.pricing-table .highlight-4 {
	background-color: #009346;
	color: white;
}

.help-text {
	margin-top: -0.5rem;
	font-size: 0.9rem;
}

.form-control {
	display: flex;
	flex-flow: row wrap;
}

.pricing-table * {
	font-size: 1.6rem;
}

.pricing-table .price,
.pricing-table .price>span {
	color: #016183;
	font-size: 35px;
	border-bottom: 0;
	padding-bottom: 0px;
}

.pricing-table .small {
	font-size: 1.5rem !important;
	margin-top: 5px;
}

.pricing-table .description {
	font-size: 1.7rem;
}

.pricing-table :last-child {
	margin-bottom: 0;
}

ul.pricing-table {
	padding-left: initial;
	margin-left: 0px;
}

.saving {
	/* color: #9096A2; */
	color: var(--green);
}

#subscriptions input[type="radio"] {
    display: none;
}

#subscriptions input[type="radio"]:checked+label {
    background-color: var(--highlight);
	color: var(--panel-text);
}

#subscriptions input[type="radio"]+label {
    width: 100%;
	margin: 1.25rem 0;
	padding: 7px 0;
}

#subscriptions #bookstorage select {
	margin: 0;
}
