/* @override http://localhost:3000/stylesheets/my-account.css */

#home_orders_lists {
  clear: right;
}

h2.list-title {
  padding-bottom: 0.5em;
  border-bottom: 2px solid #8e9180;
  margin-top: 1.5em;
  margin-bottom: 0;
}

#home_orders_lists p.no-orders {
  text-align: center;
  color: #888;
}

table.activity {
  border-collapse: collapse;
  width: 100%;
}

table.activity th {
  background-color: #cbd49e;
  color: white;
}

table.activity td {
  text-align: center;
  border-bottom: 1px solid #ddd;
}


.credit-balance {
  text-align: center;
  background-color: #eee;
  padding: 0.8em 0;
  -webkit-border-radius: 8px;
  border: 2px solid #ddd;
  line-height: 1;
  width: 13.5em;
  float: right;
}

.credit-balance .count {
  font-size: 300%;
  margin: 0.2em 0;
  color: #888;
}

.credit-balance .count.positive {
  color: green;
}