* {
  padding: 0;
  margin: 0;
}
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 85%;
  line-height: 1.4;
}
header {
  background-color: #333333;
  color: #ffffff;
  padding: 1em 2em;
  margin-bottom: 1em;
}
header h1 {
  margin-top: 0;
}
header a,
header a:visited,
header a:active,
header a:hover {
  color: #ffffff;
}
a,
a:visited,
a:active,
a:hover {
  color: #888888;
}
.resources {
  white-space: nowrap;
  line-height: 150%;
  width: 22em;
  float: left;
  padding-left: 1em;
  overflow: auto;
}
.content {
  margin-left: 24em;
  padding-right: 1em;
}
.desc {
  margin: 1em;
}
.title {
  margin-top: 1em;
  font-weight: bold;
}
.mainTitle {
  font-size: 125%;
}
.actionHeader {
  margin-top: 1em;
  min-height: 1.8em;
  cursor: pointer;
  padding: .5em;
}
.actionDetail {
  padding: .5em;
}
.actionDesc {
  margin-left: 6em;
}
table.params {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}
table.params input {
  width: 100%;
  box-sizing: border-box;
}
table.params textarea {
  width: 100%;
  box-sizing: border-box;
  min-height: 10em;
}
table.params td {
  padding: .2em;
  margin: 0;
  border-bottom: 1px solid #cccccc;
}
table.params ul,
table.params ol {
  padding-left: 1.2em;
}
td.center {
  text-align: center;
}
.badge {
  float: left;
  border-radius: 0;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  width: 4em;
  padding: .3em;
}
.badge_GET {
  background-color: #0f6ab4;
}
.border_GET {
  border: 1px solid #b0d8f8;
}
.bg_GET {
  background-color: #dfeffc;
}
.badge_POST {
  background-color: #10a04a;
}
.border_POST {
  border: 1px solid #a0f5c2;
}
.bg_POST {
  background-color: #cefae0;
}
.badge_PUT {
  background-color: #9b6a22;
}
.border_PUT {
  border: 1px solid #efd7b4;
}
.bg_PUT {
  background-color: #f8edde;
}
.badge_DELETE {
  background-color: #a41e22;
}
.border_DELETE {
  border: 1px solid #f2b6b8;
}
.bg_DELETE {
  background-color: #fae1e2;
}
.badge_PATCH {
  background-color: #02b0e2;
}
.border_PATCH {
  border: 1px solid #cbf3ff;
}
.bg_PATCH {
  background-color: #feffff;
}
.badge_SECURITY {
  background-color: #cb00cb;
}
.border_SECURITY {
  border: 1px solid #ffb2ff;
}
.bg_SECURITY {
  background-color: #ffe4ff;
}
.bg_SECURITY {
  padding: .5em;
}
.code {
  max-height: 25em;
  overflow: auto;
  background-color: #ffffff;
}
code {
  white-space: nowrap;
  padding: .2em .4em;
  border-radius: .4em;
  background-color: #ffffff;
}
pre code {
  display: block;
  padding: 1em;
  border: 0.1em solid #cccccc;
  margin-bottom: .5em;
}
.tryData {
  width: 100%;
  min-height: 1em;
  max-height: 25em;
  overflow: auto;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 100%;
  margin-bottom: .8em;
  padding: 0.2em;
}
input.tryData {
  height: 1.4em;
}
button {
  padding: .7em;
  border-radius: .6em;
  border-style: outset;
  cursor: pointer;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.invisible {
  display: none;
}
.active:hover,
.inactive:hover {
  text-decoration: underline;
}
.active,
.inactive,
.example,
.foldable,
.clickable {
  cursor: pointer;
}
.active {
  font-weight: bolder;
}
select.contentType {
  width: 100%;
}
.response {
  margin-top: 1em;
  margin-right: 0.4em;
}
.link {
  color: #0000ff;
}
.subLink {
  margin-left: 1em;
}
.subLink span,
.subLink a {
  float: left;
}
.foldable {
  display: inline-block;
  font-size: 80%;
  color: #888888;
  margin-left: -1em;
}
.collapsed {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.tab-body {
  margin-bottom: 1em;
}
.header-name {
  display: inline-block;
  width: 50%;
  max-width: 20em;
}
.add:before {
  content: '\2295';
  font-size: 125%;
}
.remove:before {
  content: '\2297';
  font-size: 125%;
}
h1,
h2,
h3 {
  margin-top: .6em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .3em;
  font-weight: 500;
}
h1 {
  font-size: 260%;
}
h2 {
  font-size: 210%;
}
h3 {
  font-size: 170%;
}
h4 {
  font-size: 130%;
}
h5 {
  font-size: 100%;
}
h6 {
  font-size: 85%;
}
p {
  margin-bottom: .3em;
}
ul,
ol {
  padding-left: 2em;
}
th {
  border-bottom: 1px solid #000000;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
th span {
  padding: .2em;
  display: block;
}

