body {
	margin: 0;
	text-align: center;
	background-color: #ff8f8b;
}

table  {
	/* table-layout: fixed; */

	text-align:left;
    /* table-layout:   auto; */
}


table th,
table td {
	word-break: break-word;
}

th.nowrap,
td.nowrap{
	white-space: nowrap;
}
