/* Style for cards */
.card-header {
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 10px;
}

/* Style for card text */
.card p {
  font-size: 0.9em;
  line-height: 1.6;
  color: #666;
}

.card ul {
  font-size: 0.9em;
  line-height: 1.6;
  color: #666;
}

/* Style for headings of different sizes */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #333;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.1em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.9em;
}

/* Style for tabset */
.tab {
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: bold;
}

.tab-content {
  padding: 10px;
}

/* Style for columns */
.column {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 10px;
}

/* Style for rows */
.row {
  margin-bottom: 20px;
}
