@charset "UTF-8";


/* #Activity Styles
================================================== */


input[type="button"]:disabled {
	 background: #ccc; 
	 text-decoration: none; 
	 text-shadow: none; 
	 color: #fff; 
}

.disabled.input[type="button"]:hover {
	color: #fff;
}

input[type="button"]:disabled.correctanswer {
	background: #4EBF65;
}
input[type="button"]:disabled.incorrectanswer {
	background: #CC0000;
	text-shadow: none;
	color: #000;
}

/* selection */
::selection {
	background: #fff;
	color: #531900;
}

::-moz-selection {
	background: #fff;
	color: #531900;
}

/* panels */
.panel {
	margin: 50px 0 20px 0;
	background-color: #fff;
/*	border: 1px solid #ddd;*/
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.unit01 .panel {border: 3px solid #ee519b;}
.unit02 .panel {border: 3px solid #00B2AD;}
.unit03 .panel {border: 3px solid #E05D2C;}

.panel-body {
	padding: 15px;
	text-align: left;
}

.panel-body article {
	padding: 0 20px;
	font-family: "BandaRegularRegular", Helvetica, Arial, sans-serif;
	line-height: 1.6;
	font-size: 16px;
	/*border-left: 5px solid #eee;*/
}

.panel-body p {
	margin-bottom: 10px;
}

.panel-body p.signature {
	color: #1154ab;
	font-family: 'Reenie Beanie', cursive;
	font-size: 200%;
}

.panel-body a {
	color: #444;
}

.panel-heading {
	color: #222;
	background-color: #efefef;
	border-color: #ddd;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 600;
	color: inherit;
}

/* most common*/
@media only screen and (max-width:1366px) and (max-height:768px) {
	.panel {
		margin: 40px 0 20px 0;
	}
	#activityArea {
		width: 100%;
		padding-left: 0;
	}
}

