/* line 1, /app/app/assets/stylesheets/layout/button_groups.scss */
div.btn-group ul.dropdown-menu li .btn:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 7, /app/app/assets/stylesheets/layout/button_groups.scss */
div.btn-group ul.dropdown-menu li .btn {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
