﻿.yellow{color: #eabb00;}
	.blue{color: #0055D1;}
	.red{color: #D10016;}
	.green{color: #49A827;}
	.staff_prof {
		margin-bottom:20px; 
		padding-bottom: 20px; 
	
	}

	#main .staff_prof h4{
		font-size: 18px;
	}

	.staff_prof .staff_photo{
		width: 30.5%;
		margin-left:0.5%;
margin-bottom:2%;
		float: left;
		text-align:center;
	}

	.staff_prof .staff_photo img{
		width:100%;
		max-width:220px;
        margin: auto;
	}
	.staff_prof .staff_photo p img{
		max-width:170px;
	}
	.staff_rightcol{
		float: left;
		width: 69%;
	}
	.staff_prof table{
		width: 100%;
		margin: 0 auto;
		table-layout: fixed;
		border: 1px solid #bbb;
	}
	.staff_prof td:first-child{
		width: 30%;
		background: #E8E8E8;
		text-align: center;
		border-right: 1px solid #bbb;
	}
	.staff_prof td:nth-child(2){
		padding:5px;
	}
	.staff_prof tr td{
		border-bottom: 1px solid #bbb;
	}
	.staff_prof tr:last-child td{
		border-bottom: 0px;
	}

	.staff_movie {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.staff_movie iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
	.section_link{
		padding: 20px 0; 
		border-top:1px solid #333333; 
	}
	.section_link2{
		margin-bottom:20px; 
		padding-bottom: 20px; 
		border-bottom:1px solid #333333; 

	}
	.button {
		position: relative;
		display: block;
		background-color: #bbb;
		border-radius: 4px;
		color: #fff;
		-webkit-transition: none;
		transition: none;
		box-shadow: 0 1px 0 #a7c100;
		padding: 1em 0;
		width:30%;
		margin-right: 5%;
		float: left;
		text-align: center;
		font-size:18px;
	}
	.section_link2 .button {
		width:21.25%;
		margin-right: 5%;
	}
	.button:last-child {margin-right: 0;}

	.button:link{
		color: #ffffff;
	}
	.button:hover {
		background-color: #c9e312;
		box-shadow: 0 1px 0 #a7c100;
		color: #fff;
		text-decoration: none;
	}
	.button:active {
		top: 1px;
		box-shadow: none;
		color: #fff;
		text-decoration: none;

	}
	.button:visited{
		color: #ffffff;
		text-decoration: none;
	}
	@media screen and (max-width: 640px) {

		.section_link .button,.section_link2 .button {
			max-width:100%;
			width:100%;
			margin-left:auto;
			margin-right:auto;
			margin-bottom:10px;
		}
		.staff_prof .staff_photo, .staff_rightcol{
			width: 100%;
			float: none;
			clear:both;
		}

	}