#napoleoncat-chat-widget {
  padding: 10px 20px 0 0;
}

#napoleoncat-chat-widget h1 {
  margin: 16px 0;
  padding: 0 24px;
  font-size: 32px;
  line-height: 1.3;
}

#napoleoncat-chat-widget .wp-form {
  border: 1px solid #e2e2e2;
  background-color: #fff;
  padding: 24px;
  border-radius: 4px;
}

#napoleoncat-chat-widget .form-table {
  margin: -10px 0;
}

#napoleoncat-chat-widget .form-table th,
#napoleoncat-chat-widget .form-table td {
  padding: 10px 0;
  vertical-align: middle;
}

#napoleoncat-chat-widget .submit {
  border-top: 1px solid #f4f4f4;
  margin: 24px -24px -24px;
  padding: 16px 24px;
}

#napoleoncat-chat-widget .footer {
  text-align: left;
  padding: 24px;
}

#napoleoncat-chat-widget .napoleoncat-chat-powered {
  font-size: 11px;
  color: #666;
  border-radius: 3px;
  text-align: center;
  height: 22px;
  line-height: 22px;
  position: relative;
  z-index: 76;
  display: inline-block;
  text-decoration: none;
  transition: all ease 0.1s;
  box-sizing: border-box;
}

#napoleoncat-chat-widget .napoleoncat-chat-powered__logo {
  display: inline-block;
  margin-left: 4px;
  color: rgba(0, 0, 0, 0);
  width: 98px;
  height: 20px;
  background: url('../images/logo.svg') center no-repeat rgba(0, 0, 0, 0);
  background-size: 98px;
}

#napoleoncat-chat-widget .newsletter {
  border-radius: 4px;
  padding: 24px;
  border: 1px solid #e2e2e2;
  margin-top: 24px;
}

#napoleoncat-chat-widget .newsletter h2 {
  margin: 0 0 8px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#napoleoncat-chat-widget .newsletter p {
  margin: 0 0 16px;
}
