@charset "utf-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-wrap: break-word;
	word-wrap: break-word;
//	word-break:break-all;
}

.row [class*=&quot;span&quot;] {
	min-height: 0 !important;
}

img {
	max-width: 100%;
	height: auto;
}

ol, ul {
	margin: 0;
	padding: 0;
	list-style: none inside;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells:show;
	width:100%;
	word-break:break-all;
}

body {text-align: left;}

h1,h2,h3,h4,h5,h6,p,figure {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

a { text-decoration: none; }
