.body-flex-parent{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow:row wrap;
  flex-direction: row;
  width:100%
}
.body-flex-child{
	flex-basis:50%;
}

.single-body-flex-child{
	flex-basis:45%;
	border-color: #4b2e83;
	border-width: 2px;
	border-style: solid;
	padding:20px;
	margin: 2.5%;
}

.btf-search-results{
	overflow-y: scroll;
    overflow-x: hidden;
	height: 750px;}


.body-flex-case{
	display:flex;
	flex-basis:100%;
}

.body-flex-case-images{
	padding:5px;
}

.body-flex-image{
	height:80px;
	max-width:unset;
}
.body-teaching-filters{
	margin:5px;
}

.organ-container{
	border:2px solid #ccc;
	height: 200px;
	overflow-y: scroll; }
	
.uw-body-copy a.single-image-link:hover{
	text-decoration:none;
	border:0px;
}

.btf-caption{
	line-height: 1;
	padding-top:0px;
    padding-left: 5px;
	font-size:16px;
	font-style:italic;
}

.btf-single-image{
	padding-top:0px;
	padding-right:5px;
	padding-bottom:0px;
	padding-left:5px;
}

/*Quiz Mode*/
.quiz-content{
	display:none;
}

ul.body-teaching-nav{
	margin-top:-80px!important;
}

ul.uw-sidebar-menu{
	padding-bottom:0px!important;
}

.btf-accordion button{
	font-size:1em;
}

.btf-accordion h3{
	display:none;
}