.average-score .subtext {
    font-size: 0.3em;
    color: #333;
    font-weight:400;
}
.average-score {
    margin-bottom: 10px;
    font-size: 2.4em;
    color: green;
    font-weight: bold;
}
.average-score .feedback-count {
	font-size:0.35em;
	text-align:right;
	padding-top:5px;
}
.scoresTable tr {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding-bottom: 8px;
    padding-top: 8px;
}
.mcq-answers {
    margin-bottom:16px;
}
.mcq-answer {
    padding-right: 16px;
    border-bottom: 1px solid #ddd;
}
.response-comment {
    color:#444;
    font-style:italic;
}
.response-comment:before, .response-comment:after {
    content: '"';
}
.user-details dt, .user-details dd, .contact dt, .contact dd {
    display: inline-block;
}
.user-details dd, .contact dd {
    margin-left:8px;
    margin-right:16px;
}
.user-details md-icon.true {
    color:green;
}
.user-details md-icon {
    color:red;
}
.user-responses {
    padding-left: 16px;
}
.user-responses md-divider {
    border-bottom: 1px solid #ccc;
    margin-bottom: 16px;
}
h3.responseClick:focus {
    outline:none;
}
h3.responseClick:hover {
    cursor:pointer;
    opacity: 0.8;
}
h3.responseClick:after {
    content: "keyboard_arrow_down";
    font-family: "Material Icons";
    vertical-align: bottom;
}
.user-responses {
    border-top:1px solid #bbb;
    background:rgba(0,0,0,0.02);
}
#feedback-main .tight-fit {
    margin-top:10px;
    margin-bottom:0px;
    margin-left:10px;
}
