.fee-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 30px;
  font-size: 14px;
}

.fee-table th,
.fee-table td {
  border: 1px solid #cccccc;
  padding: 8px 10px;
}

.fee-table th {
  background-color: #f0f4ff;
  font-weight: bold;
  text-align: center;
}

.fee-table td {
  text-align: right;
}

.fee-table td:first-child {
  text-align: left;
}

.fee-note {
  font-size: 12px;
  margin-bottom: 30px;
}
