* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

body {
  
  color: #222;
  font-family: sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin: 0;
  padding: 1rem;
  word-wrap: break-word; }

html, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, ul, ol, li, pre, form, fieldset, input, p, blockquote, table, th, td, footer, header, article, section, main, nav {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4 {
  line-height: 2rem; }

h1, p {
  margin-bottom: 1rem; }

table {
  border-collapse: collapse;
  font-size: .75rem;
  min-width: 100%;
  margin-bottom: 1rem; }
  table th {
    background-color: #e9ecf3;
    font-weight: 700;
    text-align: center; }
  table td, table th {
    border: 1px solid #e9ecf3;
    margin: .25rem;
    padding: .25rem; }

@media screen and (max-width: 720px) {
  .table-container {
    margin-bottom: 1rem;
    overflow-y: auto;
    _overflow: auto;
    width: 100%; }
    .table-container::-webkit-scrollbar {
      -webkit-appearance: none;
      height: .875rem;
      width: .875rem; }
    .table-container::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.3);
      border: .125rem solid #fff;
      border-radius: 8px; }
    .table-container table {
      margin: 0; }
      .table-container table td, .table-container table th {
        white-space: nowrap; } }

/*# sourceMappingURL=mesa.css.map */
