﻿/*RootPage.razor Styles*/
.root_list_table, .root_table_data {
    border: 0px solid black;
    border-collapse: collapse;
}

th, .root_table_data {
    padding: 2px;
    text-align: left;
}

img {
    padding: 5px;
    object-fit: cover;
}

.root_list {
    margin-top: 20px;
    list-style-type: none;
    width: 85%;
    position: fixed;
    height: 90%;
    overflow: auto;
}

.root_list_item {
    cursor: pointer;
}
