table.style th{
	width:15em;
}

@media screen and (max-width:740px){
	table.style th{
		width:auto;
	}
}