a{
	text-decoration: none;
	color:black;
	
}
body {
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
  background-color: #ffff;
}

td, th { padding: 8px; padding: .5rem;
}

th {
  text-align: left;
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
}

td { font-family: 'Avenir Next', 'Segoe UI', 'Lucida Grande', sans-serif; }

.table {
  width: 100%;
  padding: 16px;
  padding: 1rem;
}
 td{
 border-bottom: 2px dashed #343B86;
}

.table__heading { border-bottom: 2px solid #343B86; }
 @media (max-width: 32rem) {
 .table__heading {
display: none;
}
td{
 border-bottom: 0;
}
 .table__content {
 display: block;
 padding: .5rem 0;
}
 .table__row {
 margin: .25rem 0rem;
 padding: .5rem 0;
 display: block;
 border-bottom: 2px dashed #343B86;
}
 .table__content:before {
 display: inline-block;
 width: 5rem;
 margin-right: .5rem;
 color: #999;
 font-size: .75rem;
 font-weight: 700;
 font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
 text-transform: uppercase;
 letter-spacing: 2px;
}

.table__content:nth-child(n+2) {
		font-size: 12px;
		padding:0px;
		color:#6F706F;
	}

h1 {
  margin: 150px auto 50px auto;
  text-align: center;
}