.image {
    width: 90%;
    height: 90%;
}

.btn-group {
    display: inline-block;
}

.btn-stacked {
    display: grid;
}

.consent {
    text-align: left;
}

.left-align {
    text-align: left;
}

.slider-values {
    width: 100%;
}

.row {
    width: 100%;
    display: table;
}

.col {
    display: table-cell;
    position: relative;
}

.slider-container {
    width: 90%;
    display: inline-block;
    text-align: center;
}

/* Sliders for the confidence trial. */
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    background: #d3d3d3;
    /* outline: none; */
    /* opacity: 0.7; */
    /* -webkit-transition: .2s;
    transition: opacity .2s; */
}

.invisible-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background: none;
}

.invisible-slider::-moz-range-thumb {
    background: none;
    border: 0;
}

.invisible-slider::-ms-thumb {
    background: none;
    border: 0;
}

.jspsych-content {
    max-width: 70%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.jspsych-btn {
    margin-left: 5px;
    margin-right: 5px;
}

.decision-image {
    width: 70%;
    height: auto;
}

.intro-image {
    width: 45%;
    height: auto;
}

.logo {
    height: 40px;
    width: auto;
    margin-right: 10px;
}

.logos {
    display: flex;
    justify-content: flex-end;
}

.warning {
    color: red;
}

.hidden {
    display: none;
}

/* decision and confidence trial grid */
.confidence-grid {
  display: grid;
  width: 100%;

  min-height: 100%;
  min-height: 100vh;

  grid-template-columns: auto;

  grid-template-rows: 70% 3% 20% 4%;
  grid-template-rows: 70vh 3vh 20vh 4vh;
}
