.uic-con-table > div:first-child {
  height:1px;
  min-height:80px;
  overflow:auto;
  background-color:#f8f8f8;
}

.uic-con-table > footer {
  height:24px;
  border-top:1px solid #ccc;
  background-color:#f6f6f6;
}

#uic-table-controller-container {
  color:black;
  align-items:center;
  justify-content:flex-start;
}

#uic-table-controller-container > * {
  flex-grow:0;
}

#uic-table-controller-container > *:first-child {
  min-width:252px;
  padding-right:12px;
/*   font-size:smaller; */
}

#uic-table-controller-container > *:nth-child(2) {
  min-width:80px;
}


table.file-list {
  width:100%;
  box-shadow:none;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  margin:10px 0;
  overflow:hidden;
/*   font-size:smaller; */
}
