#table thead th:nth-child(3) {
	max-width: 100px !important;
}

/*
textos
word-break: break-word;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden; 
*/