/*#region ******** Custom text with a non-clickable company logo in the main header area */
#runningHeaderText {

 margin-top: 5px;

 margin-bottom: 0px;

 background: url("vsdocman_logo.png") no-repeat right top;

 min-height: 86px; /* height of the image */

}

#runningHeaderText:before {

 content: "myDATA dll Documentation by ARBITRANS";

 font-size: 1.2rem;

 padding-right: 700px; /* place for the image */

 display: block;

}
/*#endregion Custom text with a non-clickable company logo in the main header area */