.downloadTableBody {
  display: block;
  overflow: auto;
  height: 99px;
/*  background-color: #f4f4f4;*/
/*  width:180px;*/
}

.downloadTable, .downloadTable td {
  font-family:sans-serif;
  font-size:10pt;
  margin: 0 auto;
}

.removeButton {
    background-color: white;
    border: none;
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
}
