button.btn.help
{ margin-right: 1em;}

.exercises .orjhlab-order-sentences-left,
.exercises .orjhlab-order-sentences-right
{ display: inline-block;}

.exercises .orjhlab-order-sentences-left
{ width: 70%;}

.exercises .orjhlab-order-sentences-right
{ width: 30%;
  text-align: right;
}

.exercises .orjhlab-order-sentences-index
{ color: #ca0000;
  font-size: large;
  font-weight: bold;
}

.exercises ul.orjhlab-order-sentences-sentence,
.exercises .orjhlab-order-sentences-index
{ display: inline-block;
  list-style: none;
  margin-top: .5em;
  margin-bottom: 0;
}

.exercises ul.orjhlab-order-sentences-sentence
{ padding-left: 0;}

.exercises ul.orjhlab-order-sentences-sentence > li
{ padding: .2em;
  margin-top: .1em;
  margin-left: .8em;
  display: inline-block;
}

.exercises .orjhlab-order-sentences-attempt
{ background: var(--white);
  color: #003486;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 1px 1px 7px black;
}

.exercises .orjhlab-order-sentences-correct
{ background: #a6f08d;
  color: #000;
  border-radius: 10px;
}

.exercises .orjhlab-order-sentences-clue
{ margin-top: .2em;
  margin-left: 2em;
}

.exercises input#orjhlab-order-sentences-check-button
{ background-color: #cd071e;}

.exercises .footer
{ text-align: right;}

@media (min-width: 768px){
  .sequencing{
    font-size: 22px;
  }
}

@media screen and (max-width: 760px){

  
  .modal-content{
    height: 100vh;
    position: fixed;
  }

  .sequencing{
    width: 100vw;
    font-size: medium;
  }

  .exercises .footer{
    text-align: center;
    padding: 1em;
  }

  .finish{
    left: 7%;
    max-width: 90vw;
    max-height: 30vh;
  }
}

