body {
  min-width: 1280px;
  overflow-x: scroll;
}

select {
  outline: none;
}

table {
  border-collapse: collapse;
  table-layout:fixed;
  width: 100%;
}

thead {
  border: solid #d8d8d8;
  border-width: 1px 0;
  user-select: none;
}

th {
  height: 46px;
  font-size: 11px;
  font-weight: 600;
  color: $color-primary-text;
}

thead, tbody, tr {
  width: 100%;
}

a {
  text-decoration: none;
}