/**----------------------------------------
 * Page search results block style css
 -----------------------------------------*/
html body .ccm-page #wrapper main .page_contents #main_section div.container article.page_search_result > p {
  text-align: right;
  margin-bottom: 10px;
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article.page_search_result > ul {
  border-top: solid 1px #c8c8c8;
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article.page_search_result > ul > li {
  padding: 14px 0;
  border-bottom: solid 1px #c8c8c8;
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article.page_search_result > ul > li > p {
  font-size: 1rem;
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article.page_search_result > ul > li > p::before {
  content: "\25B6";
  margin-right: 5px;
  font-size: 1rem;
  text-decoration: none;
  color: #969696;
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article.page_search_result > ul > li > ul {
  padding-top: 10px;
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article.page_search_result > ul > li > ul > li > p {
  margin: 0;
  font-size: 0.8rem;
}
/*# sourceMappingURL=page_search_result.css.map */