.hidden { display: none !important; }

.padded-container {
  padding: 1em;
  max-width: 85%;
}

.padded {
  padding: 1em;
}

#equations-table, #users-table{
    max-width: 85%;
    margin-left: 1em;
}

#records-found-label, #search-box, #equation-container, .container {
    margin-left: 1em;
}

#equation-builder-container {
    max-width: 85%;
}

#equations-table-body tr {
  cursor: pointer;
}

#test-output {
  word-break: break-all;
}

pre {
    max-height: 12em;
    overflow: auto;
    word-wrap: normal;
    white-space: pre;
}

.aos-grid {
  background: #e8e8e8;
  min-height: 10em;
  max-height: 25em;
}

.scrollable {
  overflow-y: scroll;
}

#aos-selection-list, #aos-field-list {
  max-height: 15em;
  width: 30em;
}

.aos-selected {
  background: #5e5e5e !important;
}

.aos-selected .header {
  color: white !important;
}

.attr-file, .attr-name {
  width: 40% !important;
  display: inline-block;
}
