body {
  padding: 0 100px;
}

.signinout-button {
  display: inline-block;
  background: #8f7a66;
  border-radius: 3px;
  padding: 0 20px;
  text-decoration: none;
  color: #f9f6f2;
  height: 40px;
  line-height: 42px;
  text-align: center;
  margin-top: 25px;
}

#signOutButton {
  display: none
}

.center {
  text-align: center;
}

table {
  text-align: left;
}

#signature {
  background-color: #ffffff;
  padding: 50px;
  font-size: 13px;
  color: #776e65;
}

#name {
  font-weight: bold;
}