body{
  background-color: #560404;
  margin-top: 30px;
}
#main-panel{
  opacity: 0.9;
}
.list-group-item{
  text-align: center;
}
a {
  cursor: pointer;
}
.more-show-hide {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.more-show-hide.ng-hide {
  opacity: 0;
}
.toggle-dots-grey {
  color: darkgrey;
}
.toggle-dots-yellow {
  color: yellow;
}
.toggle-link-yellow {
  color: yellow;
}
.toggle-link-grey {
  color: darkgrey;
}
.toggle-link-blue {
  font-weight: bold;
  font-style: italic;
}
.toggle-dots-blue {
  font-weight: bold;
  font-style: italic;
}