/* make labels show up on-hover on US Map */
.jvectormap-label {
	z-index: 100;
}
#top_10_browse_error {
	margin: 20px 0;
	padding: 20px 20px;
	text-align: center;
	font-weight: bold;
	font-size: 130%;
	background-color: rgb(230,230,230);
}
#us_map {
	max-width: 700px;
	height: 500px;
	margin: 30px auto 50px auto;
}
#us_map_instructions {
	float: right;
	width: 30%;
	margin-top: -50px;
	font-size: 80%;
}
#sample_blue_dot {
	float: left;
	height: 12px;
	width: 12px;
	margin: 0 5px 0 0;
	background-color: rgb(0, 100, 150);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

@media screen and (max-width: 704px) {
	#us_map {
		height: 400px;
	}
	#us_map_instructions {
		width: 40%;
	}
}
@media screen and (max-width: 540px) {
	#us_map {
		height: 350px;
	}
	#us_map_instructions {
		 width: 50%;
	 }
}
@media screen and (max-width: 460px) {
	#us_map {
		height: 300px;
	}
}
@media screen and (max-width: 400px) {
	#us_map, #us_map_instructions {
		display: none;
	}
}
/* Browse Columns */
.search_by_market_col {
	float: left;
	width: 40%;
	margin-left: 0;
	padding-left: 10%;
}
#search_by_market_columns {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 30px;
}
#search_by_market_left_columns, #search_by_market_right_columns {
	float: left;
	width: 50%;
}
/* go from 4 to 2 columns */
@media screen and (max-width: 650px) {
	#search_by_market_left_columns, #search_by_market_right_columns {
		width: 40%;
		padding-right: 10%;
	}
	#list_by_market_col_1, #list_by_market_col_2, #list_by_market_col_3, #list_by_market_col_4 {
		width: 100%;
	}
}
/* widths too small - go to single column */
@media screen and (max-width: 260px) {
	#search_by_market_left_columns, #search_by_market_right_columns, .search_by_market_col {
		float: left;
		width: 100%;
	}
}
.browse_links {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

/* end Browse Columns */

/* Top-10 Per Market */
#law_school_table {
	width: 100%;
}
#law_school_table tbody {
	background-color: rgb(255,255,255);
}

.law_school_table_heading_row {
	background-color: rgb(102,102,102);
}

#law_school_table th {
	padding: 0;
	margin: 0;
	border-right: 2px solid rgb(255,255,255);
	text-align: center;
	color: rgb(80,80,80);
}

#law_school_table .ls_state_as_abbr {
	display: none;
}

#law_school_table th a {
	float: left;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 15px 40px 15px 20px;
	box-sizing: border-box;
	color: rgb(255,255,255);
	text-align: left;
	font-weight: normal;
}

#law_school_table .ls_table_col_image_link {
	float: right;
	margin: 0;
	width: auto;
}

#law_school_table th img {
	float: right;
	height: 36px;
	margin: 5px 0;
}

@media screen and (max-width: 250px) {
	#law_school_table th {
		font-size: 100%;
	}
	#law_school_table tr > td {
		font-size: 90%;
	}
}
@media screen and (max-width: 250px) {
	#law_school_table th {
		font-size: 90%;
	}
}
.zebra_class {
	background-color: rgb(235,235,235);
}
.background_hover_color {
	background-color: rgb(200,200,200);
}

#law_school_table tr td {
	display: table-cell;
	padding: 7px 7px 7px 20px;
}
.no_transition_link a {
	padding: 0;
	font-weight: bold;
	-webkit-transition: none ;
	-moz-transition: none ;
	-ms-transition: none ;
	-o-transition: none ;
	transition: none ;
}
.centered_results {
	text-align: center;
}
#more_than_10_schools {
	margin: 10px 0 10px 10px;
	font-style: italic;
}
.darkened_link, .darkened_link:visited {
	color: #005A84
}

/* end Top-10 Per Market */

/* ABA-Approved page */
#law_school_table #ls_state_col_abbr {
	display: none;
}
@media screen and (max-width: 979px) {
	#law_school_table .ls_median_grant_amount_col, #law_school_table .ls_grants_received_col {
		display: none;
	}
}

@media screen and (max-width: 370px) {
	#law_school_table {
		font-size: 90%;
	}
}

@media screen and (max-width: 690px) {
	#law_school_table .ls_median_lsat_col {
		display: none;
	}
}

@media screen and (max-width: 550px) {
	#law_school_table .ls_median_gpa_col {
		display: none;
	}
}

/* swap 'State' for 'ST' */
@media screen and (max-width: 350px) {
	#law_school_table #ls_state_col_text {
		display: none;
	}
	#law_school_table #ls_state_col_abbr {
		display: inline;
	}
}
@media screen and (max-width: 320px) {
	#law_school_table .ls_tuition_and_fees_col {
		display: none;
	}
}

.sort_up_triangle {
	background: url("http://i.superlawyers.com/shared/law_school_guide/sort_arrow_ascending.png") no-repeat 100% 50%;
}
.sort_down_triangle {
	background: url("http://i.superlawyers.com/shared/law_school_guide/sort_arrow_descending.png") no-repeat 100% 50%;
}
.sort_notselected_triangle {
	background: url("http://i.superlawyers.com/shared/law_school_guide/sort_arrow_undecided.png") no-repeat 100% 50%;
}
#aba_law_schools_results_pagination {
	float: left;
	clear: both;
	margin-top: 20px;
}
#tuition_asterisk_explanation {
	float: right;
	margin: 10px 20px 0 0;
	font-style: italic;
}
/* end ABA-Approved page */

/* Search Results */

#search_results_main_container {
	padding-bottom: 20px;
}
#search_results_main_container #law_school_table tr td, #search_results_main_container #law_school_table tr th, {
	padding-right: 10px;
}

.ls_state_as_abbr {
	display: none;
}

@media screen and (max-width: 640px) {
	.ls_state_as_abbr, #law_school_table .ls_state_as_abbr {
		display: table-cell;
	}
	.ls_state_as_label, #law_school_table .ls_state_as_label {
		display: none;
	}
}
@media screen and (max-width: 350px) {
	.ls_city_column, #law_school_table .ls_city_column {
		display: none;
	}
}
#search_results_header {
	margin-bottom: 30px;
}
#search_results_spacer {
	float:left;
	clear: both;
	width: 100%;
	height: 160px;
}
/* end Search Results */