/* table {
  width:95%; 
  margin: 2rem;
} */

#ssm-table-search-bar {
  /* background-image: url('/css/searchicon.png');  */
  /* background-position: 10px 12px; 
  background-repeat: no-repeat; 
  width: 100%; 
  font-size: 16px; 
  padding: 12px 20px 12px 40px; 
  border: 1px solid #ddd; 
  margin-bottom: 12px;  */
}

#ssm-table {
  /* border-collapse: collapse; */
  /* width: 100%;  */
  border: 1px solid #ddd; 
  border-radius: 10px;
  /* font-size: 18px;  */
}

#ssm-table th, #ssm-table td {
  /* text-align: left; 
  padding: 12px;  */
}

#ssm-table tr {
  /* Add a bottom border to all table rows */
  border-bottom: 1px solid #ddd;
}

#ssm-table tr.header, #ssm-table tr:hover {
  /* Add a grey background color to the table header and on hover */
  background-color: #f0f0f0;
}

#ssm-table th:hover {
  cursor: pointer;
}

.ssm-table-sort-icon {
  margin-left: 5px;
}

.ssm-table-action-cell {
  min-width: 56px;
  max-width: 56px; 
}