.tag {
	display: inline-block;
	font-weight: 100;
	font-size: 14px;
	color: #5e666b;
	margin-top: 10px;
}
.tag2 {
	font-size: 14px;
	color: #5e666b;
}
.tag3 {
	color: white;
	background: #0070c9;
	padding: 3px;
	font-size: 14px;
}
.tabs {
	display: flex;
	flex-wrap: wrap;
}
.ta {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
  padding: 9.5px;
  background: #f5f5f5;
  border: 1px solid #ccc;
}
.tabs label {
	order: 1;
	display: block;
	padding: 1rem 2rem;
	margin-right: 0.2rem;
	cursor: pointer;
  background: #f5f6f7;
  transition: background ease 0.2s;
  border: 1px solid #e4e7eb;
  margin-bottom: -1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
	position:relative;
}
.tabs .tab {
  order: 99;
  flex-grow: 1;
	width: 100%;
	display: none;
  padding: 9.5px;
  background: white;
  border: 1px solid #e4e7eb;
  font-size: 14px;
}
.tabs input[type="radio"] {
	display: none;
}
.tabs input[type="radio"]:checked + label {
  background: white;
  border-bottom: 1px solid white;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}
.tab-text-heading {
	 font-size: 1em;
	 font-weight: bolder;
}

.request-response-grid {
	 display: grid;
	 grid-template-columns: 1fr 1fr;
	 grid-gap: 20px;
}

.hover:hover {
	color: #0271e2;
	text-decoration: underline;
}

.accordion-color {
	background-color: #f6f6f6;
}

@media (max-width: 45em) {
  .tabs .tab,
  .tabs label {
    order: initial;
  }
  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}
