
.myradio {
    margin-bottom: 10px;
} 

.myradio input {
	width: auto;
	height: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	cursor: pointer;
	border-radius: 2px;
	padding: 4px 8px;
    /* margin-right: 20px; */
	background: #454857;
	color: #bdbdbdbd;
}

.myradio input:checked {
	background-image: linear-gradient(180deg, #95d891, #08d29f);
	color: #fff;
	box-shadow: 0 1px 1px #0000002e;
	text-shadow: 0 1px 0px #79485f7a;
}

.myradio input:before {
	content: attr(label);
	display: inline-block;
	text-align: center;
	width: 100%;
}
.demoborderless li{
    border: none;
    padding:5px 5px 5px 5px;
}