

#children-section
{ 
display:none;   
}
#main-content h5 {  
font-family: Verdana, Geneva, sans-serif;  
color: #007FC6;  
font-weight: normal;  
font-size: 22.0px;  
margin-bottom: 0px;  
margin-top: 24.0px;  
}  
#main-content h5:hover {  
font-family: Verdana, Geneva, sans-serif;  
color: #00A1CE;  
font-weight: normal;  
font-size: 22.0px;  
margin-bottom: 0px;  
margin-top: 24.0px;  
}  
#main-content h6 {      
font-family: Verdana, Geneva, sans-serif;      
color: #808080;      
font-weight: strong;      
font-size: 11.0px;      
margin-bottom: 60.0px;      
margin-top: 0px;      

@media (min-width: 950px) {
   /* wide Screen */
      h1 {font-size:x-large;}
 }
 @media (min-width: 450px) and (max-width: 950px) {
   /* Screen of Netbooks */
     h1 {font-size:large;}
 }
 @media (max-width: 450px) {
     /* Screen of a Mobile Device */
     h1 {font-size:small;}
 }

#action-menu-link
{ 
display:none;   
}
#system-content-items, #content-metadata-attachments { 
display: none;
}  
