﻿body {
  background: #fafafa;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333;
}

table {
    border-collapse: collapse;
    border-top: 1px solid #e5e5e5;
}

tr {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 18px;
}

th {
    padding: 8px;
    text-align: left;
}

td {
    padding: 8px;
}

td:first-child, th:first-child {
    padding-left: 24px;
}

td:last-child, th:last-child {
    padding-right: 24px;
}
