﻿
/*footable styling*/
.fooTable {
    border-collapse: collapse;
}

    .fooTable td {
        padding-bottom: 5px;
    }

    .fooTable th:first-child {
        width: 30px;
    }

    .fooTable td:first-child {
        padding-left: 8px;
    }

        .fooTable td:first-child span i {
            margin-top: -5px;
        }

    .fooTable input {
        width: 95% !important;
        height: 22px;
    }
/*end: footable styling*/
