
/* hide the Space Logo and Space Name */  
.acs-side-bar-space-info { display: none; }  
  
/* hide the top right search box since we have one in the nav window */  
#quick-search { display: none !important; }  

footer-logo { display: none !important; 
}

#title-text {  
color: #004357 !important;  
font:size: 24px !important;  
}  

.wiki-content {  
  margin: 2em 0 0;  
}  

*/
p {  
font-family: Verdana;  
font-size: 13px;  
color: #003e68 !important;  
} 
*/ 
  
h1 {  
font-family: Verdana;  
font-size: 28px;  
color: #003E68 !important;  
}  
  
h2 {  
font-family: Verdana;  
font-size: 21 px;  
color: #F7901D !important;  
}  
  
h3 {  
font-family: Verdana;  
font-size: 19px;  
color: #6BAAC5 !important;   
font-weight: normal !important;  
margin-bottom: 6px;   
}  
  
h4 {  
font-family: Verdana;  
font-size: 15px;  
color: #567585 !important;   
font-weight: normal;  
margin-bottom: 6px;   
}  
  
h5 {  
font-family: Verdana;  
font-size: 12px;  
color: #567585 !important;  
font-weight: normal;  
}  
  
h6 {  
font-family: Verdana;  
font-size: 11px;  
color: #003E68 !important;  
}  

.splashPanel {  
    font-family: Verdana;  
    font-size: 15px;  
    color: #567585 !important;  
    #Changing the color will affect the bullets of the TOC but not the text.  
}  

.space-logo img.logo {  
    border-radius: 0;  
}  
  
body.theme-documentation #footer {  
    max-height: 30px !important;   
}  

h1.pagetitle {  
    display:none !important;  
} 


