.mp-header {
	background-color: #EBC8C6;
	padding: 1em 1em 2em 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	margin-bottom: 3px;
	}

.headertitle {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	color: #604441;	
}

img {    
	max-width: 100%;
    height: auto;
}
#body .headertitle a {
	text-decoration:none;
	color: #604441;
}
#body .mp-header a:hover {
		text-decoration:underline;
}
.mp-mid1 {
background-color: #FDDDC4;
margin-bottom: 3px;
padding:1em;
	}
.glossbutton {
	float: right;
	background-color: #666;
    border: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	 color: white;
	}
#body .glossbutton a, #body .glossbutton a.visited {
    color: white;
 	padding: 1em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	}
#overview {
	float:left;
	width:65%;
}
table {
background-color: rgb(255, 255, 255);
margin-left: auto;
margin-right: auto;
}

table caption
{
font-size: 1.3em;
font-weight: bold;
}

#sidebar {
	float: right;
	width: 30%;
	}
	
.clear:before,
.clear:after
 {
	content: "";
	display: table;
	clear: both;
}

/*************************/
/* QUiz Widget		 */
/*************************/
.answer label {display: block; line-height: 2em;}

/*************************/
/* Footnote Widget		 */
/*************************/
.mp-footnote-link {
	color: gray;
}

.mp-footnote-content{
    display: none;
}

.mp-footnote-box{
	border: 1px solid #20558A !important;
	background-color: #fff !important; 
	padding: 10px !important;
    -webkit-box-shadow: 12px 13px 29px -2px #888888 !important ;
	-moz-box-shadow: 12px 13px 29px -2px #888888 !important;
	box-shadow: 12px 13px 29px -2px #C0C0C0 !important;
}
.mp-footnote-box .qtip-content {
    font-size:12px;
 }

/*************************/
/* Glossary Widget		 */
/*************************/
.mp-glossary {
	position: relative;
}

.mp-glossary-nav {
    width:900px;
    height:115px;
    background:white;
    position:relative;
 }

 .mp-glossary-nav a {
 	padding: 4px;
 }

 .mp-glossary-scroll{
	width:100px; 
	height:130px;
	padding:10px; 
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	top:75px;
	right:140px;
	display:none;
	background: url('/nichsr/stats_tutorial/images/arrow_up.png') no-repeat 0px 20px;
}
.mp-glossary-scroll:hover{
	text-decoration:none;
}

.mp-glossary-section {
	position: relative;
	margin-bottom: 20px;
}
.mp-glossary-section h4{
    text-align:center;
}

.mp-glossary-section .anchor {
	height: 1px;
	left: 0;
	position: absolute;
	width: 1px;
}

.mp-glossary-term {
	position: relative;
	margin-bottom: 5px;
}

.mp-glossary-name {
	font-weight: bold !important;
}

/*************************/
/* Goals Widget			 */
/*************************/
.mp-goals, .mp-exercise {
	background-color: #E2F1D0;
	padding: 1em;
	margin-bottom:3px
}

.mp-goals h2 {
	margin-left: 15px !important;
	margin-bottom: 20px !important;
}

.mp-goals ul,
.mp-goals ul:before,
.mp-goals ul:after {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.mp-goals ul {
	display: block;
	float: left;
	margin: 0 !important;
	padding-left: 30px !important;
	padding-right: 20px;
	width: 50%;
}

.mp-goals li {
	margin-bottom: 14px !important;
	padding: 0;
}
	
@media only screen and (max-width: 480px) {
	.mp-goals ul {
		width: auto !important;
	}
}

/*************************/
/* Modules Widget		 */
/*************************/
.mp-modules, .mp-exercises {
	padding: 1em;
	background-color:#C3ECF0;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.mp-module-box { 
	border-color: #20558A;
	border: 1px solid #20558A;
	margin-right: 10px;
	padding: 10px;
	width: 179px;
	display: inline-table;
	height: 139px;
	margin-top: 1em;
}

.mp-module-box:hover, .mp-module-box.active {
	box-shadow: 12px 13px 29px -2px #C0C0C0;
	background-color: #2055BA;
	color: #FFF;
	-webkit-box-shadow: 12px 13px 29px -2px #888888  ;
	-moz-box-shadow: 12px 13px 29px -2px #888888;
	box-shadow: 12px 13px 29px -2px #C0C0C0;
}
#body .mp-module-box:hover a, #body .mp-module-box:hover a:visited, #body .mp-module-box.active a {
	color: #fff;
	text-decoration: none;
	}
