#noscript-msg {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  clear: both;
  font: normal normal 12px/1.2em sans-serif;
  backface-visibility: hidden;
  user-select: none;
  transform: none;
  transition: none;
  color: #000;
  margin: 0;
  background-color: #fcea9c;
  border: 1px solid transparent;
  border-left-width: 0;
  border-right-width: 0;
  border-top-color: #ababab;
}

#noscript-msg:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

#noscript-msg__block {
  padding: 10px 0;
  overflow: hidden;
  height: auto;
}

#noscript-msg__close {
  display: none;
}

#noscript-msg__close:checked ~ #noscript-msg {
  display: none;
}

#noscript-msg__times {
  display: block;
  position: relative;
  z-index: 100;
  float: right;
  margin: 0;
  width: 30px;
  height: 30px;
  padding: 10px;
  box-sizing: content-box;
  border: none;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  font-size: 36px;
}

#noscript-msg__times:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

#noscript-msg__link {
  display: block;
  width: 50px;
  height: 18px;
  text-decoration: none !important;
  float: left;
  margin: 14px 10px;
}

#noscript-msg__text p {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
