.table-fixed thead {
    width: 100%;
}
.table-fixed tbody {
    overflow-y: auto;
    width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
    display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
    float: left;
    border-bottom-width: 0;
}

.navbar-brand,
.navbar-nav li a {
    line-height: 64px;
    height: 64px;
    padding-top: 0;
}

.navbar-default .navbar-nav li a {
    color: white;
}

.table-align-middle{
    vertical-align: middle;
}