*,*:after,*:before{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0;
    background: #fff;
    color: #000;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    /* padding: 50px; */
    min-height: 100%;
}

.container {
    margin-top: 12px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    /* max-width: 1100px; */
}

.container table {
    width: 100%;   
}
/* 
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td{
    background-color: #000;
    color: #fff;
} */

/* thead input {
    width: 100%;
} */

tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}