#helper_widget {
  position: fixed;
  bottom: 3%;
  right: 3%;
}
#helper_bubble {
  cursor: pointer;
  display: none;
  font-size: 5em;
  font-weight: bold;
}

#helper_cross {
  color: #6e6e6e;
  text-align: right;
  display: none;
  cursor: pointer;
}
.separate
{
  margin: 10px;
}
.separate-no-top
{
  margin: 0 10px 10px 10px;
}
.center
{
  text-align: center;
}
.helper-modal-nav-elem
{
  width: 50%;
  text-align: center;
  color: #000;
}
.nav-pills > li + li
{
  margin: 0;
}
.nav-pills > li > a
{
  border-bottom: 2px solid #bdc3c7;
  width: 90%;
  margin: 0 auto;
  border-top: none;
  overflow: hidden;
}
.nav-pills > li.active > a ,.nav-pills > li.active > a:focus
{
  color: #000;
  border-top: none;
  border-bottom:2px solid #3498db;
  background: transparent;
}
.helper-modal-nav-elem i
{
  font-size: 1.5em;
  text-align: left;
  position: absolute;
  left: 10px;
}
.nav-pills > li.active > a:hover
{
  background-color: transparent;
  color: inherit;
}
ul.nav-pills p
{
  margin: 0 0 0 20px;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
