<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;!-- stiles for alpha pages --&gt;
.ButtonAlpha {
  width: 380px;
  text-align: center;
  margin-top: -60px;
  margin-left: 5%;
  position: relative;
  color: red !important;
}

@media (min-width: 991px) and (max-width: 1100) {
  .Button.ButtonAlpha {
	  margin-top: inherit;
  }
}

@media (max-width: 991px) {
  .Button.ButtonAlpha {
    width: inherit;
    margin-top: inherit;
    margin-left: inherit;
  }
}

&lt;!-- end alpha styles --&gt;
</pre></body></html>