.dividend-information .di-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: 70px;
  margin-left: -32px;
}

.dividend-information .di-content {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 32px);
  margin-left: 32px;
}

.dividend-information .di-content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}

.dividend-information .di-content .title {
  background: #ffffff;
  color: #0074c1;
  text-align: left;
  text-transform: initial;
  font-weight: bold;
  font-style: normal;
  padding: 9.6px 0;
  margin-left: 0em;
  margin-right: 0em;
  border-bottom: 1px solid #0074c1;
}

.dividend-information .di-content .number {
  font-size: 25px;
  color: #333;
  padding-top: 0.6rem;
}

@media (max-width: 767px) {
  .dividend-information .di-content {
    width: 100%;
  }
  .dividend-information .di-content .title {
    height: 60px;
  }
}

@media (max-width: 510px) {
  .dividend-information .di-content .title {
    height: auto;
  }
}

.dividend-information table {
  width: 100%;
  border: 0;
}

.dividend-information table tbody td {
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  min-height: 80px;
  height: 80px;
  padding: 5px 0;
}

.dividend-information table tbody tr:first-child td {
  background-color: #0071bc;
  color: #fff;
  font-size: 12px;
}

.dividend-information table tbody tr:first-child td:nth-child(1) {
  width: 8%;
}

.dividend-information table tbody tr:first-child td:nth-child(2) {
  width: 8%;
}

.dividend-information table tbody tr:first-child td:nth-child(3) {
  width: 11%;
}

.dividend-information table tbody tr:first-child td:nth-child(4) {
  width: 23%;
}

.dividend-information table tbody tr:first-child td:nth-child(5) {
  width: 12%;
}

.dividend-information table tbody tr:first-child td:nth-child(6) {
  width: 11%;
}

.dividend-information table tbody tr:first-child td:nth-child(7) {
  width: 8%;
}

.dividend-information table tbody tr:first-child td:nth-child(8) {
  width: 19%;
}

@media screen and (max-width: 768px) {
  .dividend-information .table-content {
    overflow-x: scroll;
    /* Height */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .dividend-information .table-content::-webkit-scrollbar {
    height: 8px;
  }
  .dividend-information .table-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 1px 1px 10px #ddd;
            box-shadow: inset 1px 1px 10px #ddd;
  }
  .dividend-information .table-content::-webkit-scrollbar-thumb {
    background: #0071bc;
    border-radius: 10px;
  }
  .dividend-information .table-content::-webkit-scrollbar-thumb:hover {
    background: #0071BC;
  }
}
/*# sourceMappingURL=dividend-information.css.map */