.bs_inductee_wrapper{

}
div#category_filter_wrapper_inductee p,
p.by_last_name
{
font-size:170%;
color:#525252;
margin-bottom:0;
}
p.by_last_name_first_letter{
font-size:125%;
line-height:90%;
margin-top:0;
}
p.by_last_name_first_letter a{
margin-right:4px;
}
p.inductee_search{
font-size:250%;
font-weight:normal;
margin:12px 0 0 5px;
}
.inductee_titles{
background-color:#F7D7D7;
background-color:#e75050;
}
.inductee_titles p{
color:white;
font-size:140%;
text-align:center;
}

p.category_number{
font-size:130%;
margin-top:7px;
text-align:center;
}
p.no_results{
text-align:center;
margin:20px 0px;
color:#F95757;
}

.lived{color:#e4366d;}
.inducted{color:#e75050;}
.inductee{color:#e77b4d;}

.inductee_footer{
min-height:110px;
background:transparent url('images/inductee_footer.png') repeat-x top left;
margin-bottom:-12px;
}

.button_view_details_image{
margin-top:40%;
}

form#user_custom_search input[type="text"]{
float:left;
width:70%;
margin-top:3px;
}
form#user_custom_search input[type="submit"]{
float:left;
width:25%;
margin:5px;padding:0;
margin-top:3px;
}

form#user_custom_search p {
    color: #808080;
    font-size: 14px;
    font-style: italic;
    text-align: left;
}

/* START Media Querries */
@media only screen and (max-width: 767px) {
	.button_view_details_image{
		margin-top:0;
	}
	p.inductee_search{
		font-size:140%;
		text-align:center;
		margin-top:0;
	}

}

@media only screen and (min-width: 768px) and (max-width: 959px) {


}