
html {
    height: 100%;
}

body {
font: 14px 'PT sans', arial, helvetica, sans-serif;
}

.wiki-content h1 {
    font-size: 48px;
    font-weight: normal;
    line-height: 1.25;
    margin: 30px 0 0 0;
}

#title-text {
    margin: 0;
    font-size: 48px;
  font-weight: bold;
color: #00274c !important;
}

.wiki-content h2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    margin: 30px 0 0 0;
    color: #0079c1 !important;
}

.wiki-content h3 {
    color: #0079c1 !important;
}


.wiki-content a, .wiki-content a:link, .wiki-content a:visited, .wiki-content a:focus, .wiki-content a:hover, .wiki-content a:active {
    color: #0079c1;
}

.confluenceTh, .confluenceTd {
    border: 1px solid #fff;
background-color: #eee;
    padding: 7px 10px;
    vertical-align: top;
    text-align: left;
    min-width: 8px;
}

.wiki-content table.tablesorter>thead>tr>th {
    background-color: rgb(255, 255, 255)
    padding-right: 15px;
    cursor: pointer;
}

.page-metadata
{
	 display:none !important;
}

#footer {  
     display:none !important;  
}  

#class1 {
     color: #0079c1
}


