/* 2019-02-12 Philip Hartmann (TPWD) */
.n2g_wrapper {
	margin-bottom: 15px;
}

.n2g_subscribe-wrapper > form > div > div {
  margin-top: 0 !important;
}

.n2g_wrapper label:nth-child(1) {
  display: none;
}

.n2g_wrapper input[type="checkbox"] + label {
  display: inline-block;
  padding-left: 10px;
}

.n2g_wrapper button[type="submit"] {
  position: relative !important;

  padding: 5px 10px !important;
  margin-top: 0 !important;

  font-size: unset !important;
  color: #000200 !important;
  text-shadow: 1px 1px 0px #fff !important;
  
  background-color: #fc0 !important;
}
.n2g_wrapper button[type="submit"]:hover {
  background-color: #ffd943 !important;
}

.n2g_unsubscribe {
  position: relative !important;

  display: inline-block;
  height: 32px;
  padding: 5px 10px !important;

  color: #000200 !important;
  text-shadow: 1px 1px 0px #fff !important;
  
  background-color: #efefef !important;
}
.n2g_unsubscribe:hover {
  text-decoration: none;

  background-color: #f6f6f6 !important;
}

