﻿html, body {
    margin: 0;
    height: 100%;
}

.header {
    height: 55px;
    background: #4c5264;
}


	.header .logo .ui-logo {
		background-image: url(/Content/images/logo-swagger.png);
		background-repeat: no-repeat;
		width: 326px;
		height: 48px;
		background-size: 200px 30px;
		margin-left: 25px;
		background-position: left center;
	}
     

/******logo font ends*******/

.markdown.formalTheme a {
    color: #0082f5 !important;
}
