table.fixedheader {
    width: 100%;
}

table.fixedheader thead, table.fixedheader tbody, table.fixedheader tr, table.fixedheader td, table.fixedheader th { display: block; }

table.fixedheader tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

table.fixedheader thead th {
    height: 30px;

    /*text-align: left;*/
}

table.fixedheader tbody {
    height: 120px;
    overflow-y: auto;
}

table.fixedheader thead {
    /* fallback */
}


table.fixedheader tbody td, table.fixedheader thead th {
    width: 3%;
    float: left;
}