.SM-read-more__item {
    margin-bottom: 10px;
}

.SM-read-more__item-opener {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px dotted;
    margin-bottom: 5px;
    display: inline-block;
}

.SM-read-more__item-opener:hover {
    text-decoration: none;
}

.SM-read-more__item-text {
    text-align: justify;
    background-color: #f5f5f5;
    padding: 20px;
}
.SM-read-more__item-text--hidden {
    display: none;
}
.SM-read-more__item-text--shown {
    display: block;
}

.SM-read-more__item-list {
    margin: 10px;
    padding: 5px 10px;
    list-style: disc;
}

.SM-read-more__item-small {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    font-size: 12px;
    margin-top: 20px;
}
.SM-read-more__item-small p {
    font-size: 12px;
}

.SM-read-more__item-link {
    font-size: 16px;
}
.SM-read-more__item-sup {
    font-size: 10px;
    vertical-align: super;
    margin-left: -2px;
}

/* Noty Btns */
div.noty_buttons {
    text-align: center;
    padding: 5px 0 10px;
}