#nname{
	color: green !important;
	width: 320px;
	border-color: green;
	border-radius: 3px;
	margin-top: 12px;
	padding: 6px;
}
.tabs li a{
	background: green !important;
	display: block;
}
.tabs li.selected{
	background: #f67b23;
	width: 50%;
	margin-left: 0 !important;
	padding: 8px 0;
	text-align: center;
}
.tabs li.selected a{
	background: #f67b23 !important;
	border: none !important;
	display: block;
	color: #000 !important;
}
ul.tabs{
	width: 100% !important;
}
ul.tabs li a{
	font-size: 18px;
	color: #fff !important;
}
.tabs li{
	background: green;
	width: 50%;
	margin-left: 0 !important;
	padding: 8px 0;
	text-align: center;
}