<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.purpleGradient {
  outline: none;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  color: #f2f2f2;
  background: #533a64;
  background: -webkit-gradient(linear, left top, left bottom, from(#88679b), to(#533a64));
  background: -moz-linear-gradient(top, #88679b, #533a64);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#88679b', endColorstr='#533a64');
}
.purpleGradButton {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  padding: .5em 1.5em .55em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #f2f2f2;
  border: solid 1px #533a64;
  background: #533a64;
  background: -webkit-gradient(linear, left top, left bottom, from(#88679b), to(#533a64));
  background: -moz-linear-gradient(top, #88679b, #533a64);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#88679b', endColorstr='#533a64');
}
.purpleGradButton:hover {
  background: #533a64;
  text-decoration: none;
}
.purpleGradButton:active {
  position: relative;
  top: 1px;
}
table {
  text-align: center;
}
.smallprint {
  font-size: 12px;
  font-weight: normal;
}
.planname {
  font-size: 20px;
}
td {
  border-color: #83A059;
  border-style: solid;
  border-width: 1px;
  font-size: 16px;
  font-weight: bold;
  background-color: #acc882;
}
.planheader {
  outline: none;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  color: #f2f2f2;
  background: #533a64;
  background: -webkit-gradient(linear, left top, left bottom, from(#88679b), to(#533a64));
  background: -moz-linear-gradient(top, #88679b, #533a64);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#88679b', endColorstr='#533a64');
  border-color: #444;
  border-style: solid;
  border-width: 1px;
}
.metric {
  border-style: none;
  border-width: 0px;
  background-color: transparent;
}
</pre></body></html>