/*Lotus doc title*/
h1 .space-overview__hero__header__content__intro--heading 
 {
   font-weight: bold !important;
 }  


/*title size*/
h1 {
    margin-bottom: 1rem;
    font-size: 2rem !important;
}  

/*Custom table width*/
vp-table, table, .article__content .jira-table, .article__content .plugin_attachments_table_container, .article__content .table-wrap
{
      --_spacing: 1rem;
  width: 88% !important;
  --_content-width: 88% !important;
}

/* Custom content width*/
.vp-article
{
    --_spacing: 1rem;
    --_content-width: 88% !important;
}

.vp-search-page 
.vp-article {
    --_spacing: 1rem;
    --_content-width: 88% !important;
}

/*Search page width*/

.vp-search-page__subgrid
{
display: flow !important; 
}

/* mouse over link */
a:hover {
  color: #006CA1 !important;
  text-decoration: none !important;
} 

/* logo */
.header__navigation--logo a img {
    max-height: 5rem !important;
    min-width: 5rem !important;
}

/*footer*/
.footer { 
  	text-align: center;
	align-content: center;
	margin: auto;
}

/* Children display */
.vp-accordion-link-group {
    --text-color: #003088 !important; 
    --link-color: var(--text-color);
    --border-color: #fff !important;
}
