.table-url tbody tr td:last-child,
.table-url thead tr th:last-child {border-right: none;}
.table-url tbody tr th,
.table-url tbody tr td:first-child,
.table-url thead tr th:first-child {border-left: none;}
.table-url thead tr { background-color: #f5f7fc; }

article.document.rootcaguide-article section h2 + .information-box {
    margin-top: 20px;
}
article.document.rootcaguide-article section > img {
    max-width: 100%;
}
article.document.rootcaguide-article section > p + ul {
    margin-top: 10px;
}
article.document.rootcaguide-article section > p + ul li {
    margin-left: 0;
}
article.document.rootcaguide-article section pre {
    white-space: normal;
}