/* hide the lower pumas name in the sidebar, just keep the pumas image */
.docs-package-name {
    display: none;
}

@media screen and (min-width: 1056px) {
    #documenter .docs-main {
      max-width: 70rem; } }
