div[account-role-customer] {
  position: relative;
}
div[account-role-customer] .box {
  background: #f5f5f5;
  padding: 10px;
}
div[account-role-customer] .totals {
  background: #fff;
  padding: 10px;
}
div[account-role-customer] .totals.important {
  -webkit-box-shadow: 0 2px 2px #808080;
  box-shadow: 0 2px 2px #808080;
}
div[account-role-customer] .totals .header {
  border-bottom: solid 2px #116477;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
div[account-role-customer] .totals .title {
  color: #116477;
  font-size: 1.2em;
}
