.ui-dialog input {
  -webkit-user-select: text;
  box-sizing: border-box;
  width: 100%;
}

/* code fpr padding rationale */
.quizwidget .the-answer {
  margin: 20px;
}

/* if url is not suppoted */
.not_supported {
  font-family: arial, sans-serif;
  background-color: #f04040;
  border: 3px solid black;
  border-radius: 5px;
  width: 300px;
  height: 130px;

  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 30px;
  color: black;
  /* position: absolute; */
  z-index: 20;
}

h1 {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  margin: 20px;
}

#scrolling-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 100%;
  position: absolute;
  width: 100%;
}

.bw-button {
  text-align: center;
}

html .prevarrow {
  float: left;
  pointer-events: auto;
}

html .nextarrow {
  float: right;
  pointer-events: auto;
}

.textdescriptiontitle {
  margin: 20px;
}

.quizwidget .content {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.picture {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.small .picture-left {
  -webkit-flex: 1 1 500px;
  -ms-flex: 1 1 500px;
  flex: 1 1 500px;
}

.small .picture-right {
  -webkit-flex: 1 1 300px;
  -ms-flex: 1 1 300px;
  flex: 1 1 300px;
}

.medium .picture-left {
  -webkit-flex: 1 1 400px;
  -ms-flex: 1 1 400px;
  flex: 1 1 400px;
}

.medium .picture-right {
  -webkit-flex: 1 1 400px;
  -ms-flex: 1 1 400px;
  flex: 1 1 400px;
}

.picture-right {
  margin-top: 30px;
}

.picture img,
.picture-right-s img,
.picture-right-m img {
  margin: 10px;
}

.picture .big {
  max-height: 400px;
  max-width: 90%;
}

.picture .medium {
  max-height: 300px;
  max-width: 90%;
}

.picture .small {
  max-height: 200px;
  max-width: 90%;
}
