
.table table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #eaeaea;
  table-layout: fixed;
}
tr,td,th {
  vertical-align:middle
}
th,td {
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  padding: .5em 1em;
}
th {
  text-align:left
}

