table thead {
  background: #9e3b42;
  color: #fff;
}

table th,
td {
  padding: 10px 5px;
}

.fixed_header {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.fixed_header tbody {
  display: block;
  width: 100%;
  overflow: auto;
}

.fixed_header thead tr {
  display: block;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: black;
}

.text-wrap {
  word-wrap: break-word;
}

.box-wrap {
  overflow-wrap: break-word;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.wd-5 {
  width: 50px;
}

.wd-6 {
  width: 70px;
}

.wd-10 {
  width: 100px;
}

.wd-15 {
  width: 150px;
}

.w-5 {
  width: 5%;
}

.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-50 {
  width: 25%;
}

.w-75 {
  width: 25%;
}

.w-100 {
  width: 25%;
}