@charset "UTF-8";

.method-get, 
.method-post,
.method-patch,
.method-delete,
.method-put,
.method-mail {width:80px;font-family:arial;border-radius: 3px; color: #fff; cursor: default; padding: 2px 5px; display:inline-block; font-weight: 700;text-align: center;}

.method-get {background-color: #61affe; }
.method-post {background-color: #49cc90; }
.method-patch {background-color: #50e3c2; }
.method-delete {background-color: #f93e3e; }
.method-put {background-color: #fca130; }
.method-mail {background-color: #000000; }

DIV.method-url-get,
DIV.method-url-post,
DIV.method-url-put,
DIV.method-url-delete,
DIV.method-url-patch,
DIV.method-url-mail {word-wrap: break-word; font-size:13px;border:1px solid #000; border-radius:5px; width:100%;padding:3px;font-family: monospace; font-weight: 700;}

DIV.method-url-get {border-color:#61affe; background-color:#ebf3fb}
DIV.method-url-post {border-color:#49cc90; background-color:#e8f6f0}
DIV.method-url-patch {border-color:#50e3c2; background-color:#e9f8f4}
DIV.method-url-delete {border-color:#f93e3e; background-color:#fbe7e7}
DIV.method-url-put {border-color:#fca130; background-color:#faf1e6}
DIV.method-url-mail {border-color:#000000; background-color:#CCCCCC}

#neve_body .api-page .is-style-stripes thead tr{color: #FFFFFF;background: #000;}

#neve_body .api-page .is-style-stripes tbody tr:nth-child(2n+1) {background-color: #f0f0f0;}
#neve_body .api-page .is-style-stripes tbody tr:nth-child(2n) {background-color: #ffffff;}
#neve_body .api-page .is-style-stripes tbody tr:first-child {background-color: #CCCCCC;}

#neve_body .api-page table tbody tr td .param_name{font-weight:bold;}

#neve_body .api-page 				{font-family:arial;font-size:14px}
#neve_body .api-page h1 			{font-family:arial;font-size:30px;letter-spacing: normal;}
#neve_body .api-page h2				{font-family:arial;font-size:20px;letter-spacing: normal;font-weight:bold;margin-bottom: 15px;margin-top: 25px;}
#neve_body .api-page h3				{font-family:arial;font-size:20px;letter-spacing: normal;font-weight:bold;margin-bottom: 15px;margin-top: 25px;}
#neve_body .api-page h4				{font-family:arial;font-size:1.25em;letter-spacing:normal;font-weight:bold;margin-bottom: 15px;margin-top: 25px;}


#neve_body .api-page table {border: 2px solid black}
#neve_body .api-page table tr td 	{font-family:arial;font-size:14px;padding:10px}
#neve_body .api-page table thead tr th {font-family:arial;font-size:14px;font-weight:700;}
#neve_body .api-page table tr td h3	{font-family:arial;font-size:16px;font-weight:700;margin-top:0px;margin-bottom:0px;letter-spacing: normal;}

#neve_body .api-page ul li,
#neve_body .nv-content-wrap ul li 	{font-family:arial;font-size:14px}

#neve_body .api-page table tr td code {border: 1px solid #EEE; background-color: #FAFAFA; border-radius: 4px; padding: 0px 3px}

@media only screen and (max-width: 896px) {
  #neve_body .api-page 	{font-size:16px}
  DIV.method-url-mail {font-size:15px}
  #neve_body .api-page table tr td 	{font-size:16px;}
  #neve_body .nv-content-wrap ul li 	{font-size:16px}
  #neve_body .api-page table thead tr th {font-size:16px;}
}

#neve_body .api-page ul.menu li.menu-item-has-children > a {
  font-weight: bold;
  font-size: 16px;
}
