﻿.gridlist {
    padding: 0;
    max-height: 150px;
    overflow-y: auto;
}
    .gridlist .row {
        margin-left: 0;
        margin-right: 0;
    }
    .gridlist .row:nth-child(even) {
        background-color: #DDD;
    }
    .gridlist .row div {
        border-right: 1px solid black;
    }

.question-list {

}
.question-list > div:nth-child(even) {
    background-color: #DDD;
}

.answer-input {
    display: inline-block;
    max-width: 200px;
    padding: 0 5px;
}

.notdefresponse {
    font-weight: bold;
    text-decoration: underline;
}
.defresponse {
    font-weight: normal;
    text-decoration: none;
}
.notdefresponsered {
    font-weight: bold;
    text-decoration: underline;
    color:red;
}

.defresponsered {
    font-weight: normal;
    text-decoration: none;
    color: red;
}