/* Test 1 */

* {
  text-align: center;
  font-weight: bold;
}

.row{
  padding-left: 200px;
  padding-right: 200px;
}
.column {
  float: left;
  width: 33.33%;
  padding: 6px;
}

.description{
  font-style: italic;
  font-weight: normal;
  color: #1E40FE;
}

.scale{
  white-space: pre;
}

.input-wrapper input {
  background-color: #eee;
  border: none;
  padding: 0.3rem;
  font-size: 1rem;
  width: 5em;
  border-radius: 1rem;
  color: #1E40FE;
  box-shadow: 0 0.2rem #D0D7FF;
  cursor: pointer;
}

.input-wrapper input:focus {
  outline-color: #1E40FE;
}

input[type='radio'] {
    accent-color: #1E40FE;
}

button{
  background-color: #eee;
  border: none;
  margin: 1rem;
  padding: 0.3rem;
  font-size: 1rem;
  width: 8em;
  border-radius: 1rem;
  color: #1E40FE;
  box-shadow: 0 0.2rem #D0D7FF;
  cursor: pointer;
}


/* Test 2 */

textarea{
  background-color: #eee;
  border: none;
  padding: 0.3rem;
  font-size: 1rem;
  border-radius: 1rem;
  color: #1E40FE;
  box-shadow: 0 0.2rem #D0D7FF;
  cursor: pointer;
}

textarea:focus {
  outline-color: #1E40FE;
}

#myImage {
      display: none;
    }

.keyboard {
  width:15em;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

a {
  text-decoration: none;
  color: #1E40FE;
}

.input-wrapper-ru input{
  background-color: #eee;
  border: none;
  margin: 0.3rem;
  font-size: 1rem;
  width: 7em;
  border-radius: 1rem;
  color: #1E40FE;
  box-shadow: 0 0.2rem #D0D7FF;
  cursor: pointer;
}

/* Test 6 */

.save {
  width:10em;
}

.column .vasak{
  display:table-cell;
  text-align:left;
  float:right;
}
.column .parem{
  display:table-cell;
  text-align:left;
  float:left;
}