.sis-dictionary {
    font-size: 16px;
}

.sis-dictionary .search-field {
    width: 100%;
    font-weight: 300;
}

.sis-dictionary .search-results-container {
    width: 100%;
    max-height: 300px;
    overflow: auto;
    font-weight: 300;
    padding-left: 10px;
}

.sis-dictionary .search-results-container table {
    background: white;
}

.collapse-icon {
    font-size: 1em;
    padding-left: 0;
    padding-right: 7px;
    padding-top: 5px;
}

.hide {
  display: none !important;
}

input[type="text"] {
    padding: 5px 10px;
}

.search-results-table {
    margin-top: 0;
}