#searchPage {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#searchPage h1 {
    font-size: 130%;
    font-weight: bold;
    text-align: center;
}

#searchPage h2 {
    font-size: 120%;
    font-weight: bold;
    text-align: center;
}
#searchPage input[type="submit"],
#searchPage input[type="reset"],
#searchPage input[type="button"] {
    width: 100%;
}



#searchPage .btn-primary{
    margin-top: 10px;
}


#searchPage div.h1 {
	clear:both;
	text-align:center;
	font-weight: bold;
	font-size: 130%;
}

#searchPage SPAN.exp {
	text-decoration: none;
	font-size: 120%;
	color: lightgray;
	cursor: pointer;
	width:10px;
}

#searchPage SPAN.exp:hover{color:black}

#searchPage .exp {
	border: none;
}

#searchPage UL.proflist {
	margin-right:10px;
	padding-right:5px;
	list-style:none;
    margin-left: 2em;
}

#profs{
	
	padding: 10px;
	/*margin:5px;*/
	clear: both;
    width: 63%;
    margin: 0.5em auto;
	
}

#current_specialties_list {
    border-bottom: 1px solid #000000;

}

#current_specialties_list td {
    vertical-align: top;
}

#current_specialties_list tr {
    border-bottom: dotted 1px;
}
#current_specialties_list tbody.classHeader {
 font-weight: bold;
    text-align: center;
    background-color: #d9d9d9;
    border-bottom: solid #000000 1px;

}



#current_specialties_list tbody.classHeader i.foldButton{


}
#current_specialties_list tbody.classHeader i.folded{
    background: url("/static/bootstrap/img/glyphicons-halflings.png") -24px -96px;
}

#current_specialties_list tbody.classHeader label {
    display: inline;
}

.specialties_list {
    width: 100%;
    margin-bottom: 1.6em;
}

.specialties_list td {
    vertical-align: top;
}

.specialties_list td label{
    display: inline-block;
}

.specialties_list tr {
    border-bottom: dotted 1px;
}
.specialties_list tbody.classHeader {
 font-weight: bold;
    text-align: center;
    background-color: #d9d9d9;
    border-bottom: solid #000000 1px;

}



.specialties_list tbody.classHeader i.foldButton{


}
.specialties_list tbody.classHeader i.folded{
    background: url("/static/bootstrap/img/glyphicons-halflings.png") -24px -96px;
}

.specialties_list tbody.classHeader label {
    display: inline;
}

i.foldButton {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    cursor: pointer;
    background: url("/static/bootstrap/img/glyphicons-halflings.png") 0 -96px;
    float: right;
    margin-right: 1em;
}