#watermark
{
 position:fixed;
 bottom:5px;
 right:5px;
 opacity:0.5;
 z-index:99;
 color:black;
}

/* Nav bar logo sizing */
.navbar-brand
{
    padding: 7px;
}
.navbar-brand svg
{
    width: 35px;
}
/* Nav bar logo sizing */

/* Fix cut-off of right side page menu.  docfx.css for some reason was moving in 20 px */
.affix > ul.level1 {
    margin-right: 0px;
  }
/* End of right side margin fix */

/* Center PDF Link on bottom footer */
.center-pdf-link
{
    margin-left: 35%;
}
/* End Center PDF Link on bottom footer */

.whats-new
{
    float: right !important;
    padding-left: 15px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 90%;
}

.content a 
{
    text-decoration: underline;
}

blockquote
{
    font-size: 14px;
}

.hideElement 
{
    display: none !important; 
}
