/* line 5, /app/app/assets/stylesheets/admin.scss */
.table-fixed {
  width: 100%;
}
/* line 7, /app/app/assets/stylesheets/admin.scss */
.table-fixed tbody {
  height: 600px;
  overflow-y: auto;
}

/* line 13, /app/app/assets/stylesheets/admin.scss */
.btn-primary-enable {
  background-color: #41c741;
}
