﻿.CompletionCertificate
{
	width: 500px;
	height: 300px;
	background-color: #eeeeee;
}

.CompletionHeader
{
	display:block;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	padding-top:20px;
}

.CompletionNotice
{
	padding: 25px 10px;
	text-align: center;
	display:block;
}

.QuizInformation
{
	display: block;
	padding: 15px 15px 10px 15px;
}

.InformationHeader
{
	font-weight: bold;
	width: 100px;
}

.Information
{
	padding-bottom:10px;
}

table.quizzes
{
	width: 100%;
	border-collapse: collapse;
	border: none;
	margin: 0 auto;
	font-size: em;
	color: #333333;
	text-align: left;
	line-height: 1.em;
	font-size: .9em;
	margin: 5px;
}

table.quizzes td
{
	padding: 4px;
}

table.quizzes td a
{
	font-weight: bold;
}

table.quizzes th
{
	padding: 4px;
	font-size: 1.2em;
	color: #D47B27;
}
