.wrap {
    border: 1px solid #7d7d7b;
	padding: 15px 0px 2px 0px;
	-moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    border-radius: 5px;
	background-color:#23b681;
	color:#FFF;
	text-align:center;
	float:right;
	text-transform: uppercase;
	width:100%;
	margin-top:50px;
}

.wrap h3{
	color:#FFF;
}

.noshow, .wrap:hover .show {
    display: none;
	
}
.wrap:hover .noshow {
    display: block
}

/************************************  fill in blank script   ***************************************************/

.wrap-fill-blank {
    border: 1px solid #7d7d7b;
    padding: 15px 10px 2px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #21b681;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin-top: 50px;
    display: inline-block;
    /* margin: 0px 15px 0px 15px; */
}

.wrap-fill-blank h3{
	color:#FFF;
}

.noshow, .wrap-fill-blank:hover .show {
    display: none;
	
}
.wrap-fill-blank:hover .noshow {
    display: block;
}

.fill-quiz{
	margin-bottom:40px;
}

.fill-quiz {
    margin-bottom: 40px;
    border-bottom: thin solid gray;
    padding-bottom: 50px;
}

#fill-in-blank-quiz-body{
	padding: 0px 25px 0px 25px;
}

.fill-quiz p{
	font-weight: 300;
font-size: 2em;
padding: 0;
margin: 0;
line-height: 1.5;
display:inline-block;
}

.inline-fill {
display:inline;
font-weight: 300;
font-size: 2em;
padding: 0;
margin: 0;
line-height: 1.5;
color:#747373;
}

.big-number-fill {
	font-size:50px;
	padding-right:20px;
	color:#0C3;
	padding-left:50px;
}


/************************************  matching script   ***************************************************/

body {
    color: #7d7d7b; 
}

.matching-answers{
	font-weight: 300;
	font-size: 2em;
	padding: 0;
	margin: 0;
	line-height: 2em;
	display:inline-block;
	margin-left:60px;
}

.matching-questions{
	font-weight: 300;
	font-size: 1.5em;
	padding: 0;
	margin: 0;
	line-height: 1.5;
	display:inline-block;
	vertical-align:middle;
	margin-bottom:20px;
}

.matching-questions-single-line{
	font-weight: 300;
	font-size: 1.5em;
	padding: 0;
	margin: 0;
	line-height: 1.5;
	display:inline-block;
	vertical-align: middle;
	margin-bottom:20px;
	margin-top:22px;
}

#matching-quiz-main input{
	font-size:15px;
	text-transform: uppercase;
	margin-top:15px;
}

.matching-button{
	border: none;
	padding: 0.6em 1.2em;
	background: #22ac46;
	color: #fff;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: block;
	border-radius: 2px;
	min-width:100px;
}

.matching-points{
	float: left;
	margin-top:30px;
	margin-left:260px;
	margin-right:25px;
	margin-bottom:50px;
	text-align:center;
}

#matching-reset-button {
	padding-top:30px;
}

.underline{
	text-decoration:none;
	border-bottom: 1px solid #a2a2a2;
	padding-bottom: 1px;
}

.matching-questions-table{
	margin-top:20px;
}

.matching-questions-heading{
	padding-top:15px;
}

.matching-answers h3 {
	text-align:center;
}

.number-input{
	padding-right:2px;
}

#instructions{
	margin-top:20px;
	width:650px;
}