.feature-info-popup-section {
    background: #fff;
    border-collapse: separate;
    border-spacing: 0.6em 0.2em;
    color: #000;
    padding: 0;
    width: 100%;
}
.feature-info-popup-section th {
    padding: 0;
}
.feature-info-popup-section th {
    background-color: #2196f3;
    color: #fff;
    cursor: pointer;
}
.feature-info-popup-section th.collapsed {
    background-color: #8ec6f5;
}
.feature-info-popup-section th > div {
    display: flex;
    justify-content: center;
    margin: 0;
    min-height: 34px;
    padding: 1em;
    text-align: left;
}
.feature-info-popup-section th > div > strong {
    width: 100%;
}
.feature-info-popup-section tr td ul {
  list-style-type: disc;
  padding-left: 1em;
  -webkit-padding-start: 1.25em;
}
.feature-info-popup-section tr td a {
  color: #2196f3;
  font-weight: bold;
}


.invest-offer {
    margin: 0.8em auto;
}
.invest-offer a {
    color: #2196f3;
}
.invest-offer td {
    padding: 0.2em 1em;
}