/* Mixins
================================================== */
/* Breakpoints
================================================== */
/* Tables
================================================== */
table {
  border: none;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table tr {
  background-color: #f8f8f8;
}
table th,
table td {
  padding: 0.5em;
  text-align: center;
}
table td {
  border-bottom: solid 1px;
}
table th {
  border-bottom: solid 2px;
  font-weight: bold;
}

.table-wrap {
  overflow-x: scroll;
  overflow-y: hidden;
}