body {
	font-family: 'Arimo', sans-serif;
	background: white;
}

.wrapper {
  margin: 10px auto;
  width: 700px;
}

table {
  table-layout: fixed;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  border-collapse: collapse;
  
}
table caption {

  font-size: 1.5em;
  padding: 0.35em;
}
table tr {
  height: 1.85em;
  
}
table td, table th {
  text-align: center;
}