/* self-clearing float for bundled school logos */

.schlogogroup:after, .schgroup:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#content #main-content .schlogogroup .img-right {
margin:5px;
}


/* put so that text content can be narrower */
#education #content .schlogogroup img {
float:left;
}

.schgroup {
margin-top:30px;
padding-bottom:30px;
border-bottom:1px solid #ccc;
}


/* for FAQs */
.question-answer {
background:#F5ECE3;
padding:10px 20px;
margin:20px 0;
border:1px solid #D9CABA;
border-width:1px 0;
}
