body {
 font-family: 'Montserrat', sans-serif;
 line-height: 150%;
 font-size: 100%;
}

a {
  color: #fba5d0;
  text-decoration: none;
}

a:hover {
	color: #976a81;
}


@media screen and (max-width: 320px) {

table { border: 0; }

table thead { display: none; }

table tr {
  border-bottom: 0px solid #ddd;
  display: block;
  margin-bottom: .625em;
}

table td {
  border-bottom: 0px solid #ddd;
  display: block;
  text-align: right;
}

table td:before {
  content: attr(data-label);
  float: left;
  font-weight: bold;
}
  