/* DivTable.com */
.divTable {
  display: table;
  width: 100%;
  background-color: darkred;
  color: white;
}

table {
  margin: 0 auto;
}

.divTableRow {
  display: table-row;
}

.divTableCell, .divTableHead {
  border: 1px solid #999999;
  display: table-cell;
  padding: 3px 10px;
  vertical-align: middle;
}

#quizzlerPanel {
  vertical-align: top;
}

.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
  min-height: 50px;
}

.divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}

.divTableBody {
  display: table-row-group;
}

body {
  background-color: white;
}

.col1 {
  width: 15%;
}

.col2 {
  width: 70%;
}

.qcol1 {
  max-width: 15%;
}

.qcol2 {
  width: 70%;
}

.qcol3 {
  max-width: 15%;
}

button {
  background-color: darkred;
  color: white;
  /*font-size: 1.1em;*/
  width: 100%;
  min-height: 50px;
}

.head {
  /*font-size: 1.3em;*/
  color: white;
  text-align: center;
  vertical-align: middle;
}

.maker {
  width: 80%;
  min-height: 25px;
}

.inputButtons {
  display: inline;
  width: 19%
}

#quizzlerReference {
  align-content: center;
  max-width: 300px;
}

table#equationSet {
  font-size: 0.6em;
  border: indianred 1px solid;
}

#equationSet td {
  border: indianred 1px solid;
}

table#variableSet {
  font-size: 0.6em;
  border: indianred 1px solid;
}

#variableSet td {
  border: indianred 1px solid;
}

.quizzlerImgCell {
  width: 35%;
  max-width: 400px;
  text-align: center;
  background-color: black;
  padding: 2px;
}

.quizzlerImgWrap {
  width: 100%;
  overflow-y: scroll;
  color: silver;
}

.quizzlerImgWrap a:link {
  color: white;
}

.quizzlerImgWrap a:visited {
  color: silver;
}

.quizzlerImg {
  width: 100%;
}

.img-control {
  width: 100%;
  max-width: 200px;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

.flex-child {
  text-align: center;
  margin: 5px;
}

.no-underline {
  text-decoration: none;
}

.smaller {
  font-size: x-small;
}

.bold {
  font-weight: bold;
}

.framed {
  border: 7px royalblue inset;
}

figure {
  margin: auto;
}