/* This is the CSS for the Hand Eye page
 * Version 1.0.0
 */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: .7em;
}

/* div#content {   background-color: #F5F5DC;  }  */

input:required:invalid,
input:focus:invalid {
  background-color: red;
  -moz-box-shadow: none;
}

div#totalTime input {
  max-width: 3em;
}

div#stroopIndiv #indivimg img {
  background-color: white;
}

p#stroopOptions {
  columns: 3;
}

@media screen and (max-width: 768px) {
  p#stroopOptions {
    columns: 2;
  }
}

p#stroopOptions label {
  font-size: 28px;
  font-weight: bold;
  text-transform: capitalize;
  padding-left: .7em;
  vertical-align: middle;
  text-shadow: -.5px -.5px 0 #444, 1px -1px 0 #444, -.5px .5px 0 #444, .5px .5px 0 #444;
}

div#choices span {
  padding: 24px 8px;
  text-transform: capitalize;
}

div#handeyegrid img {
  background-color: white;
}

a:hover {
  cursor: pointer;
}

/* rules for hidden image options */
.tolink {
  cursor: pointer;
}

div.expand {
  display: none;
}

div#moreImages h3 {
  padding-top: 0;
  margin-top: 0;
}

div#drillSelections td {
  vertical-align: top;
}

div#drillSelections div#currentDrill {
  float: left;
  margin: auto;
  font-size: 18px
}

div#drillSelections table,
div#drillSelections table tr {
  border-bottom: none
}

div#drillSelections table#totalTime {
  border-bottom: dotted 1px #000;
}

div#drillSelections input.handeyebutton {
  padding: 6px;
}

div#currentDrill {
  float: center;
  margin: auto;
  font-size: 18px
}

div#moreImages {
  margin-left: 3em;
}

div#timeAndSize,
div#dotOptions,
div#gridOptions {
  padding-left: 16px
}

nav {
  font-weight: bold;
}

.active {
  text-decoration: underline;
}

/* override styles when printing */
@media print {

  body {
    margin: 0 !important;
    color: #000 !important;
    background-color: #fff !important;
  }

  div.custom-header {
    display: none !important;
  }

  div#content {
    padding-top: 8px !important;
  }

  div#sessionTimer {
    display: none !important;
  }

}