  .wrapper-aff-link {
    padding: 0 5px;
  }  
  .container-aff-link {
    display: flex;
    border-radius: 7px;
    padding: 10px;
    margin: 0 auto;
  }
  .copy, .paste {
    flex-grow: 1;
    width: 50%;
  }
  
  .copy {
    border-right: 2px solid;
    padding-right: 10px;
  }
  .copy h3 span {
    background: #76ECFF;
  }
  .copy input {
    padding-right: 90px;
  }
  
  .paste {
    padding-left: 10px;
  }
  .paste h3 span {
    background: #FAE916;
  }
  
  form {
    position: relative;
    width: 100%;
  }
  form input {
    display: block;
    width: 100%;
    border: 1px solid;
    outline: 0;
    background: #FFF;
    font-size: 25px;
    padding: 5px 4px;
    margin-bottom: 20px;
  }
  form button {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: 0;
    outline: 0;
    color: #FFF;
    background: #343642;
    font-size: 25px;
    text-transform: uppercase;
    padding: 0.08em 0.8em;
    cursor: pointer;
  }
  .tommy {
    width: auto;
  }
  @media only screen and (max-width: 768px) {
    #resetTree {
      width: 30% !important;
      margin-left: 35% !important;
    }
    #graph svg{
      height: 500px;
      width: -webkit-fill-available;
    }
  form button {
    top: -64%;
    font-size: 20px;
  }
  #linkAff{
  font-size:15px !important;
  }
}
#resetTree {
  font-size: 100%;
  cursor: pointer;
  font-family: "PT Sans", sans-serif;
  text-align: center;
  border: none;
  background: #343642;
  width: 15%;
  margin-left: 42.5%;
  border-radius: 9px;
  color: white;
  font-weight: bold;
  padding: 3px;
  margin-top: 3%;
  margin-bottom: 1%;
}
/* new tree*/
.linage {
  fill: none;
  stroke: gray;
}
.marriage {
  fill: none;
  stroke: black;
}
.marriageNode {
  background-color: black;
  border-radius: 50%;
}
.man:hover {
  background-color: #343642;
  border-color: #343642;
  color: whitesmoke;
}
.man {
  cursor: pointer;
  border-color: lightblue;
  border-radius: 30%;
  font-weight: bold;
  font-family: "PT Sans", sans-serif;
  text-transform: capitalize;
  background-color: lightblue;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
}
.woman {
  background-color: pink;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
}
.emphasis{
  font-style: italic;
}
#graph svg {
  border-width: 1px;
  border-style: dashed;
  }
/*p {
padding:0;
margin:0;
}
svg {
border-style: solid;
}*/