.fixed_header {
  /*table-layout: fixed;*/
  /*border-collapse: collapse;*/
}

.fixed_header tbody {
  display: block;
  /*width: 100%;*/
  overflow: auto;
  height: 150px;
}

.fixed_header thead tr {
  display: block;
}

.fixed_header th, .fixed_header td {
  padding: 5px;
  /*text-align: left;*/
  width: 100%;
}

.button-space {
  margin-top: 20px;
  /* Change the pixel value to increase or decrease the space */
}

.document-button {
  width: 100%;
  height: 40px;
  font-size: 0.7rem;
}

@media (min-width: 576px) {

  /* This corresponds to Bootstrap's 'sm' breakpoint */
  .document-button {
    width: 100%;
    font-size: 0.9rem;
  }
}

@media (min-width: 768px) {

  /* This corresponds to Bootstrap's 'md' breakpoint */
  .document-button {
    width: 100%;
    font-size: 0.8rem;
  }
}

@media (min-width: 992px) {

  /* This corresponds to Bootstrap's 'lg' breakpoint */
  .document-button {
    width: 80%;
    font-size: 0.8rem;
  }
}

@media (min-width: 1200px) {

  /* This corresponds to Bootstrap's 'xl' breakpoint */
  .document-button {
    width: 100%;
    font-size: 0.8rem;
  }
}