body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  line-height: 1.5;
  color: #333;
  background-color: #f4f5f4;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

a {
  color: #0366d6;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 6px;
}

.btn-primary {
  color: #fff;
  background-color: #0366d6;
  border-color: #0366d6;
}

.btn-primary:hover {
  background-color: #035fc7;
  border-color: #035fc7;
}

.code-box {
  background-color: #f6f8fa;
  border: 1px solid #d1d5da;
  border-radius: 6px;
  padding: 16px;
  margin-bottom: 16px;
  overflow: auto;
}

.code-box pre {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  white-space: pre;
  overflow: auto;
}

.highlight pre {
  margin: 0;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  border-collapse: collapse;
  border-spacing: 0;
}

.table th,
.table td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #d1d5da;
}

.table th {
  font-weight: 600;
}

.table tbody tr:nth-child(even) {
  background-color: #f6f8fa;
}

.table-striped tbody tr:nth-child(odd) {
  background-color: #f6f8fa;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 0;
}

ul ul, ol ul,
ul ol, ol ol {
  margin-bottom: 0;
}

li {
  margin-bottom: 8px;
}

.alert {
  padding: 8px 16px;
  margin-bottom: 16px;
  border: 1px solid transparent;
  border-radius: 6px;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.subpregunta {
  margin-left: 30px;
}

.fieldA {
  background-color: #fff;
}

blockquote {
  border-left: 2px solid #d11d1d;
  padding-left: 10px;
  margin: 10px 0;
  font-style: italic;
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
}

.highlight {
  border: 2px solid red;
}

input[type="checkbox"]:checked + label {
  color: #0366d6;
  font-weight: bold;
}

.fieldAobra {
  background-color: #b1cff0;
}

.fixed-element {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0366d6;
  color: #fff;
  padding: 10px;
  z-index: 9999;
}

#deleteButton {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  background-color: #0366d6;
  color: #fff;
  border: none;
  border-radius: %;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.floating-button {
  position: fixed;
  bottom: 10px;
  right: 130px;
  z-index: 9999;
  background-color: #0366d6;
  color: #fff;
  border: none;
  border-radius: %;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);;
}
.highlight-red {
    color: red;
}

.highlight {
    background-color: yellow;
}


