﻿.t-api-authorize {
    background-color: green;
    margin: 1em;
}

.t-api-cancel {
    background-color: grey;
    margin: 1em;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading {
    overflow: auto;
    white-space: nowrap;
}

.swagger-section .swagger-ui-wrap {
	line-height: 1;
	font-family: "Droid Sans", sans-serif;
	max-width: 1085px;
	-moz-min-width: 1085x;
	-ms-min-width: 1085px;
	-o-min-width: 1085px;
	-webkit-min-width: 1085px;
	min-width: 1085px;
	margin-left: auto;
	margin-right: auto;
}