  #keyLink a{ 
	display:block; 
	position:fixed; 
	bottom:25px; 
	right: 25px;
	background-color:#002f86; 
	padding: 0.875rem 1.875rem;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 1.125rem;
	transition: background-color 0.25s;
    border-radius: 10px;
    border-radius: 0.625rem;
 }
 #keyLink a:hover{
	 background:#0173bf;
 }

 .study_link_title {
	font-weight: 400;
 }

 .joelBristol {
	display: inline-block;
	width: 16px;
	min-width: 16px;
 }

 table.key {
	max-width: 60%;
	margin: 0 auto;
 }

 .bottomtext {
	max-width: 60%;
	margin: 0 auto;
	text-align: center;
 }

 .study {
	margin: 0;
 }
 .study_header {
	background-color: #f4f4f4;
	margin: 0;
	/* text-align: center; */
 }

@media only screen and (max-width : 767px) {
	 table.key {
		max-width: 80%;
		margin: 0 auto;
	}

	.bottomtext {
		max-width: 80%;
		margin: 0 auto;
		text-align: center;
	}
}