.coauthors-table-wrapper {
  position: relative;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.coauthors-table {
  width: 100%;
  border-collapse: collapse;
}
.coauthors-table td {
  padding: 10px;
  border: 0;
}
.coauthors-table td a {
  color: #000000;
}
.coauthors-table tr:not(:last-child) td {
  border-bottom: 1px solid #cccccc;
}
.coauthors-table__remove-user {
  font-size: 20px;
  cursor: pointer;
  width: 20px;
}

.coauthors-input-wrapper {
  position: relative;
}
.coauthors-input {
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #000000;
  padding: 15px 25px 15px 15px;
  outline: none;
  width: 100%;
}
.coauthors-submit {
  position: absolute;
  background: #9f9f9f;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 5px;
  bottom: 5px;
  right: 5px;
  padding: 15px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  cursor: pointer;
  font-size: 15px;
}
