	.codinh_more{
			display: none;	
		  position:fixed;
		  top:25px;
		  left: 3%;
		  width: 94%;
		  height: 93%;
		  z-index: 1000;		
		   background: rgba(35, 169, 60, 0.90);	
			 white-space: nowrap;	
			 overflow: auto;
			 -webkit-overflow-scrolling:touch;
		  
	} 


	        
	        
	        
		.close_more{
			display: block;
			position:fixed;
			top:25px;
			right: 5%;
			border: 3px solid #ff0000;
			border-radius:100px;
			font-weight: bold;
			font-size: 25px;
			color: #ffffff;
			background: #000000;
			z-index: 1001;
		}
		.close_more:hover {
			background: red;
			cursor: pointer;
		}
		
		.chude_more{
			margin-bottom: 3px;
			color: #fff;
			background: red;
			padding: 5px 5px 3px;
		}