.table-header {
  height: 35px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  padding: 0 79px;

  text-align: center;
}

.table-header .header {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1;
  margin-right: 20px;
}

.table-header .button {
  box-sizing: border-box;
  padding: 0 10px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  font-weight: bold;
  text-decoration: none;
  color: #1980b2;
}
