/* line 5, app/assets/stylesheets/authors.css.scss */
#selectable-roles-select {
  width: 90%;
  float: left;
  position: relative;
  /* <-- added declaration */
  z-index: 2;
}

/* line 13, app/assets/stylesheets/authors.css.scss */
#selectable-roles-select ul {
  border: 1px solid gray;
  margin-top: 1px;
  list-style-type: none;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: white;
  z-index: 2;
}

/* line 29, app/assets/stylesheets/authors.css.scss */
#selectable-roles-select ul li {
  margin: 5px 5px 2px -20px;
  color: gray;
}

/* line 34, app/assets/stylesheets/authors.css.scss */
#selectable-roles-select ul li:nth-last-of-type(1) {
  margin-bottom: 10px;
}
