/*	p {
	  -webkit-hyphens: auto;
	  -moz-hyphens: auto;
	  -ms-hyphens: auto;
	  hyphens: auto;
	  hyphenate-limit-chars: auto 4;
	}*/

	i {
		font-style: normal;
	}
	
@media only screen and (min-width: 48em) {
p i,
h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i,
h7 i,
h8 i,
li i{
  text-decoration: inherit;
  text-transform: inherit;
  font-style: normal;
  font-size: inherit;
  white-space: pre;
  word-break: break-all;
  line-height: inherit;
  font-weight: inherit;
  /*vertical-align: bottom!important;*/
	

word-wrap: break-word;
word-break: normal;
  /*color:red;
	text-decoration: underline;*/

}
hyp {
	/*color: blue;*/
white-space: nowrap;
word-spacing: normal;
word-wrap: break-word;
word-break: break-all;
}
}