#diag-container .widget-content {
	background-color: #FFF;
}

.box-container.subject-scores .box {
	padding-top: 0px;
	height: 150px;
}
.box-container.subject-scores span.scaled {
	font-size: 40px;
}
	.box-container.subject-scores .box .score-range {
		text-align: left;
	}
		.box-container.subject-scores .box .score-range small {
			font-size: 65%
		}
.box-container .box .btn {
	margin-top: 10px;
}
.progress .bar span {
	font-size: 12px;
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

.widget-score .widget-content {
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.widget-score .widget-content hr {
	margin: 5px 0;
}

.widget-score .widget-content .scaled-score small,
.widget.small {
	font-size: 75%;
}
.widget.xsmall {
	font-size: 70%;
}
.widget-score .widget-content .progress {
	margin-bottom: 0px;
}
.widget-score .widget-content p {
	text-align: center;
}

table.centered th, 
table.centered td {
	text-align: center;
} 
table.centered .left {
	text-align: left;
}
table td.nowrap {
	white-space: nowrap;
}
table td.indent {
	padding-left: 25px;
}
span.warning {
	display: inline-block;
	font-size: 75%;
	color: #FF0000;
	margin-bottom: 0;
	vertical-align: top;
	line-height: 10px;
}
.widget-content span.warning {
	font-size: 150%;
	font-weight: bold;
	vertical-align: middle;
}


.widget-table-section table td.question-num {
	font-weight: bold;
}
table td.student-response i.icon-ok {
	color: #009100;
}

.section-container .widget.widget-accordion .widget-content {
	padding: 0;
}
.section-container .widget.widget-accordion .accordion {
	margin-bottom: 0;
}
.section-container .accordion-toggle {
	background-color: #EEE;
}

.sect-details-modal {
	width: 800px;
	margin-left: -400px;
}
