@charset "UTF-8";
.changeDetails-table {
  /*width: 100%;*/
  margin: 25px auto;
  /*overflow-x: auto;*/
}

.changeDetails-table p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 8px;
  margin-bottom: 20px;
  color: #0F1350;
}

.changeDetails-table table {
  border-collapse: collapse;
  border: none;
  /*min-width: 520px;*/
}

.changeDetails-table table th, td {
  border: none;
  border-left: 2px solid #9FA0A0 !important;
  border-top: 2px solid #9FA0A0 !important;
  border-bottom: 2px solid #9FA0A0 !important;
  vertical-align: middle !important;
}

.changeDetails-table table td:first-child,th:first-child {
  border-left: none !important;
}

.changeDetails-table table tr:first-child td,tr:first-child th {
  border-top: none !important;
}

.changeDetails-table table th {
  background-color: #0F1350;
  color: #fff;
}

.changeDetails-table table tr:nth-child(3) td {
  background-color: #E3E0E8;
}

.changeDetails-table .future {
  color: #0F1350;
  font-weight: bold;
}

.changeDetails-table .small {
  font-size: 0.8rem;
}

.points::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0F1350;
  margin-right: 2px;
}