body {
  margin: 40px auto;
  max-width: 650px;
  line-height: 1.6;
  font-size: 18px;
  color: #444;
  padding: 0 10px;
  font-family: Monaco, monospace, "Lucida Console";
}

h1,h2,h3 {
  line-height:1.0
}

code {
  color: black;
}

table th, table td {
  text-align: left;
  border: 1px solid #ccc;
}
table {
  border-collapse: separate;
  border-radius: 10px;
}


.fade-in {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.fade-out {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}


span {
  font-weight: bold;
}

#aiResponse {
  font-weight: bold;
  color: #444;
}