#table thead th:last-child {
	max-width: 100px !important;
}

@media screen and (max-width:1280px) and (min-width:768px) {
	.content-form {
		height: calc(100vh - 250px);
	}
}