﻿
table tbody tr td,
table tbody tr td input {
    height: 1.75rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
    margin: 0px;
}

table tbody tr td img.icon{
    max-height:25px !important;
    max-width:25px !important;
}

table thead tr{
    /*text-align:center;*/
}

table thead tr th {
    height: 1.75rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
    margin: 0px !important;
    /*text-align: center !important;*/
}


td.auto-width {
    white-space: nowrap;
    width: 1%;
}