.scrollable-table {
	display: block;
	overflow-x: scroll;
}

.scrollable-table td input,
.scrollable-table th input{
	width: 100px
}
