.item { 
  background-color:white;
  display:inline-block;
  padding: 4px;
}

#destination {
  border: 1px solid #DDDDDD;
  padding-left: 5px;
  padding-right: 5px;
  overflow-x: hidden;
  overflow-y: auto;  
  diplay: inline-block;
}

#container {
  width: 100%;
}

#hide {
  display:none;
  white-space:pre;
  padding:0px;
  margin:0px;
  font:inherit;
}

.ok, .ok span {
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-color: green; 
  color: green !important;
}

.wrong, .wrong span {
  text-decoration: line-through;
  text-decoration-style: solid;
  text-decoration-color: red; 
  color: red !important;
}

.box-ok {
  border: 1px solid green;
  display: inline-block;
  margin-left:auto;
  margin-right:auto;
  padding:10px;  
}

.text-ok {
  color: green;
}

.text-wrong {
  color: red;
}

.box-wrong {
  border: 1px solid red;
  display: inline-block;
  margin-left:auto;
  margin-right:auto;
  padding:10px;
}

#answer-status {
  padding-bottom: 10px;
}

#content, #answer {
  text-align: center;
}

#question {
  font-size: 1.2em;
  padding-top:10px;
  padding-bottom:10px;
}

#answer {
  padding: 5px;
  font-size: 1.2em;
  width: 270px;
  border-radius: 3px;
  border: 1px solid #41617d;
}

#inputInfo {
  font-family: "Arial", sans;
  font-size: 13px;
  color: #41617d;
  margin-bottom: 10px;
  margin-top: 10px;
}

.btn-addText {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px; 
  width: 25px;
  height: 25px;
}

.btn-inputClear {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;  
  height: 25px;
  width: 70px;
}

#button-input-panel {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #EEE;
  width: 283px;
  margin-left: auto;
  margin-right: auto;
}

::-webkit-input-placeholder { /* Edge */
  color: #CCC;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #CCC;
}

::placeholder {
  color: #CCC;
}

.btn-nextQuestion {
  padding: 5px;
  margin: 5px;
}

sup, sub {
  font-size: 1em !important;
}