body{
  background: url(../popup/img/bg_main.jpg) repeat center top;

  box-sizing: border-box;
  padding: 30px 30px;
  min-height: 100vh;
}

.left{
  float: left;
}
.right{
  float: right;
}

.sbox{
  background: url(../popup/img/bg_white.jpg) repeat;
  -webkit-box-shadow: 0 0 10px black;
  -moz-box-shadow: 0 0 10px black;
  box-shadow: 0 0 10px black;
  padding-bottom: 15px;
  margin: 0 auto;
  max-width: 100%;
}
.device-type-desktop {
  .sbox {
    width: 440px;
  }
}
.device-type-mobile {
  .sbox {
    width: 100%;
  }
}

.btnBox{
  padding: 10px;
  text-align: center;
}

.shareBox{
  width: 200px;
  display: block;
  margin: 0 auto;
}

.endBox{
  text-align: center;
  padding: 20px;

  h1 {
    font-size: 20px;
    margin-bottom: 20px;

    .b1 {
      font-size: 24px;
      color: red;
    }

    .b2{
      font-size: 24px;
      color: blue;
    }
  }

  p{
    font-size: 16px;
  }
}

.q01{
  background: url(../popup/img/q01bg.png) no-repeat left center;
}
.q02{
  background: url(../popup/img/q02bg.png) no-repeat left center;
}
.q03{
  background: url(../popup/img/q03bg.png) no-repeat left center;
}
.q04{
  background: url(../popup/img/q04bg.png) no-repeat right center;
  padding: 60px 130px 0px 0px !important;
  margin: 0 20px -40px 30px !important;
}
.q05{
  background: url(../popup/img/q05bg.png) no-repeat left center;
  padding: 60px 0px 0px 190px !important;
  margin: 0 30px -40px 0px !important;
}

.quizBox{
  padding: 60px 0px 0px 140px;
  height: 262px;
  margin: 0 30px -40px 30px;
}

h1{
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 10px;
  margin-top: 10px;
}

h2{
  font-weight: bold;
  font-size: 120%;
}

.logo{
  width: 100%;
}
.title{
  width: 90%;
  margin-bottom:-30px;
}

.btn {
  background: #EEE;
  -webkit-box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.2), inset 2px 2px 1px white;
  -moz-box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.2), inset 2px 2px 1px white;
  box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.2), inset 2px 2px 1px white;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 1px 1px 0px white;
  border-top: 10px solid #719a32;
  border-left: 10px solid #719a32;
  border-right: 10px solid green;
  border-bottom: 10px solid green;
  margin: 0 auto;
  width: 80%;
  padding: 30px 6%;
  text-decoration: none;
  color: green !important;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 5px;
  display: block;
  text-align: center;
}
.btn:hover {
  background: #cacaca;
}

.btn2 {
  background: #EEE;
  -webkit-box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.2), inset 2px 2px 1px white;
  -moz-box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.2), inset 2px 2px 1px white;
  box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.2), inset 2px 2px 1px white;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 1px 1px 0px white;
  border-top: 10px solid #719a32;
  border-left: 10px solid #719a32;
  border-right: 10px solid green;
  border-bottom: 10px solid green;
  margin: 0 auto;
  width: 38%;
  padding: 30px 2.5%;
  text-decoration: none;
  color: green !important;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 5px;
  display: block;

}
.btn2:hover {
  background: #cacaca;
}
.btn3 {
  background: #EEE;
  -webkit-box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.2), inset 2px 2px 1px white;
  -moz-box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.2), inset 2px 2px 1px white;
  box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.2), inset 2px 2px 1px white;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 1px 1px 0px white;
  border-top: 10px solid #719a32;
  border-left: 10px solid #719a32;
  border-right: 10px solid green;
  border-bottom: 10px solid green;
  margin: 0 auto;
  width: 80%;
  padding: 20px 0%;
  text-decoration: none;
  color: green !important;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  display: block;
  text-align: center;
}
.btn3:hover {
  background: #cacaca;
}