/*
Theme Name: Divi Child
Template: Divi
Version: 1.0.0
*/

/* Make table full width, no borders */
.account-summary {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; /* equal column widths */
  text-align: center; /* center everything by default */
}

.account-summary thead tr {
  background: #f4f4f4;
  font-weight: bold;
}

.account-summary th,
.account-summary td {
  padding: 12px;
  text-align: center;      /* center horizontally */
  vertical-align: middle;  /* center vertically */
}