/*
 * Summary Box table from /personal-banking/personal-loans/summary-box/
 */
table#summary-box-table caption {
  font-weight: bold;
  font-size: 1.5em;
  text-align: left;
  padding: 5px 0 20px 0;
}
table#summary-box-table th {
  text-align: right;
  border-right: 5px solid #fff;
  padding: 6px;
  width: 114px;
}
table#summary-box-table tr {
  border-bottom: 10px solid #fff;
}
table#summary-box-table td {
  padding: 6px;
}
table#summary-box-table td p {
  margin: 0;
  padding: 0;
}
table#summary-box-table td ul {
  background-color: transparent !important;
}
table#summary-box-table td ul li {
  background-color: transparent !important;
  background-position: 0px 2px !important;
}

table#summary-box-table table {
  border: none !important;
  font-size: 0.95em;
}
table#summary-box-table table th {
  text-align: left;
  font-weight: normal;
  border: none !important;
  padding: 3px 6px 0px 6px;
  width: auto;
}
table#summary-box-table table td {
  border: none !important;
  padding: 3px 6px 0 6px;
}

