body {
    color: white;
    background-color: black;
    font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    /* background-image: url("../images/starfield.jpg"); */
}

#starfield {
    opacity: 0.60;
}

#background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#study {
    /* position: relative; */
    /* width:800px; */
    /* height:600px; */
    /* margin: 0 auto; */
    /* margin-top: 50px; */
    margin: 0;
    position: fixed;
    width: 60%;
    height: 60%;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Safari */
    transform: translate(-50%, -50%);
    text-align: justify;
    background-color: rgba(0,0,0,0);
}

#study p, #study li {
    font-size: 28px;
    line-height: 1.2;
}

h1 {
    text-align: center;
    color: #fff;
    padding: 20px;
    font-size: 36px;
}

h2 {
    text-align: left;
    color: #fff;
    padding: 20px;
    font-size: 30px;
}

h3 {
    text-align: center;
    color: #DEB887;
    padding: 20px;
    font-size: 30px;
}

p, li {
    font-size: 20px;
    line-height: 1.15;
    margin-left: 10px;
    margin-right: 10px;
}

li {
    text-align: left;
}

.blueButton {
    background-color: #1E90FF;
    color: #fff;
    box-shadow:none;
    border: 0;
    border-bottom: 2px solid #1E90FF;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #1E90FF;
    box-shadow: inset 0 -2px #1E90FF;
    border: 2px solid;
    border-radius: 25px;
    border-color: #fff;
    font-weight: bold;
    font-size: 25px;
}

.continueButton {
    width: 200px;
    height: 75px;
}

.centerButton {
    display: block;
    margin: 0 auto;
}

.hiddenButton {
    height: 1em;
    width: 1em;
    font-size: 100%;
    background-color: black;
    color: white;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.squareButton {
    width: 75px;
    height: 75px;
    border-radius: 5px;
    margin-right: 20px;
    margin-left: 50px;
}

.rectangleButton {
    width: 150px;
    height: 75px;
    border-radius: 5px;
}

.roundButton {
    width: 60px;
    height: 60px;
    border-radius: 60px;
}

#form ul {
    width:750px;
    list-style-type:none;
    list-style-position:outside;
    margin:0px;
    padding:0px;
}

#form p {
    margin: 0;
    padding: 5px;
}

#form li {
    padding:8px;
    font-size: 14px;
}

#form li:first-child, #form li:last-child {
    border-bottom:1px solid #777;		
}

#form label {
    width:150px;
    display:inline-block;
    float:left;
    padding:3px;
    padding-right: 10px;
    text-align: right;
}

#form input, #form select {
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box; 
    box-sizing:content-box;
    width:200px; 
    padding:5px 4px;
    background-color: #eee;
}

#top {
    height: 100%;
    /* position: relative; */
    /* width: 100%; */
    /* margin: 0 auto; */
    /* margin-top: 120px; */
    /* height: 80%; */
}

.topmiddle {
    display: flex;
    align-items: center;
}

.opaque {
    background-color: rgba(0,0,0,1.0);
}

.navron-opaque {
    position: fixed;
    top: 20%;
    left: 15%;
    width: 70%;
    height: 70%;
}

.bigtext p {
    font-size: 26px;
    margin-bottom: 5px;
}

.text-cell {
    font-size: 20px;
    text-align: left;
    line-height: 1.5em;
}

.image-cell {
    width: 150px;
    vertical-align: middle;
}

.image-cell img {
    width: 121px;
    height: 164px;
}

#bottom {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.middlealign {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

table {
    position: relative;		
    width: 100%;
    padding: 0;
    border-spacing: 0;
    border-collapse: separate;
}

tbody {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}

tr {
    position: relative;
    width: 100%;
    padding: 0;
}

td {
    position: relative;
    padding: 0;
    text-align: center;
}

.scale {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.lowScale {
    text-align: left;
    vertical-align: middle;
}

.highScale {
    text-align: right;
    vertical-align: middle;
}

#mturkcode h1 {
    color: #f30;
    margin: 0;
}

#mturkcode input {
    text-align: center;
    font-weight: bold;
    margin: 0;
}

#mturkcode h2 {
    color: #fc6;
    margin: 0;
}

#bullets .subtitle {
    color: #DEB887;
}

#bullets li {
    padding-bottom: 10px;
}

#product-table {
    margin: 10px;
    margin-top: 20px;
    width: 90%;
}

#product-table td, th, tr {
    border: 1px solid white;
    border-collapse: collapse;
    padding: 10px;
    vertical-align: top;
}

#product-table th {
    text-align: right;
}

#product-table h1 {
    color: #FECB98;
    margin: 0;
    padding: 0;
    font-size: large;
    font-weight: bold;
}

#chooseship td {
    padding: 10px;
}

p.debug {
    color: #32CD32;
    display: none;
}

#login {
    background-color: #ccc;
    color: #000;
    width: 50%;
    padding: 10px;
}

#login ul {
    list-style-type: none;
}

#login input[type=submit] {
    background-color: #1E90FF;
    color: #fff;
    padding: 5px;
    margin-top: 10px;
}