.answerinput {
  width: 250px;
  margin: 0 auto;
}

.rslt01 {
  width: 110px;
  height: 40px;
  font-size: 30px;
  margin-bottom: 30px;
  margin-right: 10px;
  padding-bottom: 4px;
}

.usertxt {
  width: 250px;
  text-align: center;
  font-size: 20px;
}

.sub-button {
  font-size: 20px;
  width: 130px;
  height: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #fff;
  border: 0 solid #999;
  border: none transparent;
  background: -webkit-linear-gradient(top, #4aca5f 0%, #0e9c3a 100%);
  text-decoration: none;
  border-radius: 5px;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: .1s linear -webkit-box-shadow;
  -moz-transition: .1s linear -moz-box-shadow;
  -ms-transition: .1s linear box-shadow;
  -o-transition: .1s linear box-shadow;
  transition: .1s linear box-shadow;
}

#dobre,
#nedobre {
  display: none;
}

#dobre,
#nedobre {
  width: 150px;
  margin: 0 auto;
}

.visibleDobre {
  background: #fff;
  position: fixed;
  top: 50%;
  margin-top: -100px;
  overflow: hidden;
  z-index: 2000;
  width: 170px;
  padding: 20px;
  border-radius: 25px;
}

.winImgDobre {
  width: 100px;
  height: 100px;
  float: left;
}

.winImgOk {
  float: right;
  margin-top: 20px;
}

.overlay {
  background: #0000003b;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  opacity: .5;
}

.visible {
  background: #fff;
  position: fixed;
  top: 100px;
  overflow: hidden;
  z-index: 2000;
  width: 90%;
  max-width: 500px;
  padding: 20px;
  border-radius: 25px;
}

.ptxt {
  font-size: 22px;
  font-family: "Times New Roman", Times, serif;
}


#win {
  display: none;

  margin: 0 auto;
}

#win button {
  float: right;
  line-height: 20px;
  margin: 1.2em;
  color: #040404;
}

#win button[type="button"]:hover {
  cursor: pointer;
}

#win span {
  text-align: center;
  color: #555;
  font-size: 22px;
  font-weight: bold;
}

.content {
  padding: 0 1em;
}

#winImg {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

#winTxt {
  width: 90%;
  float: left;
  font-size: 20px;
  margin-top: 10px;
  margin-left: 20px;
}

.child-box-answer {
  background-color: rgb(237 237 236 / 56%);
  padding-top: 20px;
  text-align: center;
  flex: 1 1 50%;
}

.box-answer {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

@media (max-width: 365px) {
  .ptxt {
    font-size: 16px;
  }
}

@media (max-height: 365px) {
  #winImgRight p {
    font-size: 18px;
  }
}