.howto-toggle {
  width: 990px;
  margin: auto;
  padding: 30px 30px 100px !important;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 50%;
  margin-left: -495px !important;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
@media screen and (max-width: 989px) {
.howto-toggle {
  width: 98%;
  margin: auto !important;
  padding: 0 !important;
  position: fixed;
  z-index: 9998;
  top: 10%;
  left: 1%;
  margin: 0;
}
}
.howto-close,
.howto-close button {
  width: 50px;
  height: 50px;
}
.howto-close {
  position: absolute;
  top: 10%;
  right: 2%;
  z-index: 9999;
}
.howto-close button {
  background: transparent;
  position: relative;
}
.howto-close button:before,
.howto-close button:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #313131;
  position: absolute;
  top: 22px;
}
.howto-close button:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.howto-close button:after {
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}


.notice {
  padding: 20px;
  background: #fff;
  margin-bottom: 20px !important;
  box-sizing: border-box;
  text-align: center;
  border-radius: 3px;
}