﻿
span.url {
    display: none !important;
}

body {
    background-color: #0a0a0a !important;
}

div#swagger-ui {
    background-color: #fff !important;
}


h2.title {
    margin-top: 20px !important;
    padding-top: 10px !important;
}

.link>img {
   display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(https://otd-api-docs.s3.ap-southeast-2.amazonaws.com/OTD-logo-white.png) no-repeat;
  width: 0px; 
  height: 100px; 
  padding-left: 180px; 
  background-size: 150px;
}
