.NTButton {
  background: #000000;
  background-image: -webkit-linear-gradient(top, #000000, #000000);
  background-image: -moz-linear-gradient(top, #000000, #000000);
  background-image: -ms-linear-gradient(top, #000000, #000000);
  background-image: -o-linear-gradient(top, #000000, #000000);
  background-image: linear-gradient(to bottom, #000000, #000000);
  font-size: 16px;
  font-family: 'Lato', Verdana, Arial, sans-serif !important;
  color: #ffffff;
  text-decoration: none;
  padding: 10px   20px   10px   20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.NTButton:hover {
  background: #333;
  background-image: -webkit-linear-gradient(top, #333, #333);
  background-image: -moz-linear-gradient(top, #333, #333);
  background-image: -ms-linear-gradient(top, #333, #333);
  background-image: -o-linear-gradient(top, #333, #333);
  background-image: linear-gradient(to bottom, #333, #333);
}

.NTButton:active {
  background: #333;
}

.NTButton::-moz-focus-inner { padding:0; border:0;}

a.NTButton:link, a.NTButton:visited {
  color: #ffffff;
  text-decoration: none;
}

a.NTButton:hover {
  background: #333;
  background-image: -webkit-linear-gradient(top, #333, #333);
  background-image: -moz-linear-gradient(top, #333, #333);
  background-image: -ms-linear-gradient(top, #333, #333);
  background-image: -o-linear-gradient(top, #333, #333);
  background-image: linear-gradient(to bottom, #333, #333);
}
