/* Timeout Modal */
@media (max-width: 640px) {
  .timeout-dialog {
    width: 280px !important;
  }
}
.timeout-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}

html.noScroll {
  overflow: hidden;
}

.timeout-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translatE(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 34px 25px 8px 25px;
  border: 4px solid #0b0c0c;
  background-color: #fff;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  z-index: 2;
  width: 435px;
}

.timeout-dialog p {
  font-size: 19px;
  line-height: 1.31579;
}

.timeout-dialog a {
  display: inline-block;
  margin: 9px 27px;
  font-size: 16px;
}

.countdown {
  display: inline-block;
  white-space: nowrap;
  font-weight: 700;
}

.button {
  margin-bottom: 1em;
}

.button--link {
  font-weight: bold;
  text-decoration: underline;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 19px;
  line-height: 1.3157894737;
  color: #0b0c0c;
  cursor: pointer;
}