@media only screen and (max-width: 295px) {
    #wrapper {
      position: fixed !important;
    }
  }

#wrapper {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 180px;
    min-width: 296px;
    background-color: #d1e0e3;
    background: -webkit-linear-gradient(to right,  #86A3A8,#d1e0e3);
    background:    -moz-linear-gradient(to right,  #86A3A8,#d1e0e3);
    background:         linear-gradient(to right,  #86A3A8,#d1e0e3);
}

#sessionNumb {
    padding-top: 20px;
}

.white-circle {
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 0 8px #d8dbe3;
    border-radius: 100px;
    height: 100px;
    margin: 0 auto;
    width: 100px;
}

.white-circle:hover {
    box-shadow: 0 0 8px #007dbc;
}

.white-circle img {
    position: relative;
    top: 18px;
}

.audio-control {
    position: fixed;
    /* top: 50%; */
    left: 50%;
    margin-top: 25px;
    margin-left: -50px;
    text-align: center;
}

.arrowTable {
    visibility: visible;
    text-align: center;
}

body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    line-height: 21px;
    color: #444;
    font-size: 13px;
    font-weight: 400;
    background-color: #f9fafc;
    margin: 0px;
}

canvas {
    height: 100px;
    width: 100%;
    margin-top: -94px;
    display: block;
    position: fixed;
    /* top: 50%; */
    left: 0;
    z-index: -1;
}

#buttonsDiv {
    width: 260px;
    margin: auto;
    position: relative;
    top: -40px;
}
#repeatBtn, #nextBtn {
    height: 24px;
    display: none;
    border: solid thin #819aa3;
    border-radius: 100px 100px 100px 100px;
    background: rgb(225, 245, 244);
    cursor: pointer;
}

#repeatCell {
    text-align: left;
}

#nextCell {
    text-align: right;
}

#repeatBtn:hover{
    background-image:none;
    background-color: white;
}

#nextBtn:hover{
    background-image:none;
    background-color: white;
}

.arrows {
    font-family: Lucida Sans Unicode;
  }

#buttonTable {
    width: 100%;
    position: relative;
    top: -50px;
    min-height: 30px;
}

.left-white-circle  {
    border: solid thin transparent;
    position: relative;
    left: 5px;
    text-align: center;
  /*   background-color: #fff;
    box-shadow: 0 0 8px #d8dbe3;*/
    background-color: transparent;
    box-shadow: 0 0 24px #d8dbe3;
    border-radius: 100px;
    height: 86px;
    margin: 0 auto;
    width: 86px;
}
#timerApp {
    pointer-events: none;
}

#message {
    font-size: 14px;
}

#msg {
    padding-top: 50px;
    line-height: 1.3;
}

#outerUpload {
    position: relative;
    top: -185px;
    margin: auto;
    width: 200px;
    height: 100px;
    background-color: white;
    border: solid thin transparent;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.45);
}

#innerUpload {
    position: relative;
    width: 87%;
    margin: 10px;
    margin-top: 15px;
    height: 16px;
    background-color: lightgray;
    border: inset thin gray;
}

#barUpload {
    position: relative;
    top: 2px;
    left: 2px;
    background-color: #47c7c7;
    width: 98%;
    height: 12px;
}

#waitMessage {
    position: relative;
    margin: 10px;
    text-align: center;
}

#errMsgBox {
    position: relative;
    margin: auto;
    border: solid thin gray;
    background-color: white;
    text-align: left;
    padding: 5px;
    height: auto;
    width: 520px;
    top: -200px;
}

ol {
    padding-left: 25px; /* Reduce the indent even further */
  }
