article { 
	/*background-image: linear-gradient(147deg, #ffffff 25%, #e4e4e4 135%)*/
	background: var( --DfBackgroundColor );  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, var( --DfBackgroundColor ), var( --DfBackgroundColor1 ));  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, var( --DfBackgroundColor ), var( --DfBackgroundColor1 )); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	padding-bottom: 80px;
	flex: 1;
}

#WebPath.WP { flex: none; margin: 0px auto; width: 100%; padding: 10px 0px 0px; }
#WebPath.WP .WPC { display: flex; align-items: center; margin: 0px auto 0px; width: 100%; max-width: var(--ContentsMaxWidth); padding: 0px 25px; }
#WebPath.WP .WPC span.material-symbols-outlined { color: #555; }
#WebPath.WP .WPC a {  }
#WebPath.WP .WPC .PathTxt { color: #333; font-size: 1rem; }
#WebPath.WP .WPC .This { font-weight: bold; }


@media screen and (max-width: 1600px) {

#WebPath.WP .WPC { padding: 0px 10px; }

}
