.rights-text ul {
    list-style-type: circle;
    list-style-position: outside;
    padding-left: 22px;
    box-sizing: border-box;
}
.rights-text ol {
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 22px;
    box-sizing: border-box;
}
.child-rights {
    margin: 10px;
}
.granchild-rights {
    margin: 2px;
}
.bold-text {
    font-weight: bold;
}
.child-rights p {
    margin: 0;
}
.child-rights a {
    text-decoration: underline;
    color: #0000ee;
    padding: 10px 0;
}
.child-rights a:hover {
    text-decoration: underline;
    color: deepskyblue;
}
.child-rights a:visited{
    text-decoration: underline;
    color: gray;
}
