﻿.dropdown-content li {
    min-height: 30px!important;
}

    .dropdown-content li > a,
    .dropdown-content li > span {
        font-size: 13px !important;
        padding: 5px 14px !important;
        line-height: 18px !important;
    }



td, th {
    padding: 5px 5px!important; 
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 9999s ease-in-out 0s!important;
    caret-color: #000;
}