﻿.fluent-table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
    padding-top:20px;
    width:100%;
}

.fluent-table th, .fluent-table td {
    padding: 0.3rem 0.5rem;
    text-align: left;
}

.fluent-table th {
    background: #f3f6fc;
    font-weight: 600;
    letter-spacing: 0.02em;
    border-bottom: 2px solid #e1e9f7;
}

.fluent-table tr:not(:last-child) td {
    border-bottom: 1px solid #e1e9f7;
}

.fluent-table td {
    vertical-align: middle;
    background: #fff;
}

.fluent-table tr:hover td {
    background: #f5f8fd;
}

.fluent-table select,
.fluent-table button {
    font-size: 1rem;
}

.fluent-table .fluent-action-btn {
    min-width: 10px;
}
    
body {
}
