/* --- GENERAL --- */

/* reduce font size */

html {
	
	font-size: medium;
	
}

/* --- HEADER.PHP --- */

/* increase font size */

#submit_li_button {
	
	font-size: 1em;
	
}

/* increase font size */

#submit_lo_button {
	
	font-size: 1em;
	
}

/* reduce height / remove box shadow */

.navigation {
	
	height: 30px;
	box-shadow: none;
			
}

/* reduce height */

.navigation a:hover {
	
	height: 30px;
	
}

/* reduce height */

.navigation li {
	
	height: 30px;
	
}

/* reduce height */

.selected_tab {
	
	height: 30px;
	
}

/* --- INDEX.PHP --- */

/* add border / remove box shadow */

a.mobile_link {
	
	border: 2px solid #336699;
	box-shadow: none;
	
}

/* reduce height / add border / remove box shadow */

#definitions {
	
	height: 300px;
	border: 2px solid #336699;
	box-shadow: none;
	
}

/* remove box shadow */

#index_form_header {
	
	box-shadow: none;
	
}

/* remove box shadow */

#index_form_content {
	
	box-shadow: none;

}

/* increase font size */

#index_form_button {
	
	font-size: 1em;
	
}

/* --- OVERVIEW_VIDEO.PHP --- */

/* remove box shadow */

.video_player {

	box-shadow: none;
	
}


/* --- EXPLORE.PHP --- */

/* remove box shadow */

a.transfer_scores {
	
	box-shadow: none;
	
}

/* --- LEARN.PHP --- */

/* add border */

.learn_more_text {
	
	border: 1px dashed #CCCCCC;
	border-left: none;
	border-right: none;
	
}

/* increase top value and width */

#mobile_learn_content {

	top: 1600px;
	width: 95%;
	
}

/* show / remove box shadow */

.content_header {
	
	display: block !important;
	box-shadow: none;
	
}

/* show / remove box shadow */

.content {
	
	display: block !important;
	box-shadow: none;

}

/* remove box shadow */

#learn_instructions {
	
	box-shadow: none;
	
}

/* reduce font size */

.sound_bite {
	
	font-size: 0.9em;
		
}

/* --- JOIN.PHP --- */

/* add border / remove box shadow */

.form_heading_number {
	
	border: 2px solid #336699;
	box-shadow: none;
	
}

/* --- FORGOT_PASSWORD --- */

/* increase font size */

.reset_button {
	
	font-size: 1em;
	
}

/* --- MY_DASHBOARD.PHP --- */

/* remove box shadow */

.shaded_block {
	
	box-shadow: none;
	
}

/* increase font size */

.news_item {
	
	font-size: 1em;
	
}

/* remove box shadow */

.stats_table {
	
	box-shadow: none;
	
}

/* add border / remove box shadow */

.issue_bar {
	
	border: 1px solid #336699;
	border-left: none;
	box-shadow: none;
	
}

/* --- NEWS.PHP ---*/

/* --- MY_PURPOSE.PHP --- */

/* remove box shadow */

.assessment_summary {
	
	box-shadow: none;
	
}

/* remove box shadow */

.votes_remaining {

	box-shadow: none;
	
}

/* increase font size */

.voting_button {
	
	font-size: 1em;
	
}

/* remove box shadow */

#purpose_caps_table {

	box-shadow: none;
	
}

/* add full border */

.header_box_pc {
	
	border: 2px solid #336699;
	
}

/* remove box shadow */

.pc_bar_entry {
	
	box-shadow: none;
	
}

/* --- MY_AFFILIATIONS.PHP --- */

/* reduce height */

.info_display {
	
	height: 25px;
	
}

/* reduce font size */

.entry_detail {
	
	font-size: 0.8em;
	
}

/* --- ACCOUNT.PHP --- */

/* increase font size */

.edit_submit_button_lg_indent {
	
	font-size: 1em;
	
}


/* --- PURPOSE.PHP --- */

/* remove box shadow */

a.purpose_update {
	
	box-shadow: none;
	
}

/* increase font size */

.edit_submit_button_sm_indent {
	
	font-size: 1em;
	
}

/* --- CONTRIBUTIONS.PHP --- */

/* --- ANALYSES.PHP --- */

/* increase width and height */

.read_only_desc {
	
	font-size: 0.7em;
	
}

/* --- ANALYSIS_LIST.PHP --- */

/* add broder / remove box shadow */

a.close_window_link {
	
	border: 2px solid #336699;
	box-shadow: none;
		
}

/* --- CONNECT.PHP --- */

/* increase top */

#mobile_blog {

	top: 2300px;
		
}

/* remove box shadow */

.form_header {
	
	box-shadow: none;
	
}

/* remove box shadow */

.form_content {
	
	box-shadow: none;

}

/* reduce height */

.form_input {
	
	height: 25px;
	width: 400px;
	border-radius: 10px;
	
}

/* increase font size */

.form_button {
	
	font-size: 1em;
	
}

/* reduce height */

#email_comments {
	
	height: 200px;
	
}

/* --- FOOTER.PHP --- */

/* increase font size */

.boilerplate {
	
	font-size: 1em;
	
}

/* increase font size */

.disclaimer {
	
	font-size: 0.9em;
	
}