table {
	border-collapse: collapse;
	border: solid 0px #a0cdd1;
	width: 95%;
	margin: auto;
}

td {
	padding: 5px 15px;
	border-width: 1px 0px;
	border-color: #a0cdd1;
	border-style: solid;
}

th {
	border-bottom: solid 1px #a0cdd1;
}

th a:link {
	color: #0033cc;
	text-decoration: none;
}

th a:visited {
	color: #0033cc;
}

th a:hover {
	opacity: 0.5;
}

thead th {
	border-bottom: 2.5px solid #a0cdd1;
}

.mobile-blocky th.col-name {
  width: 25%;
}

.mobile-blocky th.col-title {
  width: 25%;
}

.mobile-blocky th.col-research {
  width: 50%;
}
@media screen and (max-width: 500px) {

	.mobile-blocky tr,
	.mobile-blocky th,
	.mobile-blocky td {
		display: block;
		border: none;
	}

	.mobile-blocky {
		border: solid 2px #a0cdd1;
		border-top: none;
	}

	.mobile-blocky thead {
		display: none;
	}

	.mobile-blocky td {
		border-top: dashed 1px #a0cdd1;
	}

	.mobile-blocky th {
		border-top: solid 2px #a0cdd1;
	}
}



#image_margin {
	margin: auto;

}