html {
  height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  background: #11012e;
  background: #11012e no-repeat center top -moz-radial-gradient(50% 0%, circle, #6735c4, #11012e);
  background: #11012e no-repeat top center -webkit-gradient(radial, center top, 0, center top, 600, from(#6735c4), to(#11012e));
  padding: 20px;
}
a {
  color: #fdc647;
}
h1, h2, h3, h4, p, table, div.quotes, video, ul, div#sublime_video_wrapper {
  width: 700px;
  margin: 0 auto;
}
video {
  display: block;
  margin: 20px auto 40px auto;
  box-shadow:0px 0px 100px #6735c4;
}
div.quotes {
  margin: 10px auto;
  -webkit-columns: 2;
  -webkit-column-gap: 20px;
  -moz-columns: 2;
  -moz-column-gap: 20px;
  columns: 2;
  column-gap: 20px;
}
h1, h2, h3, h4 {
  color: #fff;
  margin: 0 auto;
  padding: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0.7)));
  text-shadow: 0px 0px 6px rgba(0,0,0, 0.7);
}
body.android h1, body.android h2, body.android h3, body.android h4 {
  -webkit-mask-image: none !important;
}
h1 {
  font-size: 70px;
  line-height: 70px;
  margin-top: 20px;
}
h2 {
  font-size: 45px;
  line-height: 65px;
}
h3 {
  font-size: 20px;
  line-height: 25px;
  margin: 30px auto 0;
}
h4 {
  margin: 30px auto 5px;
}
p, ul {
  font-size: 16px;
  line-height: 26px;
  margin: 5px auto 20px auto;
}
p.small {
  font-size: 12px;
  line-height: 17px;
}
em {
  font-style: normal;
  padding: 1px 2px;
  color: #fff;
  background: rgba(255,255,255,0.15);
}
table {
  border-collapse: collapse;
  padding: 0;
}
table td {
  padding: 4px 4px;
}
table tr:nth-child(2n+1) td {
  background: rgba(255,255,255,0.1);
}
table tr.beta td {
  opacity: 0.3;
}
table a {
  background: #fdc647;
  border-radius: 10px;
  padding: 2px 10px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
table tr.beta a {
  background: #aaa;
}
.buy-now {
  display: block;
  text-decoration: none;
  margin: 30px auto 0px auto;
  width: 500px;
  color: #fff;
  border-radius: 15px;
  background: #EF5C91;
  background: -moz-linear-gradient(top, #EF5C91, #D82A49);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EF5C91), to(#D82A49));
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  padding: 16px;
  border: 2px solid #F372AB;
  text-shadow: rgba(0, 0, 0, 0.496094) 0px -1px 1px;
  box-shadow: 0px 0px 50px #f372ab;
  -webkit-transform: scale(0.95) translateZ(1px);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transform: scale(0.95) translateZ(1px);
  -moz-transition: -webkit-transform 0.5s;
}
.buy-now:hover {
  -webkit-transform: scale(0.999) translateZ(1px);
  -moz-transform: scale(0.999) translateZ(1px);
}
table a {}
blockquote {
  display: block;
  margin: 0 0 20px 0;
  padding: 10px;
  border-radius: 20px;
  border: 5px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.8);
  background: rgba(255,255,255,0.05);
  font-size: 18px;
  line-height: 25px;
  text-shadow: none;
  box-shadow: 0px 2px 20px rgba(0,0,0,0.3);
  text-align: center;
  -webkit-column-break-inside:avoid;
  -moz-column-break-inside:avoid;
  column-break-inside:avoid;
}