/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	font-family: helvetica,arial,sans-serif;
	font-size: 1em;
	line-height: 1.35em;
	text-align: center;
	margin: 10px 0;
	padding: 0;
	color: #333;
	-webkit-text-size-adjust: 100%;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.15em;
	margin: 0 0 1em 0;
}
p {
	max-width: 700px;
	margin: 0 0 1em 0;
}
strong, b {
	font-weight: bold;
}

.logo {
	max-height: 120px;
}
.error-container {
	text-align: left;
	margin: 50px 40px;
}
.prompt-container, .certificate-container {
	max-width: 500px;
	margin: 15px auto;
}
.prompt {
	font-weight: bold;
	margin: 1em;
}
.prompt-container .error {
	margin: 1em 10px 1.2em 10px;
	padding: 10px;
	color: #b42e33;
	background-color: #f8e5e7;
	border-top: 1px solid #b42e33;
	border-bottom: 1px solid #b42e33;
}
.serial-number {
	display: inline-block;
	height: 46px;
	width: 200px;
	line-height: 2.8em;
	font-size: 1em;
	text-align: left;
	vertical-align: middle;
	margin: 0;
	padding: 0 15px;
	border: 2px solid #ddd;
	border-right-width: 0;
	border-radius: 10px 0 0 10px;
}
.serial-number:focus {
	outline-style: none;
	outline-width: 0;
}
.serial-number::-moz-focus-inner {
	border-width: 0;
}
.serial-number::-webkit-input-placeholder, .serial-number::-moz-placeholder, .serial-number:-ms-input-placeholder {
	text-align: center;
}
.go {
	display: inline-block;
	overflow: hidden;
	height: 50px;
	line-height: 2.8em;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	padding: 0px 15px;
	color: #fff;
	background-color: #7ea035;
	border: 2px solid #7ea035;
	border-radius: 0 10px 10px 0;
	-webkit-appearance: none;
}
.go:focus {
	outline-style: none;
	outline-width: 0;
	box-shadow: 0 0 3px 2px #a5c7fe;
}
.go::-moz-focus-inner {
	border-width: 0;
}
.completion-user-activity {
	font-style: italic;
	margin: 15px;
	padding: 15px;
	color: #999;
	border: 2px solid #dfdfdf;
	border-radius: 20px;
}
.user, .course {
	font-size: 130%;
	font-weight: bold;
	font-style: normal;
	line-height: 140%;
	margin: 10px 0;
	color: #333;
}
.course {
	margin-top: 15px;
}
.user span, .course span {
	padding: 5px;
	background-color: #fcfbc6;
}
.completion-details p {
	margin: 10px 0;
}
.completion-details .label {
	font-style: italic;
	color: #999;
}
.completion-details .value {
	font-weight: bold;
	display: block;
	margin: 4px 0;
}
.nav {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: left;
	padding: 10px 0;
	background-color: #edf0f7;
	border-top: 2px solid #d0d7e8;
	box-shadow: 0px -2px 10px #ddd;
}
.nav a:link, .nav a:visited {
	color: #445c94;
}
.another {
	float: right;
	margin: 0;
	padding: 5px 15px;
}
.languages {
	float: left;
	margin: 0;
	padding: 5px 15px;
}

/*480px __________________________________________________________________________________________________________ */
@media only screen and (min-width: 480px) {

body {
	margin: 20px 0;
}
.logo {
	max-height: none;
}
.prompt-container, .certificate-container {
	margin: 20px auto;
}
.completion-user-activity {
	margin: 20px 15px;
}

}
/*/mediaquery*/
