.view_table tr th, .view_table tr td {
  overflow: hidden;
  white-space: nowrap;
}

.view_table{
  display: block;
  height: 200px;
  overflow-y: scroll;
}

.view_table button {
  margin-right: 2%;
  padding-left: 2%;
  padding-right: 2%;
}

.sub_itens_header {
  background-color: rgb(204, 204, 204);
}

a.disabled {
  pointer-events: none;
}
