.document-library-page .library-category-list-wrapper {
  margin: 50px 0 20px;
}
.document-library-page .library-category-list-wrapper .product-list {
  margin: 15px 0 40px;
  list-style-type: none;
}
.document-library-page .library-category-list-wrapper .product-list li {
  margin-left: 0;
  margin-top: 20px;
}
.document-library-page .library-category-list-wrapper .product-list li a {
  font-weight: 300;
}
.document-library-page .library-category-list-wrapper .product-list li a:hover {
  text-decoration: underline;
}
