.table-fixed {
    width: 100%;
    border: 1px solid #DDD;
    font-size: 0.8em;
}

.table-fixed > thead,
.table-fixed > tbody,
.table-fixed > thead > tr,
.table-fixed > tbody > tr,
.table-fixed > thead > tr > th,
.table-fixed > tbody > tr > td {
    display: block;
}

.table-fixed > tbody > tr:after,
.table-fixed > thead > tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.table-fixed > tbody > tr > td,
.table-fixed > thead > tr > th,
.table-fixed > tfoot > tr > td {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: none;
    border-top: none;
}

.table-fixed > tbody {
    overflow-y: auto;
    max-height: 600px;
    -webkit-box-shadow: inset 0px 0px 6px 0px #DDD;
    -moz-box-shadow: inset 0px 0px 6px 0px #DDD;
    box-shadow: inset 0px 0px 6px 0px #DDD;
}

.table-fixed > tbody > tr > td,
.table-fixed > thead > tr > th,
.table-fixed > tfoot > tr > td {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: none;
    border-top: none;
}

.table-fixed > tbody > tr > td {
    white-space: break-spaces;
}

table.table thead th {
    vertical-align: top;
}

.table-fixed > thead > tr {
    #border-bottom: 1px solid #DDD;
    #border-top: 1px solid #DDD;
}

.table-fixed > tbody > tr {
    border-top: none;
    border-bottom: 1px solid #DDD;
}

.table-fixed > tfoot {
	font-weight: bold;
}
