/******* Do not edit this file *******
Woody ad snippets CSS and JS
Saved: May 05 2020 | 06:17:18 */
.buttononl {
  background-color: green; /* Green */
  border: 1px solid black;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  float: left;
  width: 175px;
}

.buttonoff {
  background-color: red; /* Red */
  border: 1px solid black;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  float: left;
  width: 175px;
  opacity: 0.7;
  cursor: not-allowed;
}
