.swagger-ui .topbar,  .swagger-ui .title {
  display:none;
}
.swagger-ui .wrapper {
  margin:0px;
}
.swagger-ui .opblock {
  background-color:#f4f4f4 !important;
  border-color:#d0d0d0 !important;
}
.swagger-ui .scheme-container {
  padding:0px;
  margin:0px;
  box-shadow:none;
	
}
.swagger-ui .info {
  margin:2px 0px;
}
.swagger-ui .description {
  /*display:none;*/
  .renderedMarkdown {
    width: 300px;
  }
}

.swagger-ui .servers-title {
	font-size:16px !important;
	font-weight:bold !important;
}
.swagger-ui select {
    border: 1px solid #41444e !important;
}
.swagger-ui a.nostyle {
  font-weight:bold !important;
  }
  
.swagger-ui .servers>label {
	margin:1px 15px 0 0 !important;
}
.swagger-ui table tbody tr td:first-of-type {
	min-width: 17em !important;
}
/****DVPRT-725 Start ****/

/* .swagger-ui a.link{
	 display:none;
} */
.swagger-ui .info  hgroup.main a {
    display: none;
}
.swagger-ui .info a {
    display: none;
}
/****DVPRT-725 End ****/