body {
  background-color: white;
}
body > section.section:first-of-type {
  padding: 1.5em;
}
body > section.section:last-of-type {
  padding-top: 1em;
}
body > section.section .feedback {
  font-size: 13px;
}

.br-5 {
  border-radius: 5px;
}

.breadcrumb.is-left {
  padding-left: 3em;
}
.columns > .column:first-of-type {
  flex: none;
}
.columns > .column:last-of-type {
  padding-left: 0px;
}

.title .icon.aws-48 {
  vertical-align: middle;
  margin-top: -0.4rem;
}
.title > p {
  display: inline;
}
.title .icon.rss-feed-16,
.title .icon.rss-feed-32 {
  max-width: 18px;
  margin-right: 0;
}
.title .icon.mailing-list-16,
.title .icon.mailing-list-32 {
  max-width: 18px !important;
  min-width: 18px !important;
  position: relative;
  top: 2px;
}

.icon {
  margin-right: 0.3rem;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.icon.toc-cloud-16 {
  background-position: center;
}

.references > a {
  color: inherit;
}
.references div {
  display: inline-block;
  padding: 0.4rem 1rem 0.6rem;
  font-size: 12px;
  line-height: 1.3;
  cursor: pointer;
}
.references div.divider {
  display: inline-block;
  border-left: 1.25px solid #888;
  min-height: 34px;
  position: relative;
  bottom: -0.3rem;
  padding: 0;
  margin: 0;
}
.references div > span:first-child {
  font-weight: 500;
}
.references div > span:last-child {
  text-decoration: underline;
  color: #0066dd;
}
.references div:hover {
  background-color: #eeeeee88;
  border-radius: 3px;
}

.container > .title {
  margin-bottom: 0px;
}
.container > .title + div a > svg {
  max-height: 12px;
}

.service-prefix {
  font-family: monospace;
}
.service-summary .service-prefix {
  font-size: 14px;
}

.container > .title > div {
  display: inline-grid;
  position: relative;
  top: -0.65rem;
}
.container > .title > div .service-name {
  display: block;
}
.container > .title > div .service-prefix {
  font-size: 20px;
  text-align: left;
  line-height: 1.2;
}

.is-child {
  padding-bottom: 25px;
}
.is-child .icon {
  border-radius: 15px;
}
.is-child .columns:not(:last-of-type) {
  border-bottom: 1px solid #eee;
}
.is-child .timestamp {
  font-size: 15px;
  margin-top: -1.2rem;
  text-align: center;
}

.is-child .timestamp > span {
  border-bottom: 1px solid #ddd;
  padding: 3px 10px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-color: rgba(250, 250, 250);
}

.details:not(:first-of-type) {
  margin-top: 1rem;
  border-left: 3px solid rgba(245, 245, 245);
  padding-left: 1.5rem;
}

.details h4 {
  font-weight: 400;
  font-size: 25px;
  font-variant: all-small-caps;
  letter-spacing: 0.5px;
}

.details h4 > span {
  border-bottom: 2px solid #999;
  padding-bottom: 1px;
}

.details ul.change {
  list-style: nu;
  margin-left: 1rem;
  border-left: 3px solid rgba(245, 245, 245);
  padding-left: 0.5rem;
  margin-bottom: 2rem;
  border-bottom: 3px solid rgba(245, 245, 245);
  padding-bottom: 1rem;
}
.details ul.change > span {
  font-size: 20px;
  font-variant: all-petite-caps;
  letter-spacing: 1px;
  padding-left: 0.25rem;
  font-weight: 600;
}

.details ul.change > li {
  margin-left: 2.2rem;
}
.details ul.change > li:first-of-type {
  margin-top: 0.7rem;
}

.details ul.attrib {
  list-style: square;
  border-left: 3px solid rgba(245, 245, 245);
  padding-left: 1rem;
}

.details ul.attrib p,
.details ul.change .value p {
  margin: 0px;
}
.details ul.change .value > p {
  padding-left: 1rem;
}

.details ul.attrib li {
  margin-left: 1.25rem;
  font-size: 15px;
}

.service-summary > span {
  font-weight: 300;
  font-size: 15px;
}
footer.footer {
  padding: 2rem 5rem 2rem !important;
  font-size: 15px;
}

footer.footer > p:not(:first-of-type) {
  margin: 0.2rem;
}

/* styling for mobile devices & tablets. */
@media screen and (max-width: 768px) {
  .references div.divider {
    visibility: hidden;
  }
}
