.pure-table table{
	margin: 2em 0;
	width: 100%;
  font-family: "Segoe UI",Arial,sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.pure-table tr td {
	padding: 10px 15px;
	margin: 0;
	border: 5px solid white;
	box-shadow: none;
	border-radius: 0;
	background: #f3f3f3;
	color: #636363;
  font-family: "Segoe UI",Arial,sans-serif;
  font-size: 1rem;
  font-weight: 400;  
  vertical-align: text-top;  
}

.pure-table thead, .pure-table th {
	background: #e6e6e6;
	color: black;
  font-family: "Segoe UI",Arial,sans-serif;
  font-size: 1rem;
  font-weight: 900;
	padding-left: 30px;
  vertical-align: text-top;  
	padding: 10px 15px;
	margin: 0;
	border: 5px solid white;
	box-shadow: none;
	border-radius: 0;
}

.pure-table td:first-child,
.pure-table th:first-child {
    border-left-width: 5px;
}

.pure-table-bordered td {
    border-bottom: 5px solid white;
}
.pure-table-bordered tbody > tr:last-child > td {
    border-bottom-width: 5px;
}

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

a:hover {
    text-decoration: underline;
}