/* $Id$ */

.questions {
	
}

.questions table#questions_table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 1em;
	font-size: 1.2em;
}
.questions table#questions_table thead th {
	text-align: center;
	color: #e0183f;
}
.questions table#questions_table td {
	text-align: center;
	width: 3.5em;
}
.questions table#questions_table td,
.questions table#questions_table th {
	padding: 0.25em;
	border: none;
}
.questions table#questions_table th.title {
	text-align: left;
}
.questions table#questions_table tr.alt td,
.questions table#questions_table tr.alt th {
	background: #dcf2fb;
}
.questions table#questions_table tbody th {
	font-weight: normal;
}
.questions #points_p {
	margin: 2em 0 2em 0;
}
.questions #points_p label,
.questions #points {
	color: #e0183f;
	font-weight: bold;
	vertical-align: middle;
	font-size:1.2em;
}
.questions #points {
	border: 1px solid #c1c1c1;
	padding: 0 4px;
	font-size: 2em;
	margin-left: 0.5em;
}
