
body {
    font-family: Segoe UI,Lucida Sans Unicode,verdana,tahoma,arial,sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

div.wiki-content a:link, div.wiki-content a:visited, div.wiki-content a:active, div.wiki-content a:hover {
    font-weight:bold;
}

h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #36C6F4;
	font-family: Segoe UI, Lucida Sans Unicode,Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
}

h1
{
	font-size: 1.8em;
	padding-bottom: 0;
	margin:0px;
	letter-spacing:1px;
}
h2
{
	font-size: 1.3em;
	margin-top:1em;
	margin-bottom:4px;
	letter-spacing:1px;
}

h3
{
	font-family: Segoe UI, Lucida Sans Unicode,arial,tahoma,verdana,sans-serif;
	font-size: 1.1em;
}
h4
{
	font-family: Segoe UI, Lucida Sans Unicode,arial,tahoma,verdana,sans-serif;
	font-size: 1.0em;
}

#header {
        padding: 4px;
}


#main {
    padding:10px 20px;
}

.code  {
    background-color: #F0F0F0;
    border-style: dashed;
    margin:1em;
}

.panelContent {
    margin: 6px;
}

/*To hide sections on the page*/
#children-section,
#comments-section,
#labels-section,
#likes-section {
     display: none !important;
}

/*Hide Created by ... line under page title*/
.page-metadata ul {
     visibility: hidden !important;
}

/*Hide "Pages" in navigation path displayed above page title*/
.atb-body #breadcrumbs li.first {
     display: none !important;
}

/*Hide Pages container in sidebar*/  
.ia-fixed-sidebar .ia-secondary-container {  
     display: none !important;  
}  


