body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin-left: 2rem;
  margin-right: 2rem;
  background-color: #faf0e6;
}

p {
  text-align: justify;
  line-height: 1.5;
}

div.figure {
  text-align: center;
}

div.abstract div.abstract-title {
  font-weight: bold;
}

div.note, div.caution {
  border: 1px solid gray;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

div.caution p, div.note p {
  margin-top: 0;
  margin-bottom: 0;
}

div.note {
  background-color: #CCC;
}

div.caution {
  background-color: #ffffd8;
}

/* Callouts */
div.calloutlist table tr td:first-child span img {
  width: 1rem;
}

pre.programlisting span img {
  width: 1rem;
}

pre.programlisting {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.5rem;
  font-size: 1rem;
}

p.last-update {
  text-align: right;
  font-style: italic;
}

header.titlepage {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  border-bottom: 1px solid gray;
}

header.titlepage div {
  font-weight: bold;
}

header.titlepage div p {
  padding: 0;
  margin: 0;
}

div p.pubdate {
  font-style: italic;
  text-align: right;
}

span.productname {
  font-variant: small-caps;
}

.varname, .methodname, .classname, .package {
  font-family: "Courier New", Courier, monospace;
  font-size: 1em;
}

.package {
  font-weight: bold;
}

.classname {
  font-weight: bold;
  color: rgb(52, 92, 93);
}

.methodname {
  font-weight: bold;
  color: #8B7851;
}

span.term {
  font-weight: bold;
}

div.procedure {
  background-color: #f9f9f9;
  border-left: 4px solid #888;
  padding: 0.25rem 1rem;
}

div.procedure-title {
  font-weight: bold;
}

ol.procedure {
  list-style-type: none;
  counter-reset: elementcounter;
  padding-left: 0;
}

ol.procedure li > p::before {
  content: "Passo " counter(elementcounter) ". ";
  counter-increment: elementcounter;
  font-weight: bold;
}

div.toc-title {
  font-weight: bold;
  font-size: 14pt;
}

span.guilabel {
  font-weight: bold;
}

span.guimenuitem {
  font-weight: bold;
}

span.guibutton {
  font-weight: bold;
  background-color: #EEE;
  border: 1px solid gray;
  border-radius: 2px;
  padding: 0 0.25em;
}

span.keycap {
  background-color: #333;
  color: white;
  padding: 0.1em 0.25em;
}

/*# sourceMappingURL=docbook-cefetmg.css.map */
