

/**********
BROKEN LINK HIGHLIGHTER (optional)
***********/  
.createlink      
{      
  background-color: yellow;      
}


/**********
MAIN 
***********/


#title-text 
{
  font-family   : apple-system, system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight   : 600;
  font-size     : 29px;
  line-height   : 32px;
  color: #172b4d;
}

/*********
LISTS
**********/
ol, ul, li
{
  line-height: 20px;
  margin-bottom: 20px
  margin-top: 10px;
  padding-bottom: 20px;
}

/**********
PANELS 
***********/
.confluence-information-macro li
{
  padding-bottom: 20px;
}

.confluence-information-macro-icon:before {
    margin-top: 3px;
    margin-left: 11px;
}

.confluence-information-macro-information 
{
     padding: 20px 20px 0px 60px;
}

.confluence-information-macro-tip
{
    padding: 20px 20px 0px 60px;
}

.confluence-information-macro-note 
{
    padding: 20px 20px 0px 60px;
}

.confluence-information-macro-warning 
{
    padding: 20px 20px 0px 60px;
}


/**********
PAGE CONTENT 
***********/


.wiki-content 
{
  font-family   : apple-system, system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

p
{
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

ol
{
  padding-bottom: 20px;
}


ul, li 
{ 
  line-height: 20px;
  margin-bottom: 20px
  margin-top: 10px;
  padding-bottom: 0em;
}

.wiki-content h1
{
  font-family   : apple-system, system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight   : 600;
  font-size     : 29px;
  line-height   : 32px;
  color: #172b4d;
}

.wiki-content h2
{
  font-family   : apple-system, system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight   : 500;
  font-size     : 24px;
  line-height   : 28px;
  color: #172b4d;
  margin-top: 20px;
  margin-bottom: 20px;
}
.wiki-content h3
{
  font-family   : apple-system, system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight   : 500;
  font-size     : 20px;
  line-height   : 24px;
  color: #172b4d;
  margin-top: 20px;
  margin-bottom: 20px;
}
.wiki-content h4
{
  font-family   : apple-system, system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight   : 600;
  font-size     : 16px;
  line-height   : 20px;
  color: #172b4d;
  margin-bottom: 20px;
}
.wiki-content h5
{
  font-family   : apple-system, system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight   : 600;
  font-size     : 14px;
  line-height   : 16px;
  color: #172b4d;
  margin-bottom: 20px;
}
.wiki-content h6
{
  font-family   : apple-system, system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight   : 600;
  font-size     : 12px;
  line-height   : 16px;
  color: #5e6c84;
  margin-bottom: 20px;
}

/**********
Images
***********/

.wiki-content .confluence-content-image-border 
{
  border        : 2px solid #EBEBEB;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

