@charset "UTF-8";

.pt-30 {
  padding-top: 30px;
}

.pl-5 {
  padding-left: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-50 {
  margin-top: 50px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-25 {
  margin-bottom: 25px;
}

.fs-85 {
  font-size: 85%;
}

.fc-red {
  color: #8b0000;
}

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

#copyright {
  padding-top:15px;
  font-size:85%;
}

.table th.w8 {
  width: 8%;
}

.pagination {
  margin: 5px 0;
}