img, video {
	border-radius: 0.5em;
	box-shadow: 0 0.2em 0.4em #ccc;
}

.default {
	padding: 1em;
	margin: 1%;
	margin-bottom: 0;
	width: 47%;
	border: 1px solid #bbb;
	border-radius: 0.5em;
	box-shadow: 0 0.2em 0.4em #ccc;
	cursor: pointer;
	background: #fff;
}

.input {
	padding: 1em;
	padding-left: 0;
	padding-right: 0;
	margin: 1%;
	margin-bottom: 0;
	width: 47%;
	text-align: center;
	border: 1px solid #bbb;
	border-radius: 0.5em;
	box-shadow: 0 0.2em 0.4em #ccc;
	cursor: pointer;
	background: #fff;
}

.logout {
	margin-right: 3%;
	color: steelblue;
	text-align: right;
	cursor: pointer;
	text-shadow: 0 1px 5px #88d;
}

li {
	list-style-type: none;
	color: steelblue;
	cursor: pointer;
	text-shadow: 0 1px 5px #88d;
}

td {
	padding: 1em;
	border: 1px solid #bbb;
	box-shadow: 0 0.2em 0.4em #ccc;
    cursor: pointer;
}

th {
	padding: 1em;
	border: 1px solid #bbb;
	box-shadow: 0 0.2em 0.4em #ccc;
	text-shadow: 0 1px 5px #88d;
	background: #eef;
}

.reports {
    display: none;
    color: steelblue;
}

.mcqg {
    display: none;
	width:100%;
}

div.mcqg_body * {
	margin: 0;
	padding: 0;
}

div.mcqg_body {
	width: 100%;
}

div.mcqg_body > dl {
	margin: 0;
	padding: 0 1%;
}

dd.mcqg_selection > p, p.mcqg_next {
	padding: 1em;
	border: 1px solid #bbb;
	border-radius: 0.5em;
	box-shadow: 0 0.2em 0.4em #ccc;
	text-align: center;
	cursor: pointer;
}

dd.mcqg_selection > p:hover, p.mcqg_next:hover {
	background: #eef;
	text-shadow: 0 1px 5px #88d;
}

dt.mcqg_question {
	padding: 0.5em;
	text-align: center;
	font-size: large;
}

dt.mcqg_question > span {
	display: block;
	font-size: smaller;
}

dd.mcqg_selection {
	display: inline-block;
	margin: 0.2em 1%;
	width: 48%;
}

dd.mcqg_selection > p {
}

dd.mcqg_selection > p.mcqg_correct,  dd.mcqg_selection > p.mcqg_correct:hover {
	background: #ffc;
	box-shadow: 0 0 1em #bb9;
	text-shadow: none;
	cursor: default;
}


dd.mcqg_selection > p.mcqg_disable, dd.mcqg_selection > p.mcqg_disable:hover {
	color: #999;
	background: #eee;
	text-shadow: none;
	cursor: default;
}

dd.mcqg_judgement {
	text-align: center;
	padding: 0.5em;
	font-size: large;
	font-weight: bold;
	color: firebrick;
}

ul.mcqg_keywords {
	padding: 1em;
	text-align: center;

}

ul.mcqg_keywords > li {
	display: inline-block;
	padding: 0 0.5em;
}

ul.mcqg_keywords > li + li {
	border-left: 1px solid #666;
}

#countdown {
	text-align: center;
	color: indianred;
	margin: 5%
}

#text02, #text11, #text50, #text40, #text30, #text33, #text20, #text23, #tt, #t0, #t1, #t2, #t3 {
	padding: 1em;
	width: 96%;
	margin: 1%;
	color: indianred;
	border: 1px solid #bbb;
	border-radius: 0.5em;
	box-shadow: 0 0.2em 0.4em #ccc;
	text-shadow: 0 1px 5px #88d;
	resize: none;
	background: #eef;
}

#text01, #text03, #text12, #text13, #text14, #text21, #text22, #text31, #text32, #text41, #text51 {
	padding: 1em;
	width: 96%;
	margin: 1%;
	border: 1px solid #bbb;
	border-radius: 0.5em;
	box-shadow: 0 0.2em 0.4em #ccc;
	resize: none;
}

#report {
	width: 98%;
	margin: 1%;
	border: 0;
}

button:hover {
	padding: 1em;
	margin: 1%;
	margin-bottom: 0;
	width: 47%;
	border: 1px solid #bbb;
	border-radius: 0.5em;
	box-shadow: 0 0.2em 0.4em #ccc;
	text-shadow: 0 1px 5px #88d;
	cursor: pointer;
	background: #eef;
}