.header__container {
    display: flex;
    align-items: center;
    width: 100%;
    box-shadow: 0 1px 0 rgba(22, 8, 43, 0.1);
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 14px;
}

.table thead th{
    border: none !important;
}
