.nav-setting{
  width: 400px;
  font-size: 16px;
  margin-bottom: 5px;
}

.nav.nav-pills.nav-setting li{
  border: none;
  /*width: 120px;*/
}

.nav-pills li a{
  border: 1px solid #f0f0f0;
  padding: 10px;
  font-weight: bold;
  color: black;
  background: #fcfcfc;
}

.nav-pills li.active a.list-body,
.nav-pills li:hover a.list-body{
  border: none;
  background: #ff3300;
  color: white;
}

.nav-pills li.active a.list-design,
.nav-pills li:hover a.list-design{
  border: none;
  background: #008000;
  color: white;
}

.nav-pills li.active a.list-side,
.nav-pills li:hover a.list-side{
  border: none;
  background: #e77f68;
  color: white;
}

.nav-pills li.active a.list-piping,
.nav-pills li:hover a.list-piping{
  border: none;
  background: #3333ff;
  color: white;
}

.nav-pills li.active a.list-team,
.nav-pills li:hover a.list-team{
  border: none;
  background: #ff0080;
  color: white;
}

.nav-pills li.active a.list-number,
.nav-pills li:hover a.list-number{
  border: none;
  background: #800080;
  color: white;
}

.nav-pills li.active a.list-emblem,
.nav-pills li:hover a.list-emblem{
  border: none;
  background: #f79256;
  color: white;
}

