﻿.tabelContainer {
    width: 90%;
    height: 90vh;
    margin: 5vh 0 5vh auto;
    border-radius: 8px;
}
.headderText {
    color: lightgray;
    text-align: center;
}
.table {
    background-color: gainsboro;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: auto;
}

.AddEntityButton {
    margin: 140px 0 0 0;
}

.RefreshList {
    margin: 10px 0 0 0;
}