
h1 {
    font-family: Arial;
    font-size: 26px !important;
    font-weight:bolder
}

h2 {
    font-family: Arial;
    font-size: 22px !important;
    font-weight:bolder
}

h3 {
    font-family: Arial;
    font-size: 20px !important;
    font-weight:bold
}

h4 {
    font-family: Arial;
    font-size: 18px !important;
    font-weight:bold
}

h5 {
    font-family: Arial;font-size: 16px !important; 
    font-weight:bold !important;
    text-align: justify; 
}
p {
    font-size: 16px; 
    font-family: Arial; 
    text-align: justify; 
}

.panel, .alertPanel, .infoPanel {
    background-color: #F4F4F4;
}

.aui-message.warning {
    background: cornsilk;
}


#likes-section {
    display: none !important;
}
#comments-section {
    display: none !important;
}
#labels-section {
    display: none !important;
}

.wiki-content h1 {
   font-weight: bold; 
}
.wiki-content h2 {
   font-weight: bold; 
}

#title-text a {
   font-size: 20px;
   color: black; 
}
#title-text {
   font-size: 20px; 
   color: black; 
}

.aui-message.warning {
    background: none repeat scroll 0% 0% #FFF8DC;
}

.confluence-information-macro-note {
    background: none repeat scroll 0% 0% #FFF8DC;
    border-color: #FFEAAE;
    font-size: 12px; 
}
a:not(.aui-button) {
    color: black;
}

#header .aui-header {
    height: 65px;
    width: 100%; 
    background-image: url("https://s3.postimg.org/reuanbjer/banner2000.jpg");  
    background-size: 100% 100%; 

   
}

#header a {
    font-size: 18px;
}
.aui-header .aui-header-logo .aui-header-logo-text {
   font-size:18px;
   font: Arial;
   color: #B63207; 
}

#header .aui-header .aui-nav .aui-button-primary {
    background-color: transparent;
    font-size: 18px;
    font: Arial; 
    color: #B63207;
}

.aui-header .aui-header-logo img {
    max-height: 30px;
    padding: 8px 0px;
    color: #B63207;
}

.confluence-information-macro-information {
    background-color: #CCDEFD;
    border-color: #2B88E6;
    font-size: 12px; 
}
.aui-header .aui-dropdown2-trigger, #header .aui-header .aui-nav-link, #header .aui-header .aui-nav-imagelink, #header .aui-header a {
    color: #B63207;
    font-weight: bold; 
}

#custom-noticeBar {
    background-color: white;
    border-bottom: 1px solid #2E3D54;
    font-family: Arial;
    font-size: 32px;
    font-weight: bold;
    height: 50px;
    padding: 10px;
    text-align: center;
    width: 100%;
}

#custom-noticeBar a {
    color: #B31B1B;
}

#content.edit {
    display: table-cell;
}


