/*custom flip box color*/
.LA_flip-box .flip-box-front {
	background-color: #E9C4E9;
}

.LA_flip-box .flip-box-front p {
	padding: 0px 15px;
}


/*Scrolling readme*/
.scrolling-wrapper {
	max-height: 400px;
	overflow-y: auto;
	line-height: 20px;
	border: 3px solid #b49ab3;
	border-radius: 10px;
	background-color: #f5f5f5;
	margin: 20px 0px;
}

.inside-scrolling {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 1.15em;
	line-height: 1.15em;
}

.ShowMe-Answer {
	font: 19px Arial, sans-serif;
}

.mismatch-no-title {
	margin-top: -19px;
}

.mismatch-no-title .mmDirections {
	text-align: center;
}

.example-img-between img {
	max-width: 500px;
	margin: 1em auto 0em auto;
}

.example-img-between p {
	margin: 1em 0em 0em 0em;
}

.example-img-between p:last-child {
	margin: 1em 0em 1em 0em;
}

/*Stand alone read me button*/
.custom-readMe {
	max-width: 180px;
	background-color: #126d61;
}

.custom-readMe:hover {
	background-color: #5B2159;
	transition: .5s;
}

.example-text_image .bigger-example-text {
	font-size: 2em;
	line-height: 1.2em;	
}

.color-block {
	background-color: #D7EAE4;
	border: 1px solid #AFD5C9;
	border-radius: 7px;
}

.color-block p {
	margin-left: 1em;
	margin-right: 1em;
}

/*custom table*/
.hidden-ans-table {
	min-width: 280px;
	width: 85%;
	table-layout: fixed;
	margin-bottom: 1em;
}

.hidden-ans-table td {
	border: thin solid #BABABA;
}

.hidden-ans-table th {
	background-color: #126D61;
	color: white;
	text-align: center;
	border: thin solid #BABABA;
}

.hidden-ans-table tr:nth-child(odd) {
	background-color: #FFFFD2;
}

.hidden-ans-table tr:nth-child(even) {
	background-color: #E6E6E6;
}

.color-block {
    background-color: #D7EAE4;
    border: 1px solid #AFD5C9;
    border-radius: 7px;
}

.color-block p {
    margin-left: 1em;
    margin-right: 1em;
}

.example-text_image audio {
	border: 3px solid #967996;
	border-radius: 50px;
}

.example-side_by_side audio {
	max-width: 400px;
	margin: 1em 0em;
	border: 3px solid #f4cd73;
	border-radius: 50px;
}

.example-block audio {
	border: 3px solid #b49ab3;
	border-radius: 50px;
}