body {font-size: 2em; max-width:1200px; margin: auto;}
.btn {font-size: 1.1em;}

.text_block {white-space: pre-line; margin: auto; padding-bottom:10mm; }

.points {font-weight: bold; font-size:160%; color: darkgreen; font-family: "Brush Script MT", cursive;}
.number {font-weight: bold; font-size:160%; color: slateblue; }

#openCreditsButton { float:right; }
#closeCreditsButton { float:right; }

#submitButton { float:right; background-color: yellowgreen; }

.plotbutton { background-color: lightblue !important; }

#questionBackButton { float:left; }
#questionNextButton { float:right; }

.questionNextButtonAfterSubmit { float:right; background-color: orange; }
.questionNextButtonAfterSubmit:hover { float:right; background-color: orange; }

.achievementsButtonHighlight { background-color: orange; }
.achievementsButtonHighlight:hover { background-color: orange; }

.questionDiv {
    height: 230px;
}

/************ Settings for progress dots appearing above the questions ********/

.table{
  width: 100%;
  height: 100%;
  background: white;
  display: table;
}

.cell{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.dots {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.dots .answered a {
    background-color: slateblue;
}
.dots .answered a:after {
    height: 100%;
}
.dots .inprogress a {
     -webkit-transform: scale3d(1.6, 1.6, 1.6);
     -moz-transform: scale3d(1.6, 1.6, 1.6);
     -ms-transform: scale3d(1.6, 1.6, 1.6);
    -o-transform: scale3d(1.6, 1.6, 1.6);
    transform: scale3d(1.6, 1.6, 1.6);
    background-color: gold;
}
.dots .inprogress a:after {
    height: 100%;
    background-color: transparent;
}
.dots li {
    position: relative;
    display: block;
    float: left;
    margin: 0 16px;
    width: 16px;
    height: 16px;
}
.dots li a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    text-indent: -999em;
    direction: ltr;
    position: absolute;
    overflow: hidden;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px black;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.dots li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    box-shadow: 0 0 1px white;
}

/******************************************************************************/