@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800%7CRaleway:100,300,600,700,800");
html {
  position: relative;
  min-height: 100%; }

body .container {
  width: 100% !important; }

.navbar-default .navbar-nav > li > a.navbar-avatar img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -20px;
  top: 5px; }

.nav-pills > li > a {
  border-radius: 0; }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #337ab7;
  background-color: #fff; }

.tab-content {
  background-color: #FFF;
  padding: 5px 15px; }

.app-history-table tr.subtotal {
  text-align: center;
  border: 2px solid #666; 
}

.app-history-table tr.subtotal td {
  font-weight: bold; 
}

.app-history-table tr:last-of-type:not(.subtotal) {
    display: none;
}