#body .mp-module-box:hover a:focus, #body .mp-module-box:hover a:hover, #body .mp-module-box:hover a:active {
	text-decoration: underline;
	}

.mp-exercise-box { 
	border-color: #20558A;
	border: 1px solid #20558A;
	margin-right: 10px;
	padding: 10px;
	width: 179px;
	display: inline-table;
	height: 85px;
	margin-top: 1em;
}

.mp-exercise-box:hover, .mp-exercise-box.active {
	box-shadow: 12px 13px 29px -2px #C0C0C0;
	background-color: #2055BA;
	color: #FFF;
	-webkit-box-shadow: 12px 13px 29px -2px #888888  ;
	-moz-box-shadow: 12px 13px 29px -2px #888888;
	box-shadow: 12px 13px 29px -2px #C0C0C0;
}
#body .mp-exercise-box:hover a, #body .mp-exercise-box:hover a:visited, #body .mp-exercise-box.active a {
	color: #fff;
	text-decoration: none;
	}
#body .mp-exercise-box:hover a:focus, #body .mp-exercise-box:hover a:hover, #body .mp-exercise-box:hover a:active {
	text-decoration: underline;
	}
	.mp-nextsec-box { 
	border-color: #20558A;
	border: 1px solid #20558A;
	margin-right: 10px;
	padding: 10px;
	width: 179px;
	display: inline-table;
	height: 139px;
	margin-top: 1em;
	background-color:#999;
	background: url("/nichsr/stats_tutorial/images/nextarrow.png");
    background-repeat: no-repeat;
    background-position: right bottom;
}

.mp-nextsec-box:hover, .mp-nextsec-box.active {
	box-shadow: 12px 13px 29px -2px #C0C0C0;
	background-color: #2055BA;
	color: #FFF;
	-webkit-box-shadow: 12px 13px 29px -2px #888888  ;
	-moz-box-shadow: 12px 13px 29px -2px #888888;
	box-shadow: 12px 13px 29px -2px #C0C0C0;
}
#body .mp-nextsec-box:hover a, #body .mp-nextsec-box:hover a:visited, #body .mp-nextsec-box.active a {
	color: #fff;
	text-decoration: none;
	}
#body .mp-nextsec-box:hover a:focus, #body .mp-nextsec-box:hover a:hover, #body .mp-nextsec-box:hover a:active {
	text-decoration: underline;
	}
.footnotes {
	font-size: 0.75em;
	padding: 1em;
	border-top: 1px solid rgb(51, 51, 51);
}

/*************************/
/* Practice Widget		 */
/*************************/

#sidebar img {
	width: 250px;
	height: 176px;
}

/*************************/
/* Quiz Widget		 */
/*************************/
.mp-quiz i {
	width: 21px;
}
.mp-quiz input {
	padding: 5px;
}
.mp-quiz label {
	display: block;
	height: 20px;	
	padding: 6px;
	padding-left: 26px;
	position: relative;
}
/*.mp-quiz label.mp-quiz-wrong, .mp-quiz label.mp-quiz-right {
	width: 80%;
	padding-left: 5px;
	padding-right: 5px;
}
.mp-quiz-wrong { color: red; text-decoration: line-through;}
.mp-quiz-right { color: green; background: #F6F7F8; border: 1px solid black; }
*/
.mp-quiz .tooltip {
	display: inline-block;
	background: #F6F7F8;
	padding: 13px 20px;
	top: -19px;
	position: absolute;
	right: -1px;
	width: 500px;
	margin-left: 60px;
	height: 40px;
	border: 1px solid black;
	color: black;
}

/*************************/
/* Media Queries		 */
/*************************/

@media only screen and (max-width: 799px) {
.glossbutton {
	float: none; 
	margin-left: auto; 
	margin-right: auto;
	max-width: 120px;
	}
	.mp-header {
    padding: 1em 1em 1em 0;
	}
}

@media only screen and (max-width: 580px) {
	#overview, #sidebar {
		float:none; 
		width:inherit; }
	#mp-modules-widget ul {
		padding-left: 0em;
		}
}