body {
  background-color: #fff;
  padding-bottom: 20px;
}

.breadcrumb {
  background-color: transparent;
  padding-left: 35px;
}
.breadcrumb .breadcrumb-item a {
  color: #000;
}
html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
}
.footer a,
.footer a:focus,
.footer a:hover {
  color: #000;
}

.header {
  background-color: #000;
  color: #fff;
  min-height: 24px;
}

.header .navbar-brand {
  padding: 0 8px;
  font-size: 16px;
  line-height: 24px;
  height: 24px;
}

#list a,
#list a:focus,
#list a:hover {
  color: #000;
}

#list colgroup {
  display: none;
}

#list .filename {
  word-break: break-all;
  white-space: normal;
}
