span.rest-method {
	border-radius: 4px;
	color: #fff;
	font-size: 80%;
	padding: 2px 6px;
	text-align: center;
}
.rest-method.get {
	background: #61affe;
}
.rest-method.post {
	background: #49cc90;
}
.rest-method.put {
	background: #fca130;
}
.rest-method.patch {
	background: #fca130;
}
.rest-method.delete {
	background: #f93e3e;
}
.file + .file {
	margin-top: 10px;
}

span.db-serverless {
	border-radius: 4px;
	color: #fff;
	font-size: 80%;
	padding: 2px 6px;
	text-align: center;
}
.db-serverless.rds {
	background: #285285;
}
.db-serverless.ddb {
	background: #518abb;
}
.db-serverless.s3 {
	background: #e25444;
}
.file + .file {
	margin-top: 10px;
}
/*解決Markdown table與bootstrap table Scrollbar衝突問題*/
.markdown-section .bootstrap-table table{
	overflow:revert;
}

/*解決Markdown table與bootstrap table 自適應寬度衝突問題*/
.bootstrap-table .fixed-table-container .table{
	width: 100%;
}

  /* 確保 iframe 不會產生滾動條 */
  #dynamic-iframe {
    display: block; 
    width: 100%;
    overflow: hidden;
    border: none;
  }

  /* 確保 body 不影響 iframe */
  body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
	