﻿body {
    background-color: #FFF;
    color: black;
    font-family: Arial;
}

#wrapper {
    background-color: #FFF;
    border: 1px solid #CCC;
    margin: 0;
    padding: 0;
    width: 90%;
    text-align: left;
}


.headerimage{
    margin: auto 0;
    vertical-align: middle;
    max-width: 100%;
    height: 10vh;
}

table {
    width: 100%;
}

td {
    padding-top: 1%;
    width: 17%;
}

label {
    font-size: medium;
}

.topText {
    font-size: large;
    padding-left: 5px;
}

.qText {
    font-size: medium;
    padding-left: 10px;
    text-align: left;
}


.savebutton {
    position: fixed;
    right: 10px;
    bottom: 10px;
    height: 5%;
    background-color: #fff27f;
    font-size: medium;
}


.newPanel {
}

    .newPanel:nth-child(odd) {
        background-color: #DDD;
    }

    .newPanel:nth-child(even) {
        background-color: #BBB
    }

.respItem {
    /*background-color: #000;*/
}