section[data-hash="modernized"].copy-styles a.link { color: #0698d9; }
section[data-hash="modernized"].copy-styles .link .icon { display: none; }

section[data-hash="modernized"] .apache-modernized-list { list-style: none!important; }

section[data-hash="modernized"] .apache-modernized-list li:before { content: none!important; }

section[data-hash="modernized"] .apache-modernized-list li { padding: 0!important; }

@media (min-width: 668px) {
	section[data-hash="modernized"] .apache-modernized-list {
		display: flex;
		flex-flow: wrap;
  		justify-content: space-between;
	}
	section[data-hash="modernized"] .apache-modernized-list li {
		width: calc( 50% - 20px );
	}
}  
@media (min-width: 968px) {
  	section[data-hash="modernized"] .apache-modernized-list li {
		width: calc( 33.333% - 20px );
	}
}
 