
.tabletext {
	border: none;
	text-align : center;
	cursor : default;
	width : 100%;
	background-color : transparent;	
}
.tabletext_select {
	border: none;
	text-align : center;
	cursor : default;
}
.tabletext:focus, textarea:focus, select:focus {
	outline-offset: 0px;
	outline: none;
}
.tabletext_select:focus, textarea:focus, select:focus {
	outline-offset: 0px;
	outline: none;
}
select {
	border: none;
	text-align: center;
}
table {
  white-space: nowrap;
}
