﻿.smllc-tabular-dropdown {
    position: relative;
}

    .smllc-tabular-dropdown input{
        background-color: white !important;
    } 
    
    .smllc-tabular-dropdown input:focus {
        box-shadow: none !important;
    }

.smllc-tabular-dropdown .smllc-tabular-table .smllc-table-borderless {
    border: 1px solid silver;
}

.smllc-tabular-dropdown table {
    width: auto;
    padding: 0;
    margin: 0;
    display: block;
}

.smllc-tabular-dropdown .smllc-pager td {
    padding: 2px 10px 0 10px;
}

    .smllc-tabular-dropdown .smllc-tabular-table .smllc-table-borderless .smllc-table {
        border: none;
    }
