	/*=== history ===*/

.wrap_history				{color:#ffcc66;}

h2						{display:none;} 	/*=== article lacks h2 ===*/

#box					{flex-basis:97%;
						 margin:1em 1.5%;

						display: flex;            
						flex-flow:row wrap;
						justify-content:flex-start;
						}

	@media only screen and (min-width:50em) 
	{
	#box					{min-height:500px;}	
	}
						
#box article			{flex-basis:100%;
						}	
						
span					{width:auto; 
						 }						