body {
		margin: 0;
	   // text-align: center;
	}
	ul {
		list-style-type: none;
		//min-width:900px;
	   // position: absolute;
		margin: 0;
		padding: 0;
		overflow: hidden;
		left: 0;
		right: 0;
		//width:100vw;  
		
	}
	
	.lang {
		background-color: #333;
	}
	.lang li{
		float: left;
		border-right:1px solid #999;
	}
	
	.lang a {
		display: block;
		color: #bbb;
		text-align: center;
		padding: 10px 10px;
		text-decoration: none;
	}
	.sites a {
		display: block;
		color: #555;
		text-align: center;
		padding: 5px 5px;
		text-decoration: none;
	}
	.sites span {
		display: block;
		color: #555;
		text-align: center;
		text-decoration: none;
		float: right;
		border-right:1px solid #ddd;
		flex-wrap:nowrap;
	}
	.sites li {
		float: left;
		border-right:1px solid #ddd;
	}
	
	li a:hover:not(.active) {
		background-color: #111;
		color:#fff;
	}
	
	li:last-child {
		border-right: none;
	}
	
	.active {
		background-color: #4CAF50;
	}
	.incontent a:visited {color:#a0a0a1;}
	h2 a:visited {color:#a0a0a1;}
	.incontent {
	    margin-top: 10px;
	   // padding: 10px 10px;
		border:1px solid #d6e4dd;
	  // padding: 5px;
	   background-color: #f7fbf9;
		}	
	.incontent a {
	   // margin: 10;
	   // padding: 10px 10px;
	   //padding-right: 10px;
		}	
	.incontent a:nth-child(2n+1) {
	 //  background-color: #eee;
		}
	.tags a{
	   background-color: rgba(170, 249, 168, 0.87);
	   //display:inline-block;
	   box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
	  border: 1px solid #bbb;
	   padding: 0px 8px;
	   border-radius: 14px;
	   text-decoration: none;
	  // height=30px;
	   line-height: 2;
		}
	
	.tags a:hover:not(.active) {
		background-color: rgba(10, 247, 4, 0.87);
	}
