.btn {
  padding-left: .75rem;
  padding-right: .75rem;
}

.list-group-item {
  padding: .25rem 1rem;
}

.d-flex > .btn {
  flex: 1;
}

.carbonads {
  border-radius: .25rem;
	border: 1px solid #ccc;
  font-size: .875rem;
	overflow: hidden;
	padding: 1rem;
}

.carbon-wrap {
  overflow: hidden;
}

.carbon-text,
.carbon-poweredby {
  display: block;
  margin-left: 140px;
}

.carbon-text,
.carbon-text:hover,
.carbon-text:focus {
  color: #fff;
  text-decoration: none;
}

.carbon-poweredby,
.carbon-poweredby:hover,
.carbon-poweredby:focus {
  color: #ddd;
  text-decoration: none;
}

@media (min-width: 768px) {
}

.docs-pictures {
  margin: 0;
  padding: 0;
  list-style: none;
}

.docs-pictures > li {
	overflow: hidden;
	/* [disabled]text-align: center; */
}
.docs-toggles > .btn,
.docs-toggles > .btn-group {
	margin-bottom: 10px;
}

@media (min-width: 992px) {
  .docs-collapse {
	/* [disabled]display: block; */
  }
}

.docs-buttons > .btn-group,
.docs-buttons > .input-group {
  width: 100%;
  margin-bottom: 5px;
}

.docs-buttons .input-group-btn {
  width: 50%;
}

.docs-buttons .input-group-btn .btn {
  width: 100%;
}
