body, html {
  width: 97.9% !important;
}

.table tr th {
  min-width: 150px;
}

.table tr td{
  line-height: 1.1 !important;
}

.grid-column-100{
  min-width: 100px !important;
}

.grid-column-150{
  min-width: 150px !important;
}

.grid-column-200{
  min-width: 200px !important;
}

.grid-column-250{
  min-width: 250px !important;
}

.grid-column-300{
  min-width: 300px !important;
}

.grid-column-350{
  min-width: 350px !important;
}

.grid-column-400{
  min-width: 400px !important;
}

.grid-column-small {
  width: 150px;
}

.table-ppal .table-responsive {
  max-height: 700px !important;
  overflow-y: auto !important;
}



