﻿/*QueryPage.razor Styles*/
table, th, .query_table_data {
    border: 0px solid var(--se-dark-purple);
    border-collapse: collapse;
}

th, .query_table_data {
    padding: 2px;
    text-align: left;
}

.query_result_list, .query_properties_list, .query_documents_list {
    list-style-type: none;
    margin-top: 25px;
    position: fixed;
    width: 80%;
    height: 70%;
    overflow: auto;
}

.query_documents_list_item, .query_result_list_item {
    cursor: pointer;
}
