@charset "UTF-8";

header{
	position: relative;
}
.content{
	width: 80%;
	margin: 2rem auto;
}
.content a:link{
	text-decoration: underline;
	color: blue;
}
table {
    border-collapse:  collapse;
    width:  100%;
    table-layout: fixed;
}
table th,
table td{
	font-size: 1.2rem;
	line-height: 1.25;
	padding: .4rem 1rem;
	border: solid 1px #778ca3;
}

table th{
	width: 25%;
}