﻿body {
}
.tableseletor {
    padding: 4px;
    border: 2px solid #aaa;
    border-radius: 3px;
    background-color: #c5c5c5;
    margin-bottom: 2px;
    align-items: flex-start;
}
.tableseletor .flex {
    display: flex;
}
    
.tableseletor .btn {
    padding: 2px;
    font-size: 12px;
    line-height: 1.2;
    position: static;

}

.tableseletor .filtrar
{
    align-self: flex-start;

}
