.total-skill-list article > .skill-correction-button {
  align-self: start;
  min-height: 28px;
  padding: 0 9px;
  border: 1px solid #d7dee6;
  border-radius: 6px;
  color: #607284;
  background: #fff;
  font-size: 10px;
}

.total-skill-list article > .skill-correction-button:hover {
  border-color: #aab9c8;
  color: #355b80;
  background: #f3f7fa;
}
