#account .banner {
  padding: 24px 0;
  background: #FFFFFF;
}

#account .banner h2 {
  color: #5C5E5E;	font-family: Montserrat;	font-size: 25px;	font-weight: bold;	letter-spacing: -1px;	line-height: 10px;
}

#account .banner h3 {
  color: #5C5E5E;	font-family: Montserrat;	font-size: 16px;	font-weight: 300;	line-height: 19px;
}

#account .window {
  margin: 48px 0 0 0;
  padding: 32px 48px 32px 48px;
  background: #FFFFFF;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
}

#account .window .bid:not(:last-child) {
  border-bottom: 1px solid #d8d8d8;
}

#account .window .bid {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid #d8d8d8;
}

#account span {
  color: #313131;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
}

#account .window .value {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}

#account .window .positive .value {
  color: #1CB87A;
}

#account .window .negative .value {
  color: #FF0000;
}

#account .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#account .menu ul li {
  display: block;
}

#account .menu ul li:not(:last-child) {
  margin: 0 0 16px 0;
  padding: 0 0 16px 0;
  border-bottom: 1px solid #efefef;
}

#account .menu ul li a {
  color: #5C5E5E;	font-family: Montserrat;	font-size: 16px;	font-weight: bold;	line-height: 19px;
}
