﻿body {
    font-family: "Trebuchet MS" !important
}

.swagger-ui select {
    font-family: "Trebuchet MS" !important
}

.swagger-ui {
    font-family: "Trebuchet MS" !important
}

.select-label {
    font-family: "Trebuchet MS" !important
}

h1 {
    font-family: "Trebuchet MS" !important
}

h2 {
    font-family: "Trebuchet MS" !important
}

h3 {
    font-family: "Trebuchet MS" !important
}

h4 {
    font-family: "Trebuchet MS" !important
}

.version-stamp{
    display:none !important
}

.topbar {
    background-color: #194B9B !important
}

#select {
    border-color: #194B9B !important
}

span {
    font-family: "Trebuchet MS" !important
}

div {
    font-family: "Trebuchet MS" !important
}

p {
    font-family: "Trebuchet MS" !important
}

td {
    font-family: "Trebuchet MS" !important
}

a {
    font-family: "Trebuchet MS" !important
}

input {
    font-family: "Trebuchet MS" !important
}

.beta-tag {
    background: orange;
    border-radius: 57px;
    display: inline-block;
    font-size: 10px;
    margin: 0 0 0 5px;
    padding: 2px 4px;
    position: relative;
    top: -20px;
    vertical-align: super;
    color:white;
}