.paynewstotop-tariff-plans-box {
	padding: 10px 0;
}
.paynewstotop-tariff-plans-box > div {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}
.paynewstotop-tariff-plans-box label {
	display: inline-block;
	width: 200px;
}
.paynewstotop-tariff-plans-box input[type=radio] {
	display: none;
}
.paynewstotop-tariff-plans-box input[type=radio]:checked + .card-input {
	box-shadow: 0 0 2px 2px #0091d4;
}
.paynewstotop-tariff-plans-box .card-input {
	background-color: #f5f5f5;
	box-shadow: 0 0 1px 1px #ddd;
	border-radius: 4px;
	color: #333;
	font-weight: 700;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}
.paynewstotop-tariff-plans-box .card-input > div {
	padding: 10px;
}
.paynewstotop-tariff-plans-box .card-input-top {
	background-color: #d8d8d8;
	border-bottom: 1px solid #ddd;
	border-radius: 5px 5px 0 0;
}