/* CHANGE COLOR + SIZE OF VALUE LINES ON PRICE OPTIONS */

.recurringprice {
	font-size: 15px;
	font-weight: 500;
	padding-top: 5px;
	color: #f00;
	float: left;
}

@media only screen and (max-width:450px){
.recurringprice {
	font-size: 13px;
}
}


input[type="radio"]:checked+label .recurringprice {
	color: #ff0;
}