.account-sidebar{
  /*background: #666;*/
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.account-sidebar .list-group{
  margin-bottom: 15px;
}
.account-sidebar .list-group-item{
   background: #fff;
  border-radius: 0;
  border: 0.1px solid #444444;
  color: #444444;
  padding: 8px 12px;
  display: block;
  text-transform: uppercase;
}
.account-sidebar .list-group-item i{
  margin-right: 5px;
}
.account-sidebar .list-group-item:hover{
  background-color: #fff;
  text-shadow: none;
  color:#ec4847
}
.account-sidebar h3{
  margin: 0;
  color: #fff;
  padding: 8px;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  background: #505050;
  text-transform: uppercase;
}
.account-sidebar .box-content{
  position: 0;
  padding: 0;
}
.account-sidebar ul {
    margin-bottom: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}
.account-sidebar ul:last-child {
    margin-bottom: 10px;
}