body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.ivu-table-header th {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #727C9B;
}
.ivu-table-row td {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #555555;
}
.type-select.ivu-select-visible .ivu-select-selection {
  border-color: #0D1F3C;
  box-shadow: unset;
}
.table .ivu-table-wrapper {
  overflow: visible;
}