html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  background: #FFF;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* CLEARFIX */

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

/* STYLE */

body {
  background: #FFF;
  font-family: Arial, Calibri, Tahoma;
  font-size: 14px;
}

.wrapper {
  background-color: #f7f7f7;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

.header {
  padding: 3px;
  background-color: #010127;
  text-align: center;
}

.header h1 {
  font-size: 1.6em;
  padding-left: 34px;
  min-height: 30px;
  line-height: 30px;
  font-weight: bold;
  /* background-image: url(https://cdn.subscribefunnels.com/869859d0-ff9f-40d6-9127-0a6c0d87e9f0/luckywhale-spinner/index_files/gift.png); */
  background-repeat: no-repeat;
}

.header h1 span {
  color: #f00;
}

.header h3 {
  padding-left: 18px;
  min-height: 18px;
  line-height: 18px;
  font-size: 0.9em;
  background-image: url(https://cdn.subscribefunnels.com/869859d0-ff9f-40d6-9127-0a6c0d87e9f0/luckywhale-spinner/index_files/like.png);
  background-repeat: no-repeat;
}

.everyday {
  color: #fff;
  padding: 7px 0;
  font-size: 1.3em;
  width: 100%;
  text-align: center;
  background-color: #3b5998;
}

.roll {
  position: relative;
  text-align: center;
  padding-bottom: 8px;
}

.arrow {
  z-index: 6;
  display: block;
  background-image: url(https://cdn.subscribefunnels.com/869859d0-ff9f-40d6-9127-0a6c0d87e9f0/luckywhale-spinner/index_files/arrow.png);
  background-repeat: no-repeat;
  width: 12px;
  height: 22px;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: 0;
}

.info,
.miss {
  -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f23212;
  padding: 9px 0;
  text-align: center;
}

.wheel {
  display: block;
  margin: 0 auto;
  max-width: 360px;
  width: 100%;
}

.wheeldiv {
  overflow: hidden;
  position: relative;
}

.fl {
  float: left;
  width: 50%;
}

.fr {
  float: right;
  width: 50%;
}

.received,
.receivedfinal {
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
}

.receivedbot,
.receivedbotfinal {
  font-size: 1.1em;
  color: #000;
}

#number {
  color: #fff;
  font-weight: bold;
  font-size: 4em;
  text-align: center;
  line-height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -45px;
  margin-top: -45px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 90px;
  height: 90px;
  background-color: #000;
  border: 2px solid #fff;
  display: block;
}

.roll button {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #3b6e22;
  background: #65ab53;
  background: -moz-linear-gradient(top, #65ab53 0%, #578843 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #65ab53), color-stop(100%, #578843));
  background: -webkit-linear-gradient(top, #65ab53 0%, #578843 100%);
  background: -o-linear-gradient(top, #65ab53 0%, #578843 100%);
  background: -ms-linear-gradient(top, #65ab53 0%, #578843 100%);
  background: linear-gradient(to bottom, #65ab53 0%, #578843 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65ab53', endColorstr='#578843', GradientType=0);
  display: block;
  width: 210px;
  max-width: 50%;
  padding: 8px 0;
  color: #fff;
  font-size: 1.6em;
  text-align: center;
  margin: 30px auto 0;
}

.topques,
.finalinfo {
  -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
  width: 100%;
  background-color: #f23212;
  padding: 9px 0;
  text-align: center;
}

.threeq {
  padding: 30px 8px 5px;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: underline;
  padding-bottom: 8px;
}

#q1,
#q2,
#q3 {
  padding: 5px;
}

.boxin {
  -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #fff;
  padding: 5px 15px 25px;
  margin-bottom: 25px;
}

.question {
  text-align: center;
}

.questnum {
  font-size: 1.3em;
  color: #f00;
  font-weight: bold;
  padding-bottom: 15px;
}

.quest {
  text-align: left;
  font-weight: bold;
  font-size: 1.4em;
}

.win2day {
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  padding: 15px 0 8px;
}

.question button {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #3b6e22;
  background: #65ab53;
  background: -moz-linear-gradient(top, #65ab53 0%, #578843 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #65ab53), color-stop(100%, #578843));
  background: -webkit-linear-gradient(top, #65ab53 0%, #578843 100%);
  background: -o-linear-gradient(top, #65ab53 0%, #578843 100%);
  background: -ms-linear-gradient(top, #65ab53 0%, #578843 100%);
  background: linear-gradient(to bottom, #65ab53 0%, #578843 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65ab53', endColorstr='#578843', GradientType=0);
  display: inline-block;
  width: 42%;
  padding: 8px 0;
  color: #fff;
  font-size: 1.6em;
  text-align: center;
  margin: 30px auto 0;
}

.bar {
  margin: 10px auto 0;
  width: 94%;
  background-color: #000;
  padding: 5px;
  height: 60px;
}

.active {
  height: 60px;
  width: 0;
  background: #65ab53;
  background: -moz-linear-gradient(top, #65ab53 0%, #578843 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #65ab53), color-stop(100%, #578843));
  background: -webkit-linear-gradient(top, #65ab53 0%, #578843 100%);
  background: -o-linear-gradient(top, #65ab53 0%, #578843 100%);
  background: -ms-linear-gradient(top, #65ab53 0%, #578843 100%);
  background: linear-gradient(to bottom, #65ab53 0%, #578843 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65ab53', endColorstr='#578843', GradientType=0);
}

.analyzing {
  font-size: 1.3em;
  font-weight: bold;
  padding-top: 15px;
}

.offerxpires {
  font-size: 1.3em;
  padding: 10px 5px;
  text-align: center;
}

#timer {
  font-size: 1.2em;
  font-weight: bold;
  color: #f00;
}

.cta {
  text-decoration: none;
  color: #000;
  font-size: 1.3em;
  width: 94%;
  margin: 10px auto;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background-color: #fff;
  display: block;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
}

.cta img {
  width: 15%;
  float: left;
}

.txt {
  float: left;
  width: 85%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.aval {
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 1px solid #b8b8b8;
  background: #65ab53;
  background: -moz-linear-gradient(top, #65ab53 0%, #578843 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #65ab53), color-stop(100%, #578843));
  background: -webkit-linear-gradient(top, #65ab53 0%, #578843 100%);
  background: -o-linear-gradient(top, #65ab53 0%, #578843 100%);
  background: -ms-linear-gradient(top, #65ab53 0%, #578843 100%);
  background: linear-gradient(to bottom, #65ab53 0%, #578843 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65ab53', endColorstr='#578843', GradientType=0);
}

.notaval {
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 1px solid #b8b8b8;
  background: #e42914;
  background: -moz-linear-gradient(top, #e42914 0%, #93160a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e42914), color-stop(100%, #93160a));
  background: -webkit-linear-gradient(top, #e42914 0%, #93160a 100%);
  background: -o-linear-gradient(top, #e42914 0%, #93160a 100%);
  background: -ms-linear-gradient(top, #e42914 0%, #93160a 100%);
  background: linear-gradient(to bottom, #e42914 0%, #93160a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e42914', endColorstr='#93160a', GradientType=0);
}

.red {
  color: #f00;
}

.comments {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  color: #ccc;
}

.date {
  color: #ccc;
  font-size: 0.8em;
  font-style: italic;
}

.itemc {
  margin-top: 15px;
}

.itemc img {
  width: 15%;
  float: left;
}

.rightcom {
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 85%;
  border-bottom: 1px solid #000;
  position: relative;
  background: #fff;
  padding: 6px;
  color: #000;

}

.comments a {
  color: #fff;
}

textarea {
  width: 90%;
  margin: 10px auto;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.comments input {
  margin-left: 15px;
}

/* COMMENTS */

.fbcoms {
  font-family: Tahoma, Verdana, sans-serif;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 5px 10px;
  font-size: 12px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.comments {
  font-weight: bold;
  text-align: center;
  padding: 0 5px 10px 5px;
}

.totlikes {
  margin-top: 3px;
  background-color: #eeeff4;
  padding: 5px 5px 5px 23px;
  background-image: url(https://cdn.subscribefunnels.com/869859d0-ff9f-40d6-9127-0a6c0d87e9f0/luckywhale-spinner/index_files/like.png);
  background-repeat: no-repeat;
  background-position: 5px center;
}

.fbblue {
  color: #3c5a96;
}

.buttons {
  padding-bottom: 5px;
  font-family: Arial, sans-serif;
  color: #7d7d7f;
}

.buttons span {
  cursor: pointer;
}

.buttons span:hover {
  text-decoration: underline;
}

.viewmore {
  margin-top: 3px;
  background-color: #eeeff4;
  padding: 5px 5px 5px 23px;
  background-image: url(https://cdn.subscribefunnels.com/869859d0-ff9f-40d6-9127-0a6c0d87e9f0/luckywhale-spinner/index_files/arrow.png);
  background-position: 5px center;
  background-repeat: no-repeat;
}

.left {
  cursor: pointer;
  float: left;
  color: #3c5a96;
}

.left:hover {
  text-decoration: underline;
}

.right {
  color: #7d7d7f;
  float: right;
}

.item {
  position: relative;
  margin-top: 3px;
  background-color: #eeeff4;
  padding: 5px 5px 5px 60px;
  min-height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.item .profileimg {
  position: absolute;
  top: 5px;
  left: 5px;
}

.comtxt {
  line-height: 16px;
  color: #000;
  font-weight: normal;
}

.name {
  color: #3c5a96;
  font-weight: bold;
}

.ago {
  color: #86878c;
  font-size: 0.95em;
}

.fblike {
  color: #3c5a96;
  font-size: 0.95em;
  cursor: pointer;
}

.fblike:hover {
  text-decoration: underline;
}

.combot {
  padding-top: 5px;
}

.clickhere {
  font-weight: bold;
  padding: 30px 10px 5px;
  line-height: 18px;
}

.likes {
  color: #3c5a96;
  font-size: 0.95em;
  cursor: pointer;
}

.fbimg {
  background-color: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  max-width: 210px;
  width: 100%;
  padding: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #808080;
  margin: 10px 0 5px;
}

.hidden {
  display: none;
  opacity: 0;
}

.hidden .comtxt,
.hidden .combot {
  display: none;
}

#cdtime {
  color: red;
}

.button3 {
  background: -webkit-linear-gradient(#65ab53, #c6c6c6);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#65ab53, #578843);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#65ab53, #578843);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#65ab53, #578843);
  /* Standard syntax */
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px #9c9c9c solid;

}

a.claim {
  color: #fff;
  text-decoration: none;
}

.slot-hidden {
  display: none;
}

.slot {
  padding-top: 50px;
  width: 90%;
}

.arrow-left {
  position: relative;
  float: left;
  width: 35px;
  margin: -15px -36px;
}

.arrow-right {
  position: relative;
  float: right;
  width: 35px;
  margin: -15px -36px;
}