input[type="radio"] {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 7px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	transition: all .2s;
	outline: none;
}

input[type="radio"]:checked:after {
	content: ' ';
	width: 10px;
	height: 10px;
	border-radius: 50px;
	position: absolute;
	top: 2px;
	background: #9fd468;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: 0px;
	left: 2px;
	font-size: 32px;
	cursor: pointer;
	transition: all .2s;
}

input[type="radio"]:checked {
	background-color: #e9ecee;
	color: #9fd468;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
	cursor: pointer;
	transition: all .2s;	
}

input[type="radio"]:active, input[type="radio"]:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
	cursor: pointer;
	transition: all .2s;	
}

#big-radio1, #big-radio2, #big-radio3 {
	padding: 10px;
}

input[type="radio"]#big-radio1:checked:after, input[type="radio"]#big-radio2:checked:after, input[type="radio"]#big-radio3:checked:after {
	content: '\2714';
	font-size: 28px;
	width: 0px;
	height: 0px;
	left: 2px;
	top: -70%;
}

input[type="text"] {
	outline: none;
}
.new{
    left: 122px;
    top: 104px;
}