/* Styling for current_researchers.html */

#main_content .card-body{
	padding:30px;
}

small{
	text-align: center;
	font-style: italic;
}

.card-body img{
	width: 80%;
	margin-left: 10%;
	margin-bottom: 5px;
}

.card-body hr{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 85%;
}

table td, table th{
	word-break:break-all;
}

@media screen and (max-width: 1200px) and (min-width: 992px){
	table td, table th{
		font-size: 0.85em;
	}
}

#nerf_2d_imgs_lg, #nerf_2d_imgs_md{
	width: 90%;
	margin-top: 10px;
}

#nerf_2d_imgs_md{
	padding-top: 20px;
}


#view_synthesis a{
    color: #008F11;
}

@media screen and (min-width: 1200px){
	#nerf_2d_imgs_md{
		display: none;
	}

	#nerf_lego_toy{
		width: 75%;
		margin-left: 20%;
	}
}

@media screen and (max-width: 1200px) and (min-width: 768px){
	#nerf_2d_imgs_lg{
		display: none;
	}

	#nerf_lego_toy{
		width: 90%;
		margin-bottom: 10px;
	}

}

@media screen and (max-width: 768px){
	#nerf_lego_toy{
		width: 75%;
		margin-bottom: 10px;
		margin-left: 15%;
	}

	#nerf_2d_imgs_md{
		display: none;
	}

	#nerf_2d_imgs_lg{
		width: 80%;
		margin-top: 15px;
	}
}

@media screen and (min-width: 1200px){
	#view_synthesis_info hr{
		display: none;
	}
}

#project_proposal_img img, #big_picture img, #training_1_img img{
	border: 3px solid #d9d9d9
}

#project_proposal_img img{
	width: 60%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20%;
}

#big_picture img{
	width: 50%;
	margin-left: 25%;
}

#training_1_img img{
	margin-top: 10px;
	margin-bottom: 20px;
	width: 70%;
	margin-left: 15%;
}

#view_synthesis_imgs p{
	text-align: center;
	margin-bottom: 0;
}

@media screen and (max-width: 1200px) and (min-width: 768px){
	#project_proposal_img img{
		width: 80%;
		margin-left:10%;
	}

	#big_picture img{
		width:50%;
		margin-left: 25%;
	}
}

@media screen and (max-width: 768px){
	#project_proposal_img img, #big_picture img{
		width: 100%;
		margin-left:0;
	}

	#training_1_img{
		display: none;
	}
}

#project_objectives ol{
	list-style: upper-alpha;
}

#project_objectives li, #big_picture li{
	padding-bottom: 10px;
}

#project_objectives{
	font-size: 1.1em;
}

#project_proposal_img p, #training_1_img p{
	text-align: center;
}

#training_1_img p{
	width:80%;
	margin-left: 10%;
}