.ot-btn-anchor {
  text-decoration: none;
}

.ot-dont-sell-button-light {
  background: #eee;
  border: 1px solid #aaa;
}

.ot-dont-sell-button-light {
  margin-left: 44px;
}

.ot-dont-sell-button {
  margin-top: 10px;
  padding: 4px 10px;
  border-radius: 5px;
  cursor: pointer;
}

.ot-dont-sell-button img {
  margin-right: 0px;
  vertical-align: middle;
}

.ot-dont-sell-button .ot-text-container {
  vertical-align: top;
  display: inline-block;
  margin-top: 4px;
  margin-left: 2px;
  color: #6cc04a;
  font-size:13px;
  font-weight: bold;
}

.ot-dont-sell-button .ot-subtext {
  float: right;
  margin-top: 0px;
  color: #6cc04a;
  font-weight: normal
}

.ot-dont-sell-button .ot-powered-by-text {
  color: #3c474c;
  font-size: 7px;
  font-family: 'Open Sans';
  vertical-align: middle;
}

.region-footer .ot-btn-wrapper {
  text-align: center;
  display: block;
}
.region-footer .ot-dont-sell-button {
  display: inline-block;
  margin: 0;
}
@media only screen and (min-width: 960px) {
  .region-footer .ot-btn-wrapper {
    text-align: left;
  }
}
.ot-dont-sell-button {
  padding: 4px 6px;
}
.ot-dont-sell-button .ot-text-container {
  font-size: 11px;
}
