body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  display: block;
  position: relative;
  min-width: 1280px;
  overflow-x: scroll;
}

* {
  box-sizing: border-box;
}

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: #666666;
}

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

a {
  text-decoration: none;
}