.dynamic-pages-wrapper a {
    color: #333;
    margin-bottom: 15px;
    text-decoration: underline;
}

.dynamic-pages-wrapper a:active,
.dynamic-pages-wrapper a:hover {
    color: #f76c0a;
}

.dynamic-pages-wrapper ul {
    padding-left: 46px;
}

.dynamic-pages-wrapper ul li {
    margin-bottom: 10px;
    position: relative;
}

.dynamic-pages-wrapper ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    left: -21px;
    top: 50%;
    margin-top: -3px;
    background: #1ccc78;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}

.dynamic-pages-wrapper ol {
    padding-left: 37px;
}

.dynamic-pages-wrapper ol li {
    margin-bottom: 10px;
}

.dynamic-pages-wrapper table {
    border: 1px solid #ebebeb;
    width: 100%;
    text-align: center;
}

.dynamic-pages-wrapper table tr {
    border-bottom: 1px solid #ebebeb;
}

.dynamic-pages-wrapper table tr:first-of-type {
    font-weight: 600;
}

.dynamic-pages-wrapper table tr:last-of-type {
    border: none;
}

.dynamic-pages-wrapper table tr td {
    padding: 15px 30px;
    border-right: 1px solid #ebebeb;
}

.dynamic-pages-wrapper table tr td:last-of-type {
    border: none;
}
