body {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 13px;
}

.error_message {
    color:white;
    background-color:red;
    font-weight: bold;
    margin-bottom:10px;
}

.alert-block {
  width: 80%;
  position: relative;
  min-height: 80px;
  margin-bottom: 40px;
  background-color: lightyellow;
  z-index: 99;
}

.edit_banner {
    text-align:right;
}

.timer {
    border:solid 1px #f5ce12;
    background-color: #f3f2d0;
    padding:3px;
    font-size:24px;
    float:left;
}

.progress_tab {
    font-size:115%;
}

.question_prompt {
    margin-bottom:5px;
}

.question_answer_choice {
    margin:5px;
}

.question_answer_choice .choice_text {
    margin-left:3px;
}

.feedbackbox {
    background-color:white;
    z-index:100;

    padding:10px;
    border:solid 1px black;
    margin:10px;

    position:fixed;
    top:0px;
    left:0px;
    width:90%;
    height:90%;
    overflow:scroll;
}

@media print {
    nav {display:none;}
    .hideonprint {display:none;}
    body {
        width: 1100px;
        overflow: hidden;
    }
    div.container {width:100%;}
    table {width:1100px;}
    table.pval {margin:auto;width:500px;}

}

.navbar_wrapper {
    position: sticky;
    top: 0;
    z-index: 999;
